Uses of Class
it.geosolutions.geoserver.rest.encoder.feature.FeatureTypeAttribute

Packages that use FeatureTypeAttribute
it.geosolutions.geoserver.rest.decoder Decoders for GeoServer's beans. 
it.geosolutions.geoserver.rest.encoder.feature   
 

Uses of FeatureTypeAttribute in it.geosolutions.geoserver.rest.decoder
 

Methods in it.geosolutions.geoserver.rest.decoder that return types with arguments of type FeatureTypeAttribute
 List<Map<FeatureTypeAttribute,String>> RESTResource.getAttributeList()
           
 

Uses of FeatureTypeAttribute in it.geosolutions.geoserver.rest.encoder.feature
 

Methods in it.geosolutions.geoserver.rest.encoder.feature that return FeatureTypeAttribute
static FeatureTypeAttribute FeatureTypeAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeatureTypeAttribute[] FeatureTypeAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.geosolutions.geoserver.rest.encoder.feature with parameters of type FeatureTypeAttribute
 void GSAttributeEncoder.delAttribute(FeatureTypeAttribute type)
           
 String GSAttributeEncoder.getAttribute(FeatureTypeAttribute type)
           
 void GSAttributeEncoder.setAttribute(FeatureTypeAttribute type, String value)
           
 

Method parameters in it.geosolutions.geoserver.rest.encoder.feature with type arguments of type FeatureTypeAttribute
 void GSAttributeEncoder.setup(Map<FeatureTypeAttribute,String> attributes)
           
 



Copyright © 2007-2013 GeoSolutions. All Rights Reserved.