Class GSFeatureDimensionInfoEncoder
- java.lang.Object
-
- it.geosolutions.geoserver.rest.encoder.utils.XmlElement
-
- it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
-
- it.geosolutions.geoserver.rest.encoder.metadata.GSFeatureDimensionInfoEncoder
-
public class GSFeatureDimensionInfoEncoder extends GSDimensionInfoEncoder
GSFeatureDimensionInfoEncoder class.
- Version:
- $Id: $
- Author:
- niels
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
GSDimensionInfoEncoder.Presentation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTEConstantATTRIBUTE="attribute"static java.lang.StringEND_ATTRIBUTEConstantEND_ATTRIBUTE="endAttribute"-
Fields inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
DIMENSIONINFO, PRESENTATION, RESOLUTION, UNIT_SYMBOL, UNITS
-
-
Constructor Summary
Constructors Constructor Description GSFeatureDimensionInfoEncoder(java.lang.String attribute)if this dimension is enabled this constructor should be called.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAttribute(java.lang.String attribute)Change the attribute used as dimensionvoidsetEndAttribute(java.lang.String endAttribute)Set the end attribute used in the dimension (optional)-
Methods inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
addPresentation, setEnabled, setPresentation, setPresentation, setUnit, setUnitSymbol
-
-
-
-
Field Detail
-
ATTRIBUTE
public static final java.lang.String ATTRIBUTE
ConstantATTRIBUTE="attribute"- See Also:
- Constant Field Values
-
END_ATTRIBUTE
public static final java.lang.String END_ATTRIBUTE
ConstantEND_ATTRIBUTE="endAttribute"- See Also:
- Constant Field Values
-
-
Method Detail
-
setAttribute
public void setAttribute(java.lang.String attribute)
Change the attribute used as dimension- Parameters:
attribute- the attribute to use as dimension
-
setEndAttribute
public void setEndAttribute(java.lang.String endAttribute)
Set the end attribute used in the dimension (optional)- Parameters:
endAttribute- the dimension end attribute
-
-