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

Methods in org.opengis.feature that return ComplexType
 ComplexType ComplexAttribute.getType()
          Override of Attribute.getType() which type narrows to ComplexType.
 

Methods in org.opengis.feature with parameters of type ComplexType
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, ComplexType type, String id)
          Creates a complex attribute.
 

Uses of ComplexType in org.opengis.feature.simple
 

Subinterfaces of ComplexType in org.opengis.feature.simple
 interface SimpleFeatureType
          The type of a SimpleFeature.
 

Uses of ComplexType in org.opengis.feature.type
 

Subinterfaces of ComplexType in org.opengis.feature.type
 interface FeatureType
          The type of a Feature.
 

Methods in org.opengis.feature.type that return ComplexType
 ComplexType FeatureTypeFactory.createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a complex type.
 



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