|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
Converts a geometry to another kind of geometry
Method Summary | |
---|---|
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 |
Method Detail |
---|
Class<T> getTargetType()
Class<S> getSourceType()
T convert(S geometry)
geometry
- the source geometry
boolean lossOnConversion(S geometry)
geometry
- the source geometry
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |