Uses of Class
org.geotoolkit.io.wkt.Symbols

Packages that use Symbols
org.geotoolkit.io.wkt Well Known Text (WKT) parsing and formatting. 
 

Uses of Symbols in org.geotoolkit.io.wkt
 

Fields in org.geotoolkit.io.wkt declared as Symbols
static Symbols Symbols.CURLY_BRACKETS
          A set of symbols with parameters between parentheses, like DATUM("WGS84").
static Symbols Symbols.DEFAULT
          The default set of symbols.
static Symbols Symbols.SQUARE_BRACKETS
          A set of symbols with parameters between square brackets, like DATUM["WGS84"].
 

Methods in org.geotoolkit.io.wkt that return Symbols
 Symbols WKTFormat.getSymbols()
          Returns the symbols used for parsing and formatting WKT.
 

Methods in org.geotoolkit.io.wkt with parameters of type Symbols
 void WKTFormat.setSymbols(Symbols symbols)
          Sets the symbols used for parsing and formatting WKT.
 

Constructors in org.geotoolkit.io.wkt with parameters of type Symbols
Formatter(Symbols symbols, Colors colors, int indentation)
          Creates a new instance of the formatter with the specified indentation.
MathTransformParser(Symbols symbols, MathTransformFactory mtFactory)
          Creates a parser using the specified set of symbols and factory.
ReferencingParser(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)
          Constructs a parser for the specified set of symbols using the specified set of factories.
ReferencingParser(Symbols symbols, Hints hints)
          Creates a parser using the specified set of symbols.
ReferencingParser(Symbols symbols, ReferencingFactoryContainer factories)
          Constructs a parser for the specified set of symbols using the specified set of factories.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.