it.geosolutions.geoserver.rest.encoder.feature
Class GSAttributeEncoder

java.lang.Object
  extended by it.geosolutions.geoserver.rest.encoder.utils.XmlElement
      extended by it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
          extended by it.geosolutions.geoserver.rest.encoder.feature.GSAttributeEncoder

public class GSAttributeEncoder
extends PropertyXMLEncoder

Author:
carlo cancellieri - GeoSolutions

Nested Class Summary
static class GSAttributeEncoder.filterByName
           
 
Constructor Summary
GSAttributeEncoder()
           
 
Method Summary
 void delAttribute(FeatureTypeAttribute type)
           
 String getAttribute(FeatureTypeAttribute type)
           
static org.jdom.filter.Filter getFilterByName(String name)
           
 void setAttribute(FeatureTypeAttribute type, String value)
           
 void setup(Map<FeatureTypeAttribute,String> attributes)
           
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
add, get, get, set
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement
add, addContent, getRoot, isEmpty, remove, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSAttributeEncoder

public GSAttributeEncoder()
Method Detail

getFilterByName

public static org.jdom.filter.Filter getFilterByName(String name)

setup

public void setup(Map<FeatureTypeAttribute,String> attributes)

setAttribute

public void setAttribute(FeatureTypeAttribute type,
                         String value)

delAttribute

public void delAttribute(FeatureTypeAttribute type)

getAttribute

public String getAttribute(FeatureTypeAttribute type)


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.