org.geotools.data.coverage.grid.file
Interface FileMetadata

All Known Implementing Classes:
FileMetadataImpl

public interface FileMetadata

A simple unstandard metadata that describes files

Author:
jeichar

Method Summary
 java.lang.String getExtension()
          Returns the extension of the file.
 org.opengis.coverage.grid.Format getFormat()
          Returns the format of the file if it is known;
 long getLastModified()
          Returns the date the file was last modified.
 java.lang.String getName()
          Returns the File name
 java.lang.String getPath()
          Returns the path of the file.
 

Method Detail

getName

public java.lang.String getName()
Returns the File name

Returns:
Returns the File name

getExtension

public java.lang.String getExtension()
Returns the extension of the file.

Returns:
Returns the extension of the file.

getFormat

public org.opengis.coverage.grid.Format getFormat()
Returns the format of the file if it is known;

Returns:
Returns the format. Null if format is not known

getLastModified

public long getLastModified()
Returns the date the file was last modified.

Returns:
Returns the date the file was last modified.

getPath

public java.lang.String getPath()
Returns the path of the file.

Returns:
Returns the path of the file.


Copyright © GeoTools. All Rights Reserved.