org.geotools.geopkg
Class FeatureEntry
Object
Entry
FeatureEntry
public class FeatureEntry
- extends Entry
Feature entry in a geopackage.
This class corresponds to the "geometry_columns" table.
- Author:
- Justin Deoliveira, OpenGeo
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 |
FeatureEntry
public FeatureEntry()
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.