Package org.geolatte.geom.codec.db
Interface Encoder<N>
-
- Type Parameters:
N- the type of encoding result
- All Known Implementing Classes:
AbstractSDOEncoder,Db2ClobEncoder,SdoGeometryCollectionEncoder,SdoLineStringEncoder,SdoMultiLineStringEncoder,SdoMultiPointEncoder,SdoMultiPolygonEncoder,SdoPointEncoder,SdoPolygonEncoder
public interface Encoder<N>AnEncoderencodes geometries in instances of typeN- Author:
- Karel Maesen, Geovise BVBA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P extends Position>
booleanaccepts(Geometry<P> geom)<P extends Position,G extends Geometry<P>>
Nencode(G geom)
-