Interface Codec<S,T extends Geometry<?>>
-
- All Known Implementing Classes:
CodecRegistry
public interface Codec<S,T extends Geometry<?>>It converts to and fromGeometry. It is mainly used to support other Geometry model like JTS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SfromGeometry(T src)Converts the given T instance to S.TtoGeometry(S src)Converts the given S instance to T.
-