|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataBuilder.Key | |
org.geotools.coverage.io | Helper classes for GridCoverageExchange implementations.
|
Uses of MetadataBuilder.Key in org.geotools.coverage.io |
Fields in org.geotools.coverage.io declared as MetadataBuilder.Key | |
static MetadataBuilder.Key |
MetadataBuilder.COORDINATE_REFERENCE_SYSTEM
Key for the coordinate reference system. |
static MetadataBuilder.Key |
MetadataBuilder.UNITS
Key for the coordinate system axis units. |
static MetadataBuilder.Key |
MetadataBuilder.DATUM
Key for the coordinate reference system's datum. |
static MetadataBuilder.Key |
MetadataBuilder.ELLIPSOID
Key for the coordinate reference system ellipsoid. |
static MetadataBuilder.Key |
MetadataBuilder.OPERATION_METHOD
Key for the operation method. |
static MetadataBuilder.Key |
MetadataBuilder.PROJECTION
Key for the projection. |
static MetadataBuilder.Key |
MetadataBuilder.SEMI_MAJOR
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.SEMI_MINOR
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.LATITUDE_OF_ORIGIN
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.CENTRAL_MERIDIAN
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.FALSE_EASTING
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.FALSE_NORTHING
Key for the projection parameter. |
static MetadataBuilder.Key |
MetadataBuilder.X_MINIMUM
Key for the minimal x value (western limit). |
static MetadataBuilder.Key |
MetadataBuilder.Y_MINIMUM
Key for the minimal y value (southern limit). |
static MetadataBuilder.Key |
MetadataBuilder.Z_MINIMUM
Key for the minimal z value. |
static MetadataBuilder.Key |
MetadataBuilder.X_MAXIMUM
Key for the maximal x value (eastern limit). |
static MetadataBuilder.Key |
MetadataBuilder.Y_MAXIMUM
Key for the maximal y value (northern limit). |
static MetadataBuilder.Key |
MetadataBuilder.Z_MAXIMUM
Key for the maximal z value. |
static MetadataBuilder.Key |
MetadataBuilder.X_RESOLUTION
Key for the resolution among the x axis. |
static MetadataBuilder.Key |
MetadataBuilder.Y_RESOLUTION
Key for the resolution among the y axis. |
static MetadataBuilder.Key |
MetadataBuilder.Z_RESOLUTION
Key for the resolution among the z axis. |
static MetadataBuilder.Key |
MetadataBuilder.WIDTH
Key for the image's width in pixels. |
static MetadataBuilder.Key |
MetadataBuilder.HEIGHT
Key for the image's height in pixels. |
static MetadataBuilder.Key |
MetadataBuilder.DEPTH
Key for the image's "depth" in pixels. |
Methods in org.geotools.coverage.io that return MetadataBuilder.Key | |
MetadataBuilder.Key |
MetadataException.getMetadataKey()
Returns the metadata key which has raised this exception. |
Methods in org.geotools.coverage.io with parameters of type MetadataBuilder.Key | |
void |
MetadataBuilder.addAlias(MetadataBuilder.Key key,
java.lang.String alias)
Add an alias to a key. |
boolean |
MetadataBuilder.contains(MetadataBuilder.Key key)
Checks if this contains a value for the specified key. |
java.lang.Object |
MetadataBuilder.get(MetadataBuilder.Key key)
Returns the metadata for the specified key. |
double |
MetadataBuilder.getAsDouble(MetadataBuilder.Key key)
Returns a metadata as a value. |
int |
MetadataBuilder.getAsInt(MetadataBuilder.Key key)
Returns a metadata as a value. |
java.util.Date |
MetadataBuilder.getAsDate(MetadataBuilder.Key key)
Returns a metadata as a Date value. |
java.lang.String[] |
MetadataBuilder.getAlias(MetadataBuilder.Key key)
Returns the list of alias for the specified key, or if the key has no alias. |
Constructors in org.geotools.coverage.io with parameters of type MetadataBuilder.Key | |
MissingMetadataException(java.lang.String message,
MetadataBuilder.Key key,
java.lang.String alias)
Constructs an exception with the specified message. |
|
AmbiguousMetadataException(java.lang.String message,
MetadataBuilder.Key key,
java.lang.String alias)
Constructs an exception with the specified message. |
|
MetadataException(java.lang.String message,
MetadataBuilder.Key key,
java.lang.String alias)
Constructs an exception with the specified message. |
|
MetadataException(java.lang.Exception cause,
MetadataBuilder.Key key,
java.lang.String alias)
Constructs an exception from the specified cause. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |