org.geotools.geopkg
Class Entry

Object
  extended by 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

Nested Class Summary
static class Entry.DataType
           
 
Field Summary
protected  ReferencedEnvelope bounds
           
protected  Entry.DataType dataType
           
protected  String description
           
protected  String identifier
           
protected  Date lastChange
           
protected  Integer srid
           
protected  String tableName
           
 
Constructor Summary
Entry()
           
 
Method Summary
 ReferencedEnvelope getBounds()
           
 Entry.DataType getDataType()
           
 String getDescription()
           
 String getIdentifier()
           
 Date getLastChange()
           
 Integer getSrid()
           
 String getTableName()
           
 void setBounds(ReferencedEnvelope bounds)
           
 void setDataType(Entry.DataType dataType)
           
 void setDescription(String description)
           
 void setIdentifier(String identifier)
           
 void setLastChange(Date lastChange)
           
 void setSrid(Integer srid)
           
 void setTableName(String tableName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Entry

public Entry()
Method Detail

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.