Uses of Interface
org.opengis.feature.ComplexAttribute

Packages that use ComplexAttribute
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. 
 

Uses of ComplexAttribute in org.opengis.feature
 

Subinterfaces of ComplexAttribute in org.opengis.feature
 interface Feature
          An instance of FeatureType representing a geographic feature composed of geometric and non-geometric properties.
 

Methods in org.opengis.feature that return ComplexAttribute
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, AttributeDescriptor descriptor, String id)
          Creates a complex attribute.
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, ComplexType type, String id)
          Creates a complex attribute.
 

Uses of ComplexAttribute in org.opengis.feature.simple
 

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



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