public class Entry extends Object
This class corresponds to the "geopackage_contents" table.
Modifier and Type | Class and Description |
---|---|
static class |
Entry.DataType |
Modifier and Type | Field and Description |
---|---|
protected ReferencedEnvelope |
bounds |
protected Entry.DataType |
dataType |
protected String |
description |
protected String |
identifier |
protected Date |
lastChange |
protected Integer |
srid |
protected String |
tableName |
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String tableName
protected Entry.DataType dataType
protected String identifier
protected String description
protected Date lastChange
protected ReferencedEnvelope bounds
protected Integer srid
public String getTableName()
public void setTableName(String tableName)
public Entry.DataType getDataType()
public void setDataType(Entry.DataType dataType)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getDescription()
public void setDescription(String description)
public Date getLastChange()
public void setLastChange(Date lastChange)
public ReferencedEnvelope getBounds()
public void setBounds(ReferencedEnvelope bounds)
public Integer getSrid()
public void setSrid(Integer srid)
Copyright © 1996–2019 Geotools. All rights reserved.