Uses of Interface
org.opengis.feature.Attribute

Packages that use Attribute
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of Attribute in org.opengis.feature
 

Subinterfaces of Attribute in org.opengis.feature
 interface ComplexAttribute
          An instance of ComplexType which is composed of other properties.
 interface Feature
          An instance of FeatureType representing a geographic feature composed of geometric and non-geometric properties.
 interface GeometryAttribute
          An attribute which has a geometric value.
 

Methods in org.opengis.feature that return Attribute
 Attribute FeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates an attribute.
 Attribute Association.getValue()
          Override of Property.getValue() which type narrows to Attribute.
 

Methods in org.opengis.feature with parameters of type Attribute
 Association FeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor)
          Creates an association.
 

Uses of Attribute in org.opengis.feature.simple
 

Subinterfaces of Attribute in org.opengis.feature.simple
 interface SimpleFeature
          An instance of SimpleFeature composed of fixed list values in a known order.
 

Uses of Attribute in org.opengis.feature.type
 

Methods in org.opengis.feature.type with parameters of type Attribute
 Object Operation.invoke(Attribute target, Object[] params)
          Invoke this operation on an attribute using the provided parameters.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.