using Core.Gis.GeoApi.Extensions.Feature; namespace Core.GIS.SharpMap.Api.Delegates { /// /// Delegate method for creating advanced label texts /// /// /// public delegate string GetLabelMethod(IFeature fdr); }