org.geotools.geopkg
Class RasterEntry
Object
Entry
RasterEntry
public class RasterEntry
- extends Entry
Raster entry in a geopackage.
This class corresponds to the "raster_columns" table.
- Author:
- Justin Deoliveira, OpenGeo
Methods inherited from class Entry |
getBounds, getDataType, getIdentifier, getLastChange, getSrid, getTableName, setBounds, setDataType, setIdentifier, setLastChange, setSrid, setTableName |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RasterEntry
public RasterEntry()
getRasterColumn
public String getRasterColumn()
setRasterColumn
public void setRasterColumn(String rasterColumn)
getName
public String getName()
setName
public void setName(String name)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
- Overrides:
getDescription
in class Entry
setDescription
public void setDescription(String description)
- Overrides:
setDescription
in class Entry
getMimeType
public String getMimeType()
setMimeType
public void setMimeType(String mimeType)
getConstraint
public String getConstraint()
setConstraint
public void setConstraint(String constraint)
Copyright © 1996-2014 Geotools. All Rights Reserved.