Uses of Interface
org.opengis.feature.ComplexAttribute

Packages that use ComplexAttribute
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
 

Uses of ComplexAttribute in org.opengis.feature
 

Subinterfaces of ComplexAttribute in org.opengis.feature
 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.
 

Methods in org.opengis.feature that return ComplexAttribute
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, AttributeDescriptor desc, String id)
          Creates a nested complex attribute.
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, ComplexType type, String id)
          Create attribute based explicitly on type (not nested).
 

Uses of ComplexAttribute in org.opengis.feature.simple
 

Subinterfaces of ComplexAttribute in org.opengis.feature.simple
 interface SimpleFeature
          Feature interface customised for Simple content.
 interface SimpleFeatureCollection
          A FeatureCollection which placed the following contraints on its contents.
 



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