Uses of Interface
org.opengis.feature.type.ComplexType

Packages that use ComplexType
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 ComplexType in org.opengis.feature
 

Methods in org.opengis.feature that return ComplexType
 ComplexType ComplexAttribute.getType()
           
 

Methods in org.opengis.feature with parameters of type ComplexType
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, ComplexType type, String id)
          Create attribute based explicitly on type (not nested).
 

Uses of ComplexType in org.opengis.feature.simple
 

Subinterfaces of ComplexType in org.opengis.feature.simple
 interface SimpleFeatureCollectionType
          Extension of FeatureCollectionType for a simple collection.
 interface SimpleFeatureType
          Defines a simple feature model of attribute in a prescribed order.
 

Uses of ComplexType in org.opengis.feature.type
 

Subinterfaces of ComplexType in org.opengis.feature.type
 interface FeatureCollectionType
          Represents a FeatureCollection The following restrictions are used: C is the Collection of Attributes for the FeatureCollection itself, these usually are derrived from the members (ie.
 interface FeatureType
          Describes the contents of a Feature, basically a ComplexType with at least a Geometry and CRS.
 

Methods in org.opengis.feature.type that return ComplexType
 ComplexType TypeFactory.createComplexType(Name name, Collection<StructuralDescriptor> schema, boolean isIdentifiable, boolean isAbstract, Set<Filter> restrictions, AttributeType superType, InternationalString description)
           
 ComplexType FeatureType.getSuper()
          Super may be a normal ComplexType.
 



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