| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
static Wkt.Dialect |
Wkt.Dialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wkt.Dialect[] |
Wkt.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 <P extends Position> |
Wkt.fromWkt(String wkt,
CoordinateReferenceSystem<P> crs,
Wkt.Dialect dialect)
Decodes the specified WKT String to a
Geometry. |
static Geometry<?> |
Wkt.fromWkt(String wkt,
Wkt.Dialect dialect) |
static WktDecoder |
Wkt.newDecoder(Wkt.Dialect dialect)
Creates a
WktDecoder for the specified WKT Dialect. |
static WktEncoder |
Wkt.newEncoder(Wkt.Dialect dialect)
Creates a
WktEncoder for the specified WKT Dialect. |
static String |
Wkt.toWkt(Geometry<?> geometry,
Wkt.Dialect dialect)
Encodes a
Geometry to a WKT representation according to
a specific dialect. |
Copyright © 2021 geolatte.org. All rights reserved.