public class SimpleFeatureGeometryExtractor extends EmptyDimensionExtractor<org.opengis.feature.simple.SimpleFeature> implements DimensionExtractor<org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
SimpleFeatureGeometryExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> org.opengis.referencing.ReferenceIdentifier |
getFirst(Iterable<org.opengis.referencing.ReferenceIdentifier> iterable) |
org.locationtech.jts.geom.Geometry |
getGeometry(org.opengis.feature.simple.SimpleFeature anObject) |
String |
getGroupID(org.opengis.feature.simple.SimpleFeature anObject) |
protected static int |
getSRID(org.opengis.feature.simple.SimpleFeature geometryFeature) |
getDimensionNames, getDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDimensionNames, getDimensionspublic org.locationtech.jts.geom.Geometry getGeometry(org.opengis.feature.simple.SimpleFeature anObject)
getGeometry in interface DimensionExtractor<org.opengis.feature.simple.SimpleFeature>getGeometry in class EmptyDimensionExtractor<org.opengis.feature.simple.SimpleFeature>anObject - -- an object with Geospatial propertiesprotected static int getSRID(org.opengis.feature.simple.SimpleFeature geometryFeature)
protected static final <T> org.opengis.referencing.ReferenceIdentifier getFirst(Iterable<org.opengis.referencing.ReferenceIdentifier> iterable)
public String getGroupID(org.opengis.feature.simple.SimpleFeature anObject)
getGroupID in interface DimensionExtractor<org.opengis.feature.simple.SimpleFeature>getGroupID in class EmptyDimensionExtractor<org.opengis.feature.simple.SimpleFeature>anObject - the object to get the group ID fromnullCopyright © 2013–2022. All rights reserved.