it.geosolutions.geoserver.rest.decoder
Class RESTDimensionInfo

java.lang.Object
  extended by it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
      extended by it.geosolutions.geoserver.rest.decoder.RESTDimensionInfo

public class RESTDimensionInfo
extends RESTMetadataList.RESTMetadataElement

Author:
DamianoG

Field Summary
static String ELEVATION
           
static String TIME
           
 
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
metadataElem
 
Constructor Summary
RESTDimensionInfo(org.jdom.Element elem)
           
 
Method Summary
 String getPresentation()
           
 String getResolution()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setPresentation(String presentation)
           
 void setResolution(String resolution)
           
 
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
getKey, getMetadataElem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME

public static final String TIME
See Also:
Constant Field Values

ELEVATION

public static final String ELEVATION
See Also:
Constant Field Values
Constructor Detail

RESTDimensionInfo

public RESTDimensionInfo(org.jdom.Element elem)
Parameters:
elem -
Method Detail

isEnabled

public boolean isEnabled()
Returns:
the enabled

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - the enabled to set

getPresentation

public String getPresentation()
Returns:
the presentation

setPresentation

public void setPresentation(String presentation)
Parameters:
presentation - the presentation to set

getResolution

public String getResolution()
Returns:
the resolution

setResolution

public void setResolution(String resolution)
Parameters:
resolution - the resolution to set


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.