org.geotools.geopkg
Class FeatureEntry

Object
  extended by Entry
      extended by FeatureEntry

public class FeatureEntry
extends Entry

Feature entry in a geopackage.

This class corresponds to the "geometry_columns" table.

Author:
Justin Deoliveira, OpenGeo

Nested Class Summary
 
Nested classes/interfaces inherited from class Entry
Entry.DataType
 
Field Summary
 
Fields inherited from class Entry
bounds, dataType, description, identifier, lastChange, srid, tableName
 
Constructor Summary
FeatureEntry()
           
 
Method Summary
 String getGeometryColumn()
           
 Geometries getGeometryType()
           
 boolean isM()
           
 boolean isZ()
           
 void setGeometryColumn(String geometryColumn)
           
 void setGeometryType(Geometries geometryType)
           
 void setM(boolean m)
           
 void setZ(boolean z)
           
 
Methods inherited from class Entry
getBounds, getDataType, getDescription, getIdentifier, getLastChange, getSrid, getTableName, setBounds, setDataType, setDescription, setIdentifier, setLastChange, setSrid, setTableName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureEntry

public FeatureEntry()
Method Detail

getGeometryColumn

public String getGeometryColumn()

setGeometryColumn

public void setGeometryColumn(String geometryColumn)

getGeometryType

public Geometries getGeometryType()

setGeometryType

public void setGeometryType(Geometries geometryType)

isZ

public boolean isZ()

setZ

public void setZ(boolean z)

isM

public boolean isM()

setM

public void setM(boolean m)


Copyright © 1996-2014 Geotools. All Rights Reserved.