Uses of Class
org.geotools.coverage.io.MetadataException

Packages that use MetadataException
org.geotools.coverage.io Helper classes for GridCoverageExchange implementations.  
 

Uses of MetadataException in org.geotools.coverage.io
 

Subclasses of MetadataException in org.geotools.coverage.io
 class AmbiguousMetadataException
          Thrown when one or more metadata have ambiguous values.
 class MissingMetadataException
          Thrown when a metadata is required but can't be found.
 

Methods in org.geotools.coverage.io that throw MetadataException
 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.getSource()
          Returns the source file name or URL.
 java.util.Locale MetadataBuilder.getLocale()
          Returns the locale to use when parsing metadata values as numbers, angles or dates.
 javax.units.Unit MetadataBuilder.getUnit()
          Returns the units.
 org.opengis.referencing.datum.GeodeticDatum MetadataBuilder.getGeodeticDatum()
          Returns the geodetic datum.
 org.opengis.referencing.datum.Ellipsoid MetadataBuilder.getEllipsoid()
          Returns the ellipsoid.
 org.opengis.referencing.operation.Conversion MetadataBuilder.getProjection()
          Returns the projection.
 org.opengis.referencing.crs.CoordinateReferenceSystem MetadataBuilder.getCoordinateReferenceSystem()
          Returns the coordinate reference system.
 org.opengis.metadata.extent.GeographicBoundingBox MetadataBuilder.getGeographicBoundingBox()
          Convenience method returning the envelope in geographic coordinate system using WGS 1984 datum.
 org.opengis.spatialschema.geometry.Envelope MetadataBuilder.getEnvelope()
          Returns the envelope.
 org.opengis.coverage.grid.GridRange MetadataBuilder.getGridRange()
          Returns the grid range.
 org.opengis.coverage.SampleDimension[] MetadataBuilder.getSampleDimensions()
          Returns the sample dimensions for each band of the GridCoverage to be read.
 



Copyright © GeoTools. All Rights Reserved.