T
- public interface DimensionExtractor<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
String[] |
getDimensionNames() |
double[] |
getDimensions(T anObject) |
org.locationtech.jts.geom.Geometry |
getGeometry(T anObject) |
String |
getGroupID(T anObject) |
double[] getDimensions(T anObject)
anObject
- --String[] getDimensionNames()
getDimensions(Object)
org.locationtech.jts.geom.Geometry getGeometry(T anObject)
anObject
- -- an object with Geospatial propertiesCopyright © 2013–2022. All rights reserved.