| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Field and Description |
|---|---|
private static Wkb.Dialect |
Wkb.DEFAULT_DIALECT |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkb.Dialect,java.lang.Class<? extends WkbDecoder>> |
Wkb.DECODERS |
private static java.util.Map<Wkb.Dialect,java.lang.Class<? extends WkbEncoder>> |
Wkb.ENCODERS |
| Modifier and Type | Method and Description |
|---|---|
static Wkb.Dialect |
Wkb.Dialect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Wkb.Dialect[] |
Wkb.Dialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WkbDecoder |
Wkb.newDecoder(Wkb.Dialect dialect)
Creates a
WkbDecoder for the specified WKB Dialect. |
static WkbEncoder |
Wkb.newEncoder(Wkb.Dialect dialect)
Creates a
WkbEncoder for the specified WKB Dialect. |