org.geotools.geopkg
Class RasterEntry

Object
  extended by Entry
      extended by RasterEntry

public class RasterEntry
extends Entry

Raster entry in a geopackage.

This class corresponds to the "raster_columns" table.

Author:
Justin Deoliveira, OpenGeo

Nested Class Summary
static class RasterEntry.Rectification
           
 
Nested classes/interfaces inherited from class Entry
Entry.DataType
 
Field Summary
 
Fields inherited from class Entry
bounds, dataType, identifier, lastChange, srid, tableName
 
Constructor Summary
RasterEntry()
           
 
Method Summary
 String getConstraint()
           
 String getDescription()
           
 String getMimeType()
           
 String getName()
           
 String getRasterColumn()
           
 String getTitle()
           
 void setConstraint(String constraint)
           
 void setDescription(String description)
           
 void setMimeType(String mimeType)
           
 void setName(String name)
           
 void setRasterColumn(String rasterColumn)
           
 void setTitle(String title)
           
 
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
 

Constructor Detail

RasterEntry

public RasterEntry()
Method Detail

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.