org.geotools.referencing.wkt
Class Symbols

java.lang.Object
  extended by org.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 30641 2008-06-12 17:42:27Z acuster $
Author:
Martin Desruisseaux (IRD)

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.
 
Method Summary
 boolean containsAxis(java.lang.CharSequence wkt)
          Returns true if the specified WKT contains at least one AXIS[...] element.
 
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.

Method Detail

containsAxis

public boolean containsAxis(java.lang.CharSequence wkt)
Returns true if the specified WKT contains at least one AXIS[...] element. This method tries to make a quick checks taking in account a minimal set of WKT syntax rules.

Since:
2.4


Copyright © 1996-2010 Geotools. All Rights Reserved.