it.geosolutions.geoserver.rest.encoder.metadata
Class GSFeatureDimensionInfoEncoder

java.lang.Object
  extended by it.geosolutions.geoserver.rest.encoder.utils.XmlElement
      extended by it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
          extended by it.geosolutions.geoserver.rest.encoder.metadata.GSFeatureDimensionInfoEncoder

public class GSFeatureDimensionInfoEncoder
extends GSDimensionInfoEncoder


Nested Class Summary
 
Nested classes/interfaces inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
GSDimensionInfoEncoder.Presentation, GSDimensionInfoEncoder.PresentationDiscrete
 
Field Summary
static String ATTRIBUTE
           
 
Fields inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
DIMENSIONINFO, PRESENTATION, RESOLUTION
 
Constructor Summary
GSFeatureDimensionInfoEncoder(String attribute)
          if this dimension is enabled this constructor should be called.
 
Method Summary
 void setAttribute(String attribute)
          Change the attribute used as dimension
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder
addPresentation, addPresentation, setEnabled, setPresentation, setPresentation
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement
add, add, addContent, getRoot, isEmpty, remove, set, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE

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

GSFeatureDimensionInfoEncoder

public GSFeatureDimensionInfoEncoder(String attribute)
if this dimension is enabled this constructor should be called.

Parameters:
attribute - the attribute field name to use as dimension
Method Detail

setAttribute

public void setAttribute(String attribute)
Change the attribute used as dimension

Parameters:
attribute - the attribute to use as dimension


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.