Class RESTDimensionInfo
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
-
- it.geosolutions.geoserver.rest.decoder.RESTDimensionInfo
-
public class RESTDimensionInfo extends RESTMetadataList.RESTMetadataElement
RESTDimensionInfo class.
- Version:
- $Id: $
- Author:
- DamianoG
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEVATIONConstantELEVATION="elevation"static java.lang.StringTIMEConstantTIME="time"-
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
metadataElem
-
-
Constructor Summary
Constructors Constructor Description RESTDimensionInfo(org.jdom.Element elem)Constructor for RESTDimensionInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPresentation()Getter for the fieldpresentation.java.lang.StringgetResolution()Getter for the fieldresolution.booleanisEnabled()isEnabledvoidsetEnabled(boolean enabled)Setter for the fieldenabled.voidsetPresentation(java.lang.String presentation)Setter for the fieldpresentation.voidsetResolution(java.lang.String resolution)Setter for the fieldresolution.-
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTMetadataList.RESTMetadataElement
getKey, getMetadataElem
-
-
-
-
Field Detail
-
TIME
public static final java.lang.String TIME
ConstantTIME="time"- See Also:
- Constant Field Values
-
ELEVATION
public static final java.lang.String ELEVATION
ConstantELEVATION="elevation"- See Also:
- Constant Field Values
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
isEnabled
- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled)
Setter for the field
enabled.- Parameters:
enabled- the enabled to set
-
getPresentation
public java.lang.String getPresentation()
Getter for the field
presentation.- Returns:
- the presentation
-
setPresentation
public void setPresentation(java.lang.String presentation)
Setter for the field
presentation.- Parameters:
presentation- the presentation to set
-
getResolution
public java.lang.String getResolution()
Getter for the field
resolution.- Returns:
- the resolution
-
setResolution
public void setResolution(java.lang.String resolution)
Setter for the field
resolution.- Parameters:
resolution- the resolution to set
-
-