Uses of Interface
org.gvsig.fmap.dal.feature.FeatureType

Packages that use FeatureType
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
org.gvsig.fmap.dal.feature.paging Utilities to perform paged loading of Features from a FeatureSet 
 

Uses of FeatureType in org.gvsig.fmap.dal.feature
 

Subinterfaces of FeatureType in org.gvsig.fmap.dal.feature
 interface EditableFeatureType
          This interface represents a FeatureType in editable state.
 

Methods in org.gvsig.fmap.dal.feature that return FeatureType
 FeatureType FeatureType.getCopy()
          Returns a new copy of this FeatureType
 FeatureType FeatureStoreTransform.getDefaultFeatureType()
          Returns the default FeatureType.
 FeatureType FeatureSet.getDefaultFeatureType()
          Returns the default FeatureType of this FeatureSet.
 FeatureType FeatureStore.getDefaultFeatureType()
          Returns this store's default FeatureType.
 FeatureType AbstractFeatureStoreTransform.getDefaultFeatureType()
           
 FeatureType FeatureStore.getFeatureType(String featureTypeId)
          Returns this store's featureType FeatureType matches with featureTypeId.
 FeatureType EditableFeatureType.getNotEditableCopy()
          Returns a copy of the associated FeatureType.
 FeatureType EditableFeatureType.getSource()
          Returns the associated FeatureType.
 FeatureType FeatureStoreTransform.getSourceFeatureTypeFrom(FeatureType targetFeatureType)
          Returns the original store FeatureType that replaces targetFeatureType of this FeatureStoreTransform's
 FeatureType Feature.getType()
          Returns the FeatureType that describes the structure of this Feature.
 

Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureType
 FeatureIndex FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName)
          Creates an index which will be applied to the features of the given type, by using the data of the given attribute.
 FeatureIndex FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName, Observer observer)
          Creates an index which will be applied to the features of the given type, by using the data of the given attribute.
 FeatureIndex FeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName)
          Creates an index which will be applied to the features of the given type, by using the data of the given attribute.
 FeatureIndex FeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName, Observer observer)
          Creates an index which will be applied to the features of the given type, by using the data of the given attribute.
 EditableFeature FeatureStore.createNewFeature(FeatureType type, boolean defaultValues)
          Creates a new feature of the given FeatureType.
 EditableFeature FeatureStore.createNewFeature(FeatureType type, Feature defaultValues)
          Creates a new feature of the given FeatureType and uses the given Feature as default values to initialize it.
 Feature FeatureReference.getFeature(FeatureType featureType)
          Returns the referenced Feature
 Feature FeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType)
          Returns the feature given its reference and feature type.
 FeatureType FeatureStoreTransform.getSourceFeatureTypeFrom(FeatureType targetFeatureType)
          Returns the original store FeatureType that replaces targetFeatureType of this FeatureStoreTransform's
 void NewFeatureStoreParameters.setDefaultFeatureType(FeatureType defaultFeatureType)
           
 void FeatureQuery.setFeatureType(FeatureType featureType)
          Sets the FeatureType of the Features to load.
protected  void AbstractFeatureStoreTransform.setFeatureTypes(List types, FeatureType defaultType)
           
 

Uses of FeatureType in org.gvsig.fmap.dal.feature.paging
 

Methods in org.gvsig.fmap.dal.feature.paging that return FeatureType
 FeatureType FeaturePagingHelper.getFeatureType()
          Returns the FeatureType used of the data.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.