Package com.luciad.formats.geopackage
Class GeoPackageTableMetadata
java.lang.Object
com.luciad.formats.geopackage.GeoPackageTableMetadata
- All Implemented Interfaces:
AutoCloseable
Provides information about a GeoPackage table.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGeoPackageTableMetadata
(String name, String type, String description) Creates a GeoPackageTableMetadata. -
Method Summary
-
Field Details
-
TypeFeatures
Type identifier for features. -
TypeTiles
Type identifier for tiled rasters. -
Type2dGriddedCoverage
Type identifier for 2d gridded coverage.
-
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getName
Returns the name of the table.- Returns:
- the name of the table.
-
getType
Returns the type of the table.- Returns:
- the type of the table.
-
getDescription
Returns a human readable description for the table.- Returns:
- a human readable description for the table.
-
hashCode
public int hashCode() -
equals
-