Uses of Enum
org.apache.sis.io.wkt.Convention
Packages that use Convention
Package
Description
Command line interface for Apache SIS.
Well Known Text (WKT) parsing and formatting.
-
Uses of Convention in org.apache.sis.console
Fields in org.apache.sis.console declared as ConventionModifier and TypeFieldDescription(package private) ConventionFormattedOutputCommand.conventionThe WKT convention, ornullif it does not apply. -
Uses of Convention in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as ConventionModifier and TypeFieldDescriptionprivate ConventionFormatter.conventionThe preferred convention for objects or parameter names.private ConventionWKTFormat.conventionThe convention to use.(package private) static final ConventionConvention.DEFAULTThe default conventions.Methods in org.apache.sis.io.wkt that return ConventionModifier and TypeMethodDescriptionfinal ConventionFormatter.getConvention()Returns the convention to use for formatting the WKT.WKTFormat.getConvention()Returns the convention for parsing and formatting WKT elements.static ConventionReturns the enum constant of this type with the specified name.static Convention[]Convention.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.io.wkt with parameters of type ConventionModifier and TypeMethodDescription(package private) final voidFormatter.configure(Convention convention, org.opengis.metadata.citation.Citation authority, Colors colors, byte toUpperCase, byte longKeywords, byte indentation, int listSizeLimit) Sets the convention, authority, colors and indentation to use for formatting WKT elements.private StringFormattableObject.formatWKT(Convention convention, boolean colorize, boolean strict) Returns a WKT for this object using the specified convention.voidWKTFormat.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.(package private)GeodeticObjectParser(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)Parser(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser.