Uses of Enum Class
org.osgeo.proj.ReferencingFormat.Convention
-
Uses of ReferencingFormat.Convention in org.osgeo.proj
Modifier and TypeFieldDescriptionstatic final ReferencingFormat.Convention
ReferencingFormat.Convention.WKT
The most recent version of WKT supported by current implementation.static final ReferencingFormat.Convention
ReferencingFormat.Convention.WKT_SIMPLIFIED
The most recent version of "simplified" WKT supported by current implementation.Modifier and TypeMethodDescriptionReferencingFormat.getConvention()
Returns the current convention used by this formatter.static ReferencingFormat.Convention
Returns the enum constant of this class with the specified name.static ReferencingFormat.Convention[]
ReferencingFormat.Convention.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ReferencingFormat.setConvention
(ReferencingFormat.Convention convention) Sets the convention to use for this formatter.