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

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

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
 org.opengis.referencing.cs.CoordinateSystemAxis MetadataReader.getAxis(int dimension)
          Constructs an axis using the information from the metadata, or returns null if the axis does not exist in the metadata tree.
 org.opengis.referencing.crs.CoordinateReferenceSystem MetadataReader.getCoordinateReferenceSystem()
          Returns the coordinate reference system.
 org.opengis.referencing.cs.CoordinateSystem MetadataReader.getCoordinateSystem()
          Returns the coordinate system.
 org.opengis.referencing.datum.Datum MetadataReader.getDatum()
          Returns the datum.
 org.opengis.referencing.datum.Ellipsoid MetadataReader.getEllipsoid()
          Returns the ellipsoid.
 org.opengis.geometry.Envelope MetadataReader.getEnvelope()
          Returns the envelope.
 org.opengis.metadata.extent.GeographicBoundingBox MetadataReader.getGeographicBoundingBox()
          Convenience method returning the envelope in geographic coordinate reference system.
 org.opengis.coverage.grid.GridEnvelope MetadataReader.getGridRange()
          Returns the grid range.
 org.opengis.referencing.operation.Conversion MetadataReader.getProjection()
          Returns the projection.
 

Uses of MetadataException in org.geotools.image.io.text
 

Methods in org.geotools.image.io.text that throw MetadataException
 java.lang.String TextMetadataParser.getSource()
          Returns the source file name or URL.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.