org.geotools.geopkg
Class Entry
Object
Entry
- Direct Known Subclasses:
- FeatureEntry, RasterEntry, TileEntry
public class Entry
- extends Object
Entry in a geopackage.
This class corresponds to the "geopackage_contents" table.
- Author:
- Justin Deoliveira, OpenGeo
Constructor Summary |
Entry()
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableName
protected String tableName
dataType
protected Entry.DataType dataType
identifier
protected String identifier
description
protected String description
lastChange
protected Date lastChange
bounds
protected ReferencedEnvelope bounds
srid
protected Integer srid
Entry
public Entry()
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
getDataType
public Entry.DataType getDataType()
setDataType
public void setDataType(Entry.DataType dataType)
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLastChange
public Date getLastChange()
setLastChange
public void setLastChange(Date lastChange)
getBounds
public ReferencedEnvelope getBounds()
setBounds
public void setBounds(ReferencedEnvelope bounds)
getSrid
public Integer getSrid()
setSrid
public void setSrid(Integer srid)
Copyright © 1996-2014 Geotools. All Rights Reserved.