Uses of Class
org.geolatte.geom.codec.db.sqlserver.OpenGisType
-
Packages that use OpenGisType Package Description org.geolatte.geom.codec.db.sqlserver Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal format. -
-
Uses of OpenGisType in org.geolatte.geom.codec.db.sqlserver
Methods in org.geolatte.geom.codec.db.sqlserver that return OpenGisType Modifier and Type Method Description static OpenGisTypeOpenGisType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenGisType[]OpenGisType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geolatte.geom.codec.db.sqlserver with parameters of type OpenGisType Modifier and Type Method Description static DecoderDecoders. decoderFor(OpenGisType type)Returns the decoder capable of decoding an object of the specified OpenGisType
-