|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyException | |
org.geotools.io.coverage | Helper classes for GridCoverageExchange .
|
Uses of PropertyException in org.geotools.io.coverage |
Subclasses of PropertyException in org.geotools.io.coverage | |
class |
AmbiguousPropertyException
Deprecated. Replaced by AmbiguousMetadataException . |
class |
MissingPropertyException
Deprecated. Replaced by MissingMetadataException . |
Methods in org.geotools.io.coverage that throw PropertyException | |
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.getSource()
Deprecated. Returns the source file name or URL. |
java.util.Locale |
PropertyParser.getLocale()
Deprecated. Returns the locale to use when parsing property values as numbers, angles or dates. |
Unit |
PropertyParser.getUnits()
Deprecated. Returns the units. |
HorizontalDatum |
PropertyParser.getDatum()
Deprecated. Returns the datum. |
Ellipsoid |
PropertyParser.getEllipsoid()
Deprecated. Returns the ellipsoid. |
Projection |
PropertyParser.getProjection()
Deprecated. Returns the projection. |
CoordinateSystem |
PropertyParser.getCoordinateSystem()
Deprecated. Returns the coordinate system. |
Envelope |
PropertyParser.getGeographicEnvelope()
Deprecated. Convenience method returning the envelope in geographic coordinate system using WGS 1984 datum. |
Envelope |
PropertyParser.getEnvelope()
Deprecated. Returns the envelope. |
GridRange |
PropertyParser.getGridRange()
Deprecated. Returns the grid range. |
SampleDimension[] |
PropertyParser.getSampleDimensions()
Deprecated. Returns the sample dimensions for each band of the GridCoverage
to be read. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |