Uses of Enum Class
org.apache.sis.io.wkt.Convention
Packages that use Convention
-
Uses of Convention in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return ConventionModifier and TypeMethodDescriptionfinal Convention
Formatter.getConvention()
Returns the convention to use for formatting the WKT.WKTFormat.getConvention()
Returns the convention for parsing and formatting WKT elements.static Convention
Returns the enum constant of this class with the specified name.static Convention[]
Convention.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.io.wkt with parameters of type ConventionModifier and TypeMethodDescriptionvoid
WKTFormat.setConvention
(Convention convention) Sets the convention for parsing and formatting WKT elements.FormattableObject.toString
(Convention convention) Returns a Well Known Text (WKT) for this object using the specified convention.Constructors in org.apache.sis.io.wkt with parameters of type ConventionModifierConstructorDescriptionFormatter
(Convention convention, Symbols symbols, int indentation) Creates a new formatter instance with the specified convention, symbols and indentation.