org.geotools.referencing.wkt
Class Symbols

java.lang.Object
  extended byorg.geotools.referencing.wkt.Symbols

public class Symbols
extends java.lang.Object

The set of symbols to use for WKT parsing and formatting.

Since:
2.1
Version:
$Id: Symbols.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux

Field Summary
static Symbols CURLY_BRACKETS
          A set of symbols with parameters between parentheses, like .
static Symbols DEFAULT
          The default set of symbols.
static Symbols SQUARE_BRACKETS
          A set of symbols with parameters between square brackets, like .
 
Constructor Summary
Symbols(java.util.Locale locale)
          Creates a new set of symbols for the specified locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final Symbols DEFAULT
The default set of symbols.


SQUARE_BRACKETS

public static final Symbols SQUARE_BRACKETS
A set of symbols with parameters between square brackets, like .


CURLY_BRACKETS

public static final Symbols CURLY_BRACKETS
A set of symbols with parameters between parentheses, like .

Constructor Detail

Symbols

public Symbols(java.util.Locale locale)
Creates a new set of symbols for the specified locale.



Copyright © GeoTools. All Rights Reserved.