Uses of Interface
org.geotools.feature.FeatureType

Packages that use FeatureType
org.geotools.feature   
org.geotools.feature.type   
 

Uses of FeatureType in org.geotools.feature
 

Subinterfaces of FeatureType in org.geotools.feature
 interface FeatureCollectionType
          A SimpleFeatureCollectionType indicating that the contents are stored using the deprecated GeoTools FeatureType.
 

Fields in org.geotools.feature declared as FeatureType
static FeatureType FeatureTypeBuilder.ABSTRACT_FEATURE_TYPE
          abstract base type for all feature types
static FeatureType DefaultFeatureType.EMPTY
          An feature type with no attributes
 

Methods in org.geotools.feature that return FeatureType
protected  FeatureType DefaultFeatureTypeFactory.createAbstractType()
           
protected abstract  FeatureType FeatureTypeBuilder.createFeatureType()
          DOCUMENT ME!
protected  FeatureType DefaultFeatureTypeFactory.createFeatureType()
           
 FeatureType[] FeatureType.getAncestors()
          Deprecated. Obtain an array of this FeatureType's direct ancestors.
 FeatureType[] DefaultFeatureType.getAncestors()
          Obtain an array of this FeatureTypes ancestors.
 FeatureType FeatureTypeBuilder.getFeatureType()
          Get a FeatureType which reflects the state of this factory.
 FeatureType DefaultFeature.getFeatureType()
          Gets a reference to the feature type schema for this feature.
 FeatureType SimpleFeature.getFeatureType()
          Deprecated. Gets a reference to the schema for this feature.
 FeatureType Feature.getFeatureType()
          Deprecated. Gets a reference to the schema for this feature.
 FeatureType FeatureAttributeType.getSchema()
          Retrieve the schema for this FeatureType
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, AttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
 

Methods in org.geotools.feature with parameters of type FeatureType
protected  AttributeType DefaultAttributeTypeFactory.createAttributeType(String name, FeatureType type, boolean isNillable)
          Creates the DefaultAttributeType.Feature
protected abstract  AttributeType AttributeTypeFactory.createAttributeType(String name, FeatureType type, boolean isNillable)
          Create a Feature AttributeType which holds the a Feature instance which is of the given FeatureType or null if any arbitrary Feature can be held.
static FeatureTypeFactory FeatureTypeFactory.createTemplate(FeatureType original)
          Deprecated. Create a FeatureTypeFactory which contains all of the AttributeTypes from the given FeatureType.
 void FeatureTypeBuilder.importType(FeatureType type)
          A convienence method for importing AttributeTypes, simply calls
importType(type,false)
 void FeatureTypeBuilder.importType(FeatureType type, boolean strict)
          Import all of the AttributeTypes from the given FeatureType into this factory.
 boolean FeatureType.isDescendedFrom(FeatureType type)
          Deprecated. A convenience method for calling
FeatureType f1; FeatureType f2; f1.isDescendedFrom(f2.getNamespace(), f2.getName()); Question: this method duplicates the information provided by getAncestors().
 boolean DefaultFeatureType.isDescendedFrom(FeatureType type)
          A convenience method for calling
FeatureType f1; FeatureType f2; f1.isDescendedFrom(f2.getNamespace(),f2.getName());
static AttributeType AttributeTypeFactory.newAttributeType(String name, FeatureType type)
          Constucts a new AttributeType that accepts Feature (specified by a FeatureType).
static AttributeType AttributeTypeFactory.newAttributeType(String name, FeatureType type, boolean isNillable)
          Constucts a new AttributeType that accepts Features (specified by a FeatureType)
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, AttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, String name, URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
 

Constructors in org.geotools.feature with parameters of type FeatureType
DefaultFeatureBuilder(FeatureType featureType)
           
 

Uses of FeatureType in org.geotools.feature.type
 

Methods in org.geotools.feature.type that return FeatureType
protected  FeatureType FeatureAttributeType.getFeatureType()
           
 

Constructors in org.geotools.feature.type with parameters of type FeatureType
FeatureAttributeType(String name, FeatureType featureType, boolean nillable)
           
FeatureAttributeType(String name, FeatureType featureType, boolean nillable, int min, int max)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.