public class FeatureRetrievalHelper extends Object
| Constructor and Description |
|---|
FeatureRetrievalHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<org.opengis.feature.simple.SimpleFeature> |
getShapes(org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source,
String geometryProperty,
double minimumX,
double minimumY,
double maximumX,
double maximumY,
String crs) |
public static Iterable<org.opengis.feature.simple.SimpleFeature> getShapes(org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source, String geometryProperty, double minimumX, double minimumY, double maximumX, double maximumY, String crs) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.