S
- the source geometry typeT
- the target geometry typepublic interface GeometryConverter<S extends com.vividsolutions.jts.geom.Geometry,T extends com.vividsolutions.jts.geom.Geometry>
Modifier and Type | Method and Description |
---|---|
T |
convert(S geometry)
Convert the given geometry
|
Class<S> |
getSourceType()
Get the source geometry type
|
Class<T> |
getTargetType()
Get the target geometry type
|
boolean |
lossOnConversion(S geometry)
Determines if there is a loss of information when converting the given
geometry
|
Class<T> getTargetType()
Class<S> getSourceType()
T convert(S geometry)
geometry
- the source geometryboolean lossOnConversion(S geometry)
geometry
- the source geometryBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a