using ESRI.ArcGIS.Geometry; namespace Kingo.PluginServiceInterface { public interface IVerificationOfFeatureNodeDensity { IGeometry RepairGeometry(IGeometry geometries); IGeometry RepairGeometryWithoutLoading(IGeometry geometries); } }