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.ConventionReferencingFormat.Convention.WKTThe most recent version of WKT supported by current implementation.static final ReferencingFormat.ConventionReferencingFormat.Convention.WKT_SIMPLIFIEDThe 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.ConventionReturns 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 TypeMethodDescriptionvoidReferencingFormat.setConvention(ReferencingFormat.Convention convention) Sets the convention to use for this formatter.