public abstract class Holder extends Object
| Constructor and Description |
|---|
Holder() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getCoordinateDimension() |
abstract boolean |
isEmpty() |
abstract <P extends Position> |
toGeometry(CoordinateReferenceSystem<P> crs,
GeometryType geomType) |
public abstract boolean isEmpty()
public abstract int getCoordinateDimension()
public abstract <P extends Position> Geometry<P> toGeometry(CoordinateReferenceSystem<P> crs, GeometryType geomType)
Copyright © 2021 geolatte.org. All rights reserved.