Uses of Class
org.geotools.referencing.wkt.Symbols

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

Uses of Symbols in org.geotools.referencing.wkt
 

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

Constructors in org.geotools.referencing.wkt with parameters of type Symbols
AbstractParser(Symbols symbols)
          Constructs a parser using the specified set of symbols.
Formatter(Symbols symbols)
          Creates a new instance of the formatter.
Formatter(Symbols symbols, int indentation)
          Creates a new instance of the formatter with the specified indentation width.
MathTransformParser(Symbols symbols)
          Constructs a parser using the specified set of symbols and the default factories.
MathTransformParser(Symbols symbols, MathTransformFactory mtFactory)
          Constructs a parser for the specified set of symbols and factory.
Parser(Symbols symbols)
          Constructs a parser for the specified set of symbols using default factories.
Parser(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)
          Constructs a parser for the specified set of symbols using the specified factories.
Parser(Symbols symbols, ReferencingFactoryContainer factories)
          Constructs a parser for the specified set of symbols using the specified set of factories.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.