Package | Description |
---|---|
org.geolatte.geom.codec.sqlserver |
Modifier and Type | Method and Description |
---|---|
static OpenGisType |
OpenGisType.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Decoder.accepts(OpenGisType type) |
static Decoder<? extends Geometry> |
Decoders.decoderFor(OpenGisType type)
Returns the decoder capable of decoding an object of the specified OpenGisType
|
Copyright © 2015 geolatte.org. All rights reserved.