Uses of Class
org.geotoolkit.image.io.metadata.SpatialMetadataFormat

Packages that use SpatialMetadataFormat
org.geotoolkit.image.io.metadata Spatial (usually geographic) informations encoded in images as metadata. 
 

Uses of SpatialMetadataFormat in org.geotoolkit.image.io.metadata
 

Subclasses of SpatialMetadataFormat in org.geotoolkit.image.io.metadata
 class PredefinedMetadataFormat
          Deprecated. Replaced by SpatialMetadataFormatBuilder.
 

Fields in org.geotoolkit.image.io.metadata declared as SpatialMetadataFormat
static SpatialMetadataFormat SpatialMetadataFormat.IMAGE
          Deprecated. Replaced by call to getImageInstance(FORMAT_NAME).
static SpatialMetadataFormat SpatialMetadataFormat.STREAM
          Deprecated. Replaced by call to getStreamInstance(FORMAT_NAME).
 

Methods in org.geotoolkit.image.io.metadata that return SpatialMetadataFormat
 SpatialMetadataFormat SpatialMetadataFormatBuilder.build()
          Returns the metadata format instance which has been build.
static SpatialMetadataFormat SpatialMetadataFormat.getImageInstance(String name)
          Returns the image metadata format for the given name.
static SpatialMetadataFormat SpatialMetadataFormat.getStreamInstance(String name)
          Returns the stream metadata format for the given name.
 

Constructor parameters in org.geotoolkit.image.io.metadata with type arguments of type SpatialMetadataFormat
SpatialMetadataFormatBuilder(Class<? extends SpatialMetadataFormat> type)
          Creates a builder for a metadata format of the given type.
 



Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.