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

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

public static class UNREDDFeedback.Attributes
extends AttributeDef

Attributes for UNREDDFeedback. Values are:


Field Summary
static UNREDDFeedback.Attributes LAYERDATE
          Optional, for time dependent layers.
static UNREDDFeedback.Attributes LAYERNAME
          The layer feedback is referring to, as published in GeoServer.
static UNREDDFeedback.Attributes USERMAIL
          The user contant mail, as filled in the feedback form.
static UNREDDFeedback.Attributes USERNAME
          The user contact name, as filled in the feedback form.
 
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

LAYERNAME

public static final UNREDDFeedback.Attributes LAYERNAME
The layer feedback is referring to, as published in GeoServer. E.g. "unredd:forest_mask_mosaic"


LAYERDATE

public static final UNREDDFeedback.Attributes LAYERDATE
Optional, for time dependent layers. UNIX timestamp (UTC).


USERNAME

public static final UNREDDFeedback.Attributes USERNAME
The user contact name, as filled in the feedback form.


USERMAIL

public static final UNREDDFeedback.Attributes USERMAIL
The user contant mail, as filled in the feedback form.



Copyright © 2012. All Rights Reserved.