예제 #1
0
        public IFeatureSet AggregateShapesWithStats(bool selectedOnly, int fieldIndex = -1, FieldOperationList operations = null)
        {
            var result = _shapefile.AggregateShapesWithStats(selectedOnly, fieldIndex, operations.GetInternal());

            return(WrapShapefile(result));
        }