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.fragmentsReference to theWKTFormat.fragmentsmap, or an empty map if none.private Map<String,StoredTree> WKTFormat.fragmentsWKT fragments that can be inserted in longer WKT strings, ornullif none.Methods in org.apache.sis.io.wkt that return StoredTreeModifier and TypeMethodDescription(package private) final StoredTreeWKTFormat.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.fragmentsmap, creating it when first needed.Methods in org.apache.sis.io.wkt with parameters of type StoredTreeModifier and TypeMethodDescriptionprivate voidWKTDictionary.addDefinition(StoredTree tree) Adds the definition of a CRS (or other geodetic objects) from a tree of WKT elements.(package private) final voidWKTFormat.addFragment(String name, StoredTree definition) Adds a fragment of Well Know Text (WKT).(package private) final ObjectWKTFormat.buildFromTree(StoredTree tree) Parses a tree ofElements to produce a geodetic object.Constructors in org.apache.sis.io.wkt with parameters of type StoredTreeModifierConstructorDescriptionprivateDisambiguation(StoredTree object) Creates a newDisambiguationinstance 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.