Uses of Class
it.geosolutions.geoserver.rest.encoder.feature.GSAttributeEncoder
-
Packages that use GSAttributeEncoder Package Description it.geosolutions.geoserver.rest.decoder Decoders for GeoServer's beans.it.geosolutions.geoserver.rest.encoder.feature -
-
Uses of GSAttributeEncoder in it.geosolutions.geoserver.rest.decoder
Methods in it.geosolutions.geoserver.rest.decoder that return types with arguments of type GSAttributeEncoder Modifier and Type Method Description java.util.List<GSAttributeEncoder>RESTFeatureType. getEncodedAttributeList()getEncodedAttributeListjava.util.List<GSAttributeEncoder>RESTResource. getEncodedAttributeList()Deprecated. -
Uses of GSAttributeEncoder in it.geosolutions.geoserver.rest.encoder.feature
Methods in it.geosolutions.geoserver.rest.encoder.feature with parameters of type GSAttributeEncoder Modifier and Type Method Description protected voidGSFeatureTypeEncoder. addAttribute(GSAttributeEncoder attribute)addAttributevoidGSFeatureTypeEncoder. setAttribute(GSAttributeEncoder attribute)setAttribute
-