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.
-
Uses of ElementKind in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type ElementKindModifier and TypeMethodDescriptionstatic voidWKTUtilities.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
Methods in org.apache.sis.io.wkt that return ElementKindModifier and TypeMethodDescriptionstatic ElementKindReturns the element kind for an object of the given type.static ElementKindReturns 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 TypeMethodDescriptionvoidFormatter.append(String text, ElementKind type) Appends a character string between quotes.final StringColors.getName(ElementKind key) Returns the color for the given syntactic element.voidColors.setName(ElementKind key, String color) Sets the color of the given syntactic element from a color name.