Uses of Class
org.geotools.image.io.text.TextMetadataParser.Key

Packages that use TextMetadataParser.Key
org.geotools.coverage.io Helper classes for coverage reader implementations. 
org.geotools.image.io.text Extensions to ImageReader for ASCII files. 
 

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

Methods in org.geotools.coverage.io that return TextMetadataParser.Key
 TextMetadataParser.Key MetadataException.getMetadataKey()
          Returns the metadata key which has raised this exception.
 

Constructors in org.geotools.coverage.io with parameters of type TextMetadataParser.Key
AmbiguousMetadataException(java.lang.String message, TextMetadataParser.Key key, java.lang.String alias)
          Constructs an exception with the specified message.
MetadataException(java.lang.Exception cause, TextMetadataParser.Key key, java.lang.String alias)
          Constructs an exception from the specified cause.
MetadataException(java.lang.String message, TextMetadataParser.Key key, java.lang.String alias)
          Constructs an exception with the specified message.
MissingMetadataException(java.lang.String message, TextMetadataParser.Key key, java.lang.String alias)
          Constructs an exception with the specified message.
 

Uses of TextMetadataParser.Key in org.geotools.image.io.text
 

Fields in org.geotools.image.io.text declared as TextMetadataParser.Key
static TextMetadataParser.Key TextMetadataParser.CENTRAL_MERIDIAN
          Key for the "central_meridian" projection parameter.
static TextMetadataParser.Key TextMetadataParser.COORDINATE_REFERENCE_SYSTEM
          Key for the coordinate reference system.
static TextMetadataParser.Key TextMetadataParser.COORDINATE_REFERENCE_SYSTEM_TYPE
          Key for the coordinate reference system type.
static TextMetadataParser.Key TextMetadataParser.COORDINATE_SYSTEM
          Key for the coordinate system.
static TextMetadataParser.Key TextMetadataParser.COORDINATE_SYSTEM_TYPE
          Key for the coordinate system type.
static TextMetadataParser.Key TextMetadataParser.DATUM
          Key for the coordinate reference system's datum.
static TextMetadataParser.Key TextMetadataParser.DATUM_TYPE
           
static TextMetadataParser.Key TextMetadataParser.DEPTH
          Key for the image's "depth" in pixels.
static TextMetadataParser.Key TextMetadataParser.ELLIPSOID
          Key for the coordinate reference system ellipsoid.
static TextMetadataParser.Key TextMetadataParser.ELLIPSOID_UNIT
          The unit of the ellipsoid.
static TextMetadataParser.Key TextMetadataParser.FALSE_EASTING
          Key for the "false_easting" projection parameter.
static TextMetadataParser.Key TextMetadataParser.FALSE_NORTHING
          Key for the "false_northing" projection parameter.
static TextMetadataParser.Key TextMetadataParser.GREENWICH_LONGITUDE
          Key for the "greenwich_longitude" parameter.
static TextMetadataParser.Key TextMetadataParser.HEIGHT
          Key for the image's height in pixels.
static TextMetadataParser.Key TextMetadataParser.INVERSE_FLATTENING
          Key for the "inverse_flattening" ellipsoid parameter.
static TextMetadataParser.Key TextMetadataParser.LATITUDE_OF_ORIGIN
          Key for the "latitude_of_origin" projection parameter.
static TextMetadataParser.Key TextMetadataParser.OPERATION_METHOD
          Key for the operation method.
static TextMetadataParser.Key TextMetadataParser.PRIME_MERIDIAN
          Key for the "prime_meridian" name parameter.
static TextMetadataParser.Key TextMetadataParser.PROJECTION
          Key for the projection.
static TextMetadataParser.Key TextMetadataParser.SEMI_MAJOR
          Key for the "semi_major" ellipsoid parameter.
static TextMetadataParser.Key TextMetadataParser.SEMI_MINOR
          Key for the "semi_minor" ellipsoid parameter.
static TextMetadataParser.Key TextMetadataParser.UNIT
          Key for the coordinate system axis units.
static TextMetadataParser.Key TextMetadataParser.WIDTH
          Key for the image's width in pixels.
static TextMetadataParser.Key TextMetadataParser.X_DIRECTION
          Key for the direction among the x axis.
static TextMetadataParser.Key TextMetadataParser.X_MAXIMUM
          Key for the maximal x value (eastern limit).
static TextMetadataParser.Key TextMetadataParser.X_MINIMUM
          Key for the minimal x value (western limit).
static TextMetadataParser.Key TextMetadataParser.X_RESOLUTION
          Key for the resolution among the x axis.
static TextMetadataParser.Key TextMetadataParser.Y_DIRECTION
          Key for the direction among the y axis.
static TextMetadataParser.Key TextMetadataParser.Y_MAXIMUM
          Key for the maximal y value (northern limit).
static TextMetadataParser.Key TextMetadataParser.Y_MINIMUM
          Key for the minimal y value (southern limit).
static TextMetadataParser.Key TextMetadataParser.Y_RESOLUTION
          Key for the resolution among the y axis.
static TextMetadataParser.Key TextMetadataParser.Z_DIRECTION
          Key for the direction among the z axis.
static TextMetadataParser.Key TextMetadataParser.Z_MAXIMUM
          Key for the maximal z value.
static TextMetadataParser.Key TextMetadataParser.Z_MINIMUM
          Key for the minimal z value.
static TextMetadataParser.Key TextMetadataParser.Z_RESOLUTION
          Key for the resolution among the z axis.
 

Methods in org.geotools.image.io.text with parameters of type TextMetadataParser.Key
 void TextMetadataParser.addAlias(TextMetadataParser.Key key, java.lang.String alias)
          Add an alias to a key.
 java.util.Set<java.lang.String> TextMetadataParser.getAlias(TextMetadataParser.Key key)
          Returns the list of alias for the specified key, or null if the key has no alias.
protected abstract  void TextMetadataParser.put(TextMetadataParser.Key key, java.lang.Object value)
          Put the specified value in the right node of the metadata tree.
protected  void DefaultTextMetadataParser.put(TextMetadataParser.Key key, java.lang.Object value)
          Put the specified value in the right node of the metadata tree.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.