Package org.geolatte.geom.codec.db
Interface Decoder<N>
-
- Type Parameters:
N- the type of native database object that can be decoded to aGeometry
- All Known Implementing Classes:
AbstractSDODecoder,Db2ClobDecoder,GeometryCollectionSdoDecoder,LineStringSdoDecoder,MultiLineSdoDecoder,MultiPointSdoDecoder,MultiPolygonSdoDecoder,PointSdoDecoder,PolygonSdoDecoder
public interface Decoder<N>Decodes native database objects to geometries of type T.- Author:
- Karel Maesen, Geovise BVBA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(N nativeGeom)Geometry<?>decode(N nativeGeom)
-