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

Packages that use FeatureType
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. 
org.opengis.metadata.maintenance Maintenance information
 

Uses of FeatureType in org.opengis.feature
 

Methods in org.opengis.feature that return FeatureType
 FeatureType FeatureStore.getFeatureType(GenericName typeName)
          Deprecated. Returns the schema of the named feature type.
 FeatureType Feature.getType()
          Access the type of this Feature.
 

Methods in org.opengis.feature that return types with arguments of type FeatureType
 Collection<FeatureType> FeatureCollection.memberTypes()
          Convenience method for obtaining the collection of member types in which members of this collection may implement.
 

Methods in org.opengis.feature with parameters of type FeatureType
 Feature FeatureFactory.createFeature(Collection<Property> value, FeatureType type, String id)
          Create a new feature based on type (not nested)
 void FeatureStore.createType(FeatureType type)
          Deprecated. Creates a new type.
 void FeatureStore.modifyType(FeatureType type)
          Deprecated. Modifies the type by changing the schema to what is passed as a parameter.
 

Uses of FeatureType in org.opengis.feature.simple
 

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

Subinterfaces of FeatureType 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.
 

Methods in org.opengis.feature.type that return FeatureType
 FeatureType TypeFactory.createFeatureType(Name name, Collection<StructuralDescriptor> schema, AttributeDescriptor defaultGeometry, CoordinateReferenceSystem crs, boolean isAbstract, Set<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Uses of FeatureType in org.opengis.metadata.maintenance
 

Methods in org.opengis.metadata.maintenance that return types with arguments of type FeatureType
 Set<? extends FeatureType> ScopeDescription.getFeatureInstances()
          Feature instances to which the information applies.
 Set<? extends FeatureType> ScopeDescription.getFeatures()
          Features to which the information applies.
 



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