public abstract class EmptyDimensionExtractor<T> extends Object implements DimensionExtractor<T>
| Constructor and Description |
|---|
EmptyDimensionExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDimensionNames() |
double[] |
getDimensions(T anObject) |
abstract org.locationtech.jts.geom.Geometry |
getGeometry(T anObject) |
abstract String |
getGroupID(T anObject) |
public double[] getDimensions(T anObject)
getDimensions in interface DimensionExtractor<T>anObject - --public String[] getDimensionNames()
getDimensionNames in interface DimensionExtractor<T>DimensionExtractor.getDimensions(Object)public abstract org.locationtech.jts.geom.Geometry getGeometry(T anObject)
getGeometry in interface DimensionExtractor<T>anObject - -- an object with Geospatial propertiespublic abstract String getGroupID(T anObject)
getGroupID in interface DimensionExtractor<T>anObject - the object to get the group ID fromnullCopyright © 2013–2022. All rights reserved.