Uses of Class
org.apache.sis.io.wkt.StoredTree
Packages that use StoredTree
-
Uses of StoredTree in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt with type parameters of type StoredTreeModifier and TypeFieldDescription(package private) final Map
<String, StoredTree> AbstractParser.fragments
Reference to theWKTFormat.fragments
map, or an empty map if none.private Map
<String, StoredTree> WKTFormat.fragments
WKT fragments that can be inserted in longer WKT strings, ornull
if none.Methods in org.apache.sis.io.wkt that return StoredTreeModifier and TypeMethodDescription(package private) final StoredTree
WKTFormat.textToTree
(String wkt, ParsePosition pos, String aliasKey) Parses a Well Know Text (WKT) for a fragment or an entire object definition.Methods in org.apache.sis.io.wkt that return types with arguments of type StoredTreeModifier and TypeMethodDescriptionprivate Map
<String, StoredTree> WKTFormat.fragments
(boolean modifiable) Returns theWKTFormat.fragments
map, creating it when first needed.Methods in org.apache.sis.io.wkt with parameters of type StoredTreeModifier and TypeMethodDescriptionprivate void
WKTDictionary.addDefinition
(StoredTree tree) Adds the definition of a CRS (or other geodetic objects) from a tree of WKT elements.(package private) final void
WKTFormat.addFragment
(String name, StoredTree definition) Adds a fragment of Well Know Text (WKT).(package private) final Object
WKTFormat.buildFromTree
(StoredTree tree) Parses a tree ofElement
s to produce a geodetic object.Constructors in org.apache.sis.io.wkt with parameters of type StoredTreeModifierConstructorDescriptionprivate
Disambiguation
(StoredTree object) Creates a newDisambiguation
instance as a wrapper around the given identifier object.Constructor parameters in org.apache.sis.io.wkt with type arguments of type StoredTreeModifierConstructorDescription(package private)
AbstractParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Locale errorLocale) Constructs a parser using the specified set of symbols.(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)
MathTransformParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, ReferencingFactoryContainer factories, Locale errorLocale) Creates a parser using the specified set of symbols and 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.