Uses of Interface
org.opengis.feature.Attribute

Packages that use Attribute
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
org.opengis.feature.type Captures the generic feature model from ISO 19109 with allowances for usability. 
 

Uses of Attribute in org.opengis.feature
 

Subinterfaces of Attribute in org.opengis.feature
 interface ComplexAttribute
          A complex Atribtue holds a collection of attribute values in a single group.
 interface DataFeatureCollection
          Deprecated. Removed pending a redesign of feature storage interfaces
 interface Feature
          A Feature, of arbitrary complexity, with at a minimum Geometry and CRS information.
 interface FeatureCollection
          Represents a FeatureCollection (explicitly a Collection.
 interface GeometryAttribute
          Represent a Geometry as an attribute content.
 

Methods in org.opengis.feature that return Attribute
 Attribute FeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates a new attribute (always nested).
 Attribute Association.getRelated()
          An associated Attribute.
 

Methods in org.opengis.feature that return types with arguments of type Attribute
 Collection<Attribute> ComplexAttribute.attributes()
          Convenience method for getting at the attributes contained in this complex attribute.
 

Methods in org.opengis.feature with parameters of type Attribute
 Association FeatureFactory.createAssociation(Attribute value, AssociationDescriptor descriptor)
          Creates an association (always nested).
 void Association.setRelated(Attribute attribute)
          Set the association to the provided Attribute
 

Uses of Attribute in org.opengis.feature.simple
 

Subinterfaces of Attribute in org.opengis.feature.simple
 interface BooleanAttribute
          Attribute known to be bound to a Boolean class.
 interface BoundingBoxAttribute
          Attribute known to be bound to a BoundingBox class.
 interface NumericAttribute
          Attribute bound to a Numeric class.
 interface SimpleFeature
          Feature interface customised for Simple content.
 interface SimpleFeatureCollection
          A FeatureCollection which placed the following contraints on its contents.
 interface TemporalAttribute
          Attribute bound to a Date class.
 interface TextAttribute
          Attribute bound to a CharSequence.
 

Methods in org.opengis.feature.simple that return Attribute
 Attribute SimpleFeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates a new attribute (always nested).
 

Methods in org.opengis.feature.simple that return types with arguments of type Attribute
 List<Attribute> SimpleFeature.attributes()
          List of attributes in prescribed order.
 List<Attribute> SimpleFeature.getAttributes()
          List of attributes is in the same order as that defined by SimpleFeatureType.
 

Method parameters in org.opengis.feature.simple with type arguments of type Attribute
 void SimpleFeature.setValues(List<Attribute> values)
          Sets the values of the feautre.
 

Uses of Attribute in org.opengis.feature.type
 

Methods in org.opengis.feature.type with parameters of type Attribute
 Object OperationDescriptor.invoke(Attribute target, Object[] params)
          Call the operation with an attribtue and a set of parameters.
 



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