Uses of Enum
org.apache.sis.io.wkt.ElementKind
Packages that use ElementKind
Package
Description
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of ElementKind in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type ElementKindModifier and TypeMethodDescriptionstatic void
WKTUtilities.appendName
(org.opengis.referencing.IdentifiedObject object, Formatter formatter, ElementKind type) Appends the name of the given object to the formatter. -
Uses of ElementKind in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt with type parameters of type ElementKindMethods in org.apache.sis.io.wkt that return ElementKindModifier and TypeMethodDescriptionstatic ElementKind
Returns the element kind for an object of the given type.static ElementKind
Returns the enum constant of this type with the specified name.static ElementKind[]
ElementKind.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 ElementKindModifier and TypeMethodDescriptionvoid
Formatter.append
(String text, ElementKind type) Appends a character string between quotes.private void
Formatter.appendOnNewLine
(String keyword, org.opengis.util.InternationalString text, ElementKind type) Appends an international text in an element having the given keyword.(package private) final String
Colors.getAnsiSequence
(ElementKind key) Returns the ANSI sequence for the given syntactic element, ornull
if none.final String
Colors.getName
(ElementKind key) Returns the color for the given syntactic element.private void
Formatter.quote
(String text, ElementKind type) Appends the given string as a quoted text.private void
Formatter.setColor
(ElementKind type) Appends in the Formatter.buffer the ANSI escape sequence for the given kind of element.void
Colors.setName
(ElementKind key, String color) Sets the color of the given syntactic element from a color name. -
Uses of ElementKind in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type ElementKindModifier and TypeMethodDescriptionprivate static void
ParameterTableRow.writeColor
(Appendable out, Colors colors, ElementKind type) Writes the color for the given type ifcolors
is non-null.