org.geotools.data.coverage.grid.file
Class FSCatalogEntry
java.lang.Object
org.geotools.data.coverage.grid.file.FSCatalogEntry
- public class FSCatalogEntry
- extends java.lang.Object
A CatalogEntry that refers to a file and a metadata that describes the file
The files should be a GridCoverage file
- Version:
- $Revision: 1.9 $
- Author:
- $author$
Constructor Summary |
FSCatalogEntry(java.io.File f,
org.opengis.coverage.grid.Format[] formats)
Creates a new FSCatalogEntry object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSCatalogEntry
public FSCatalogEntry(java.io.File f,
org.opengis.coverage.grid.Format[] formats)
- Creates a new FSCatalogEntry object.
- Parameters:
f
- a GridCoverage file
getDataName
public java.lang.String getDataName()
- See Also:
opengis.catalog.CatalogEntry#getDataName()
getMetadataNames
public java.lang.String[] getMetadataNames()
- See Also:
opengis.catalog.CatalogEntry#getMetaDataEntityNames()
getMetadata
public FileMetadata getMetadata(java.lang.String name)
- See Also:
opengis.catalog.CatalogEntry#getMetadata(java.lang.String)
getResource
public java.lang.Object getResource()
- See Also:
opengis.catalog.CatalogEntry#getResource()
iterator
public java.util.Iterator iterator()
getNumMetadata
public int getNumMetadata()
- See Also:
opengis.catalog.CatalogEntry#getNumMetaDataEntity()
getMetadata
public FileMetadata getMetadata(int index)
Copyright © GeoTools. All Rights Reserved.