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

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

Methods in org.opengis.feature that return AttributeDescriptor
 AttributeDescriptor ComplexAttribute.getDescriptor()
          Indicates the AttirbuteDescriptor for this content.
 AttributeDescriptor Attribute.getDescriptor()
          Indicates the AttirbuteDescriptor for this content.
 

Methods in org.opengis.feature with parameters of type AttributeDescriptor
 Attribute FeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates a new attribute (always nested).
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, AttributeDescriptor desc, String id)
          Creates a nested complex attribute.
 Feature FeatureFactory.createFeature(Collection<Property> value, AttributeDescriptor desc, String id)
          Creates a nested feature.
 FeatureCollection FeatureFactory.createFeatureCollection(Collection<Property> value, AttributeDescriptor desc, String id)
          Createsa a nested feature collection.
 GeometryAttribute FeatureFactory.createGeometryAttribute(Object geometry, AttributeDescriptor desc, String id, CoordinateReferenceSystem crs)
          Creates a new geometry attribute (always nested).
 

Uses of AttributeDescriptor in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return AttributeDescriptor
 AttributeDescriptor SimpleFeatureType.getAttribute(int indedx)
           
 AttributeDescriptor SimpleFeatureType.getAttribute(String name)
           
 

Methods in org.opengis.feature.simple that return types with arguments of type AttributeDescriptor
 List<AttributeDescriptor> SimpleFeatureType.attributes()
          Attributes defining this SimpleFeatureType.
 List<AttributeDescriptor> SimpleFeatureType.getAttributes()
          List of named attributes in prescribed order
 

Methods in org.opengis.feature.simple with parameters of type AttributeDescriptor
 Attribute SimpleFeatureFactory.createAttribute(Object value, AttributeDescriptor descriptor, String id)
          Creates a new attribute (always nested).
 GeometryAttribute SimpleFeatureFactory.createGeometryAttribute(Object value, AttributeDescriptor desc, String id, CoordinateReferenceSystem crs)
          Creates a new geometry attribute (always nested).
 SimpleFeatureType SimpleTypeFactory.createSimpleFeatureType(Name name, List<AttributeType> types, AttributeDescriptor defaultGeometry, CoordinateReferenceSystem crs, Set<Filter> restrictions, InternationalString description)
          Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity.
 

Uses of AttributeDescriptor in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return AttributeDescriptor
 AttributeDescriptor TypeFactory.createAttributeDescriptor(AttributeType type, Name name, int minOccurs, int maxOccurs, boolean isNillable, Object defaultValue)
          Creates a new attribute descriptor.
 AttributeDescriptor FeatureType.getDefaultGeometry()
          Indicates which AttributeType is to be considered the default geometry.
 

Methods in org.opengis.feature.type that return types with arguments of type AttributeDescriptor
 Collection<AttributeDescriptor> ComplexType.attributes()
          Describes allowable content, indicating containment.
 

Methods in org.opengis.feature.type with parameters of type AttributeDescriptor
 FeatureCollectionType TypeFactory.createFeatureCollectionType(Name name, Collection<StructuralDescriptor> schema, Collection<AssociationDescriptor> members, AttributeDescriptor defaultGeom, CoordinateReferenceSystem crs, boolean isAbstract, Set<Filter> restrictions, AttributeType superType, InternationalString description)
           
 FeatureType TypeFactory.createFeatureType(Name name, Collection<StructuralDescriptor> schema, AttributeDescriptor defaultGeometry, CoordinateReferenceSystem crs, boolean isAbstract, Set<Filter> restrictions, AttributeType superType, InternationalString description)
           
 



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