Class Decoders
- java.lang.Object
-
- org.geolatte.geom.codec.db.sqlserver.Decoders
-
public class Decoders extends Object
Decodes SQL Server Geometry objects to JTSGeometrys.- Author:
- Karel Maesen, Geovise BVBA.
-
-
Constructor Summary
Constructors Constructor Description Decoders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometrydecode(byte[] raw)Decodes the SQL Server Geometry object to its JTS Geometry instancestatic DecoderdecoderFor(OpenGisType type)Returns the decoder capable of decoding an object of the specified OpenGisType
-
-
-
Method Detail
-
decode
public static Geometry decode(byte[] raw)
Decodes the SQL Server Geometry object to its JTS Geometry instance- Parameters:
raw-- Returns:
-
decoderFor
public static Decoder decoderFor(OpenGisType type)
Returns the decoder capable of decoding an object of the specified OpenGisType- Parameters:
type- OpenGisType for which a decoder is returned- Returns:
-
-