Uses of Class
it.geosolutions.geoserver.rest.encoder.feature.FeatureTypeAttribute
-
Packages that use FeatureTypeAttribute Package Description 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 Modifier and Type Method Description java.util.List<java.util.Map<FeatureTypeAttribute,java.lang.String>>RESTFeatureType. getAttributeList()getAttributeListjava.util.List<java.util.Map<FeatureTypeAttribute,java.lang.String>>RESTResource. getAttributeList()Deprecated. -
Uses of FeatureTypeAttribute in it.geosolutions.geoserver.rest.encoder.feature
Methods in it.geosolutions.geoserver.rest.encoder.feature that return FeatureTypeAttribute Modifier and Type Method Description static FeatureTypeAttributeFeatureTypeAttribute. valueOf(java.lang.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 Modifier and Type Method Description voidGSAttributeEncoder. delAttribute(FeatureTypeAttribute type)delAttributejava.lang.StringGSAttributeEncoder. getAttribute(FeatureTypeAttribute type)getAttributevoidGSAttributeEncoder. setAttribute(FeatureTypeAttribute type, java.lang.String value)setAttributeMethod parameters in it.geosolutions.geoserver.rest.encoder.feature with type arguments of type FeatureTypeAttribute Modifier and Type Method Description voidGSAttributeEncoder. setup(java.util.Map<FeatureTypeAttribute,java.lang.String> attributes)setup
-