Uses of Interface
org.opengis.feature.Attribute
- 
Packages that use Attribute Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon. - 
- 
Uses of Attribute in org.opengis.feature
Subinterfaces of Attribute in org.opengis.feature Modifier and Type Interface Description interfaceDynamicAttribute<V>An instance of aDynamicAttributeTypecontaining time-dependent values of an attribute.Methods in org.opengis.feature that return Attribute Modifier and Type Method Description Attribute<V>AttributeType. newInstance()Creates a new attribute instance of this type initialized to the default value.Methods in org.opengis.feature that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute<?>>Attribute. characteristics()Other attributes that describes this attribute. 
 -