|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicMetadata | |
---|---|
org.geotools.coverage.io | Helper classes for coverage reader implementations. |
org.geotools.image.io | Extensions to ImageReader for binary and ASCII files. |
org.geotools.image.io.metadata | Geographic informations encoded in images as metadata. |
org.geotools.image.io.netcdf | Image readers for the NetCDF format. |
org.geotools.image.io.text | Extensions to ImageReader for ASCII files. |
Uses of GeographicMetadata in org.geotools.coverage.io |
---|
Methods in org.geotools.coverage.io that return GeographicMetadata | |
---|---|
GeographicMetadata |
MetadataReader.getGeographicMetadata()
Returns the current geographic metadata, or null if not already defined. |
Methods in org.geotools.coverage.io with parameters of type GeographicMetadata | |
---|---|
void |
MetadataReader.setGeographicMetadata(GeographicMetadata metadata)
Sets the current geographic metadata. |
Uses of GeographicMetadata in org.geotools.image.io |
---|
Methods in org.geotools.image.io that return GeographicMetadata | |
---|---|
GeographicMetadata |
GeographicImageReader.getGeographicMetadata(int imageIndex)
Returns a helper parser for metadata associated with the given image. |
Uses of GeographicMetadata in org.geotools.image.io.metadata |
---|
Constructors in org.geotools.image.io.metadata with parameters of type GeographicMetadata | |
---|---|
Band(GeographicMetadata metadata,
int bandIndex)
Creates a parser for a band. |
|
ImageGeometry(GeographicMetadata metadata)
Creates a parser for a grid geometry. |
|
ImageReferencing(GeographicMetadata metadata)
Creates a parser for a coordinate system. |
|
MetadataAccessor(GeographicMetadata metadata,
java.lang.String parentPath,
java.lang.String childPath)
Creates an accessor for the element at the given path. |
Uses of GeographicMetadata in org.geotools.image.io.netcdf |
---|
Subclasses of GeographicMetadata in org.geotools.image.io.netcdf | |
---|---|
class |
NetcdfMetadata
Metadata from NetCDF file. |
Uses of GeographicMetadata in org.geotools.image.io.text |
---|
Fields in org.geotools.image.io.text declared as GeographicMetadata | |
---|---|
protected GeographicMetadata |
TextMetadataParser.metadata
The geogrpahic metadata to consider. |
Methods in org.geotools.image.io.text that return GeographicMetadata | |
---|---|
protected GeographicMetadata |
TextMetadataParser.getGeographicMetadata()
|
Methods in org.geotools.image.io.text with parameters of type GeographicMetadata | |
---|---|
protected void |
TextMetadataParser.setGeographicMetadata(GeographicMetadata metadata)
|
void |
DefaultTextMetadataParser.setGeographicMetadata(GeographicMetadata metadata)
Sets the geographic metadata and put all other variables to their default value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |