| Package | Description |
|---|---|
| org.geolatte.geom.codec |
| Modifier and Type | Method and Description |
|---|---|
static Wkb.Dialect |
Wkb.Dialect.valueOf(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. |
Copyright © 2015 geolatte.org. All rights reserved.