Uses of Enum Class
org.osgeo.proj.ReferencingFormat.Convention
-
Uses of ReferencingFormat.Convention in org.osgeo.proj
Fields in org.osgeo.proj declared as ReferencingFormat.ConventionModifier 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.Methods in org.osgeo.proj that return ReferencingFormat.ConventionModifier 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.Methods in org.osgeo.proj with parameters of type ReferencingFormat.ConventionModifier and TypeMethodDescriptionvoid
ReferencingFormat.setConvention
(ReferencingFormat.Convention convention) Sets the convention to use for this formatter.