it.geosolutions.geoserver.rest.encoder.metadata
Class GSDimensionInfoEncoder
java.lang.Object
it.geosolutions.geoserver.rest.encoder.utils.XmlElement
it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
- Direct Known Subclasses:
- GSFeatureDimensionInfoEncoder
public class GSDimensionInfoEncoder
- extends XmlElement
- Author:
- Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DIMENSIONINFO
public static final java.lang.String DIMENSIONINFO
- See Also:
- Constant Field Values
RESOLUTION
public static final java.lang.String RESOLUTION
- See Also:
- Constant Field Values
PRESENTATION
public static final java.lang.String PRESENTATION
- See Also:
- Constant Field Values
GSDimensionInfoEncoder
public GSDimensionInfoEncoder(boolean enabled)
- Build a dimension
- Parameters:
enabled
- enable dimension if true
GSDimensionInfoEncoder
public GSDimensionInfoEncoder()
- build an not enabled dimension
setEnabled
public void setEnabled(boolean enabled)
addPresentation
public void addPresentation(GSDimensionInfoEncoder.Presentation pres)
- Deprecated. will be set to protected in the next release
setPresentation(final Presentation pres)
- Parameters:
pres
-
setPresentation
public void setPresentation(GSDimensionInfoEncoder.Presentation pres)
addPresentation
public void addPresentation(GSDimensionInfoEncoder.PresentationDiscrete pres,
java.math.BigDecimal interval)
- Deprecated. will be set to protected in the next release
setPresentation(final PresentationDiscrete pres, final BigDecimal interval)
- Parameters:
pres
- interval
-
setPresentation
public void setPresentation(GSDimensionInfoEncoder.PresentationDiscrete pres,
java.math.BigDecimal interval)
Copyright © 2007-2012 GeoSolutions. All Rights Reserved.