Class | Description |
---|---|
Colors |
The colors to use for formatting Well Known Text (WKT) objects.
|
FormattableObject |
Base class for objects that can be formatted as Well Known Text (WKT).
|
Formatter |
Provides support methods for formatting a Well Known Text (WKT).
|
Symbols |
The set of symbols to use for Well Known Text (WKT) parsing and formatting.
|
WKTFormat |
Parser and formatter for Well Known Text (WKT) objects.
|
Enum | Description |
---|---|
Convention |
The convention to use for WKT formatting.
|
ElementKind |
Kind of an element in a Well Known Text.
|
KeywordCase |
Whether WKT keywords shall be written with upper case or CamelCase styles.
|
Exception | Description |
---|---|
UnformattableObjectException |
Thrown by
FormattableObject.toWKT() when an object can not be formatted as WKT. |
org.apache.sis.referencing.CRS#parseWKT(String)
and IdentifiedObject.toWKT()
convenience methods, with more control.
For example this package allows to:
"Mercator_1SP"
by OGC 01-009
and "CT_Mercator"
by GeoTIFF.ID["EPSG",4326]
and ID("EPSG",4326)
are legal WKT.AXIS[…]
elements at parsing time. This approach can be used as a way to force
the (longitude, latitude) axes order.Convention
enumeration.
GeneralEnvelope
and GeneralDirectPosition
classes
provide their own, limited, WKT parsing and formatting services for the BOX
and POINT
elements.
A description for this WKT format can be found on Wikipedia.Defined in the sis-metadata
module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.