it.geosolutions.unredd.geostore.model
Class UNREDDLayer.Attributes

java.lang.Object
  extended by it.geosolutions.unredd.geostore.model.AttributeDef
      extended by it.geosolutions.unredd.geostore.model.UNREDDLayer.Attributes
Enclosing class:
UNREDDLayer

public static class UNREDDLayer.Attributes
extends AttributeDef


Field Summary
static UNREDDLayer.Attributes DAYATTRIBNAME
          DB Storage for vector data.
static UNREDDLayer.Attributes DISSMOSAICPATH
          Full path where the layer tiff should be placed into in the dissemination system when published.
static UNREDDLayer.Attributes LAYERTYPE
          Should be "vector" or "raster".
static UNREDDLayer.Attributes MONTHATTRIBNAME
          DB Storage for vector data.
static UNREDDLayer.Attributes MOSAICPATH
          Full path where the layer tiff should be placed into.
static UNREDDLayer.Attributes ORIGDATADESTPATH
          Full path where the orig/ data has to be moved in
static UNREDDLayer.Attributes RASTERATTRIBNAME
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERCQLFILTER
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERDATATYPE
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERNODATA
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERPIXELHEIGHT
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERPIXELWIDTH
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERX0
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERX1
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERY0
          Used in vector rasterization.
static UNREDDLayer.Attributes RASTERY1
          Used in vector rasterization.
static UNREDDLayer.Attributes TABLENAME
          DB Storage for vector data.
static UNREDDLayer.Attributes URL
          Full path where the orig/ data has to be moved in
static UNREDDLayer.Attributes YEARATTRIBNAME
          DB Storage for vector data.
 
Method Summary
 
Methods inherited from class it.geosolutions.unredd.geostore.model.AttributeDef
equals, getDataType, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LAYERTYPE

public static final UNREDDLayer.Attributes LAYERTYPE
Should be "vector" or "raster".

See Also:
UNREDDFormat

MOSAICPATH

public static final UNREDDLayer.Attributes MOSAICPATH
Full path where the layer tiff should be placed into.


DISSMOSAICPATH

public static final UNREDDLayer.Attributes DISSMOSAICPATH
Full path where the layer tiff should be placed into in the dissemination system when published.


ORIGDATADESTPATH

public static final UNREDDLayer.Attributes ORIGDATADESTPATH
Full path where the orig/ data has to be moved in


URL

public static final UNREDDLayer.Attributes URL
Full path where the orig/ data has to be moved in


RASTERPIXELWIDTH

public static final UNREDDLayer.Attributes RASTERPIXELWIDTH
Used in vector rasterization.


RASTERPIXELHEIGHT

public static final UNREDDLayer.Attributes RASTERPIXELHEIGHT
Used in vector rasterization.


RASTERX0

public static final UNREDDLayer.Attributes RASTERX0
Used in vector rasterization.


RASTERX1

public static final UNREDDLayer.Attributes RASTERX1
Used in vector rasterization.


RASTERY0

public static final UNREDDLayer.Attributes RASTERY0
Used in vector rasterization.


RASTERY1

public static final UNREDDLayer.Attributes RASTERY1
Used in vector rasterization.


RASTERATTRIBNAME

public static final UNREDDLayer.Attributes RASTERATTRIBNAME
Used in vector rasterization. The attrib containing the value to burn


RASTERCQLFILTER

public static final UNREDDLayer.Attributes RASTERCQLFILTER
Used in vector rasterization.


RASTERNODATA

public static final UNREDDLayer.Attributes RASTERNODATA
Used in vector rasterization.


RASTERDATATYPE

public static final UNREDDLayer.Attributes RASTERDATATYPE
Used in vector rasterization. data type for output raster. It’s one of the GDAL-recognized datatypes: Byte / Int16 / UInt16 / UInt32 / Int32 / Float32 / Float64 / CInt16 / CInt32 / CFloat32 / CFloat64


TABLENAME

public static final UNREDDLayer.Attributes TABLENAME
DB Storage for vector data. Table where the features will be copied into.


YEARATTRIBNAME

public static final UNREDDLayer.Attributes YEARATTRIBNAME
DB Storage for vector data. Table attrib containing the year info as a 4-digits string. This attrib is not in the original shapefile: it's added to every feature by the ingestion flow


MONTHATTRIBNAME

public static final UNREDDLayer.Attributes MONTHATTRIBNAME
DB Storage for vector data. Table attrib containing the month info as a 2-digits string. This attrib is not in the original shapefile: it's added to every feature by the ingestion flow


DAYATTRIBNAME

public static final UNREDDLayer.Attributes DAYATTRIBNAME
DB Storage for vector data. Table attrib containing the day info as a 2-digits string. This attrib is not in the original shapefile: it's added to every feature by the ingestion flow



Copyright © 2012. All Rights Reserved.