Uses of Class
org.geotools.io.coverage.PropertyParser.Key

Packages that use PropertyParser.Key
org.geotools.io.coverage Helper classes for GridCoverageExchange.  
 

Uses of PropertyParser.Key in org.geotools.io.coverage
 

Fields in org.geotools.io.coverage declared as PropertyParser.Key
static PropertyParser.Key PropertyParser.UNITS
          Deprecated. Key for the coordinate system axis units.
static PropertyParser.Key PropertyParser.DATUM
          Deprecated. Key for the coordinate system datum.
static PropertyParser.Key PropertyParser.ELLIPSOID
          Deprecated. Key for the coordinate system ellipsoid.
static PropertyParser.Key PropertyParser.PROJECTION
          Deprecated. Key for the projection classification.
static PropertyParser.Key PropertyParser.PROJECTION_NAME
          Deprecated. Optional key for the projection name.
static PropertyParser.Key PropertyParser.COORDINATE_SYSTEM_NAME
          Deprecated. Optional Key for the coordinate system name.
static PropertyParser.Key PropertyParser.SEMI_MAJOR
          Deprecated. Key for the "semi_major" projection parameter.
static PropertyParser.Key PropertyParser.SEMI_MINOR
          Deprecated. Key for the "semi_minor" projection parameter.
static PropertyParser.Key PropertyParser.LATITUDE_OF_ORIGIN
          Deprecated. Key for the "latitude_of_origin" projection parameter.
static PropertyParser.Key PropertyParser.CENTRAL_MERIDIAN
          Deprecated. Key for the "central_meridian" projection parameter.
static PropertyParser.Key PropertyParser.FALSE_EASTING
          Deprecated. Key for the "false_easting" projection parameter.
static PropertyParser.Key PropertyParser.FALSE_NORTHING
          Deprecated. Key for the "false_northing" projection parameter.
static PropertyParser.Key PropertyParser.X_MINIMUM
          Deprecated. Key for the minimal x value (western limit).
static PropertyParser.Key PropertyParser.Y_MINIMUM
          Deprecated. Key for the minimal y value (southern limit).
static PropertyParser.Key PropertyParser.Z_MINIMUM
          Deprecated. Key for the minimal z value.
static PropertyParser.Key PropertyParser.X_MAXIMUM
          Deprecated. Key for the maximal x value (eastern limit).
static PropertyParser.Key PropertyParser.Y_MAXIMUM
          Deprecated. Key for the maximal y value (northern limit).
static PropertyParser.Key PropertyParser.Z_MAXIMUM
          Deprecated. Key for the maximal z value.
static PropertyParser.Key PropertyParser.X_RESOLUTION
          Deprecated. Key for the resolution among the x axis.
static PropertyParser.Key PropertyParser.Y_RESOLUTION
          Deprecated. Key for the resolution among the y axis.
static PropertyParser.Key PropertyParser.Z_RESOLUTION
          Deprecated. Key for the resolution among the z axis.
static PropertyParser.Key PropertyParser.WIDTH
          Deprecated. Key for the image's width in pixels.
static PropertyParser.Key PropertyParser.HEIGHT
          Deprecated. Key for the image's height in pixels.
static PropertyParser.Key PropertyParser.DEPTH
          Deprecated. Key for the image's "depth" in pixels.
 

Methods in org.geotools.io.coverage that return PropertyParser.Key
 PropertyParser.Key PropertyException.getPropertyKey()
          Deprecated. Returns the property key which has raised this exception.
 

Methods in org.geotools.io.coverage with parameters of type PropertyParser.Key
 void PropertyParser.addAlias(PropertyParser.Key key, java.lang.String alias)
          Deprecated. Add an alias to a key.
 boolean PropertyParser.contains(PropertyParser.Key key)
          Deprecated. Check if this PropertyParser contains a value for the specified key.
 java.lang.Object PropertyParser.get(PropertyParser.Key key)
          Deprecated. Returns the property for the specified key.
 double PropertyParser.getAsDouble(PropertyParser.Key key)
          Deprecated. Returns a property as a double value.
 int PropertyParser.getAsInt(PropertyParser.Key key)
          Deprecated. Returns a property as a int value.
 java.util.Date PropertyParser.getAsDate(PropertyParser.Key key)
          Deprecated. Returns a property as a Date value.
 java.lang.String[] PropertyParser.getAlias(PropertyParser.Key key)
          Deprecated. Returns the list of alias for the specified key, or null if the key has no alias.
 

Constructors in org.geotools.io.coverage with parameters of type PropertyParser.Key
MissingPropertyException(java.lang.String message, PropertyParser.Key key, java.lang.String alias)
          Deprecated. Construct an exception with the specified message.
PropertyException(java.lang.String message, PropertyParser.Key key, java.lang.String alias)
          Deprecated. Construct an exception with the specified message.
AmbiguousPropertyException(java.lang.String message, PropertyParser.Key key, java.lang.String alias)
          Deprecated. Construct an exception with the specified message.
 



Copyright © GeoTools. All Rights Reserved.