Uses of Interface
org.gvsig.fmap.dal.feature.FeatureType
Packages that use FeatureType
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Provides DAL's feature level exceptions.
Utilities to perform paged loading of Features from a FeatureSet
-
Uses of FeatureType in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return FeatureTypeModifier and TypeMethodDescriptionSQLBuilder.TableNameBuilder.featureType()AbstractStoresRepository.getFeatureType(String storeid) StoresRepository.getFeatureType(String storeId) protected FeatureTypeAbstractStoresRepository.getMyFeatureType(String name) Methods in org.gvsig.fmap.dal that return types with arguments of type FeatureTypeMethods in org.gvsig.fmap.dal with parameters of type FeatureTypeModifier and TypeMethodDescriptionDataManager.createFeatureAttributeEmulatorExpression(FeatureType type, org.gvsig.expressionevaluator.Expression expression) byte[]DataManager.getDALBytesFromFeatureType(FeatureType ftype) protected voidAbstractStoresRepository.setFeatureType(String name, DataStoreParameters parameters, FeatureType ftype) voidSQLBuilder.CreateIndexBuilder.setFeatureType(FeatureType type) voidSQLBuilder.TableNameBuilder.setFeatureType(FeatureType featureType) voidDataManager.writeDALResource(org.gvsig.tools.resourcesstorage.ResourcesStorage resources, FeatureType featureType) -
Uses of FeatureType in org.gvsig.fmap.dal.complements
Methods in org.gvsig.fmap.dal.complements that return FeatureType -
Uses of FeatureType in org.gvsig.fmap.dal.feature
Subinterfaces of FeatureType in org.gvsig.fmap.dal.featureModifier and TypeInterfaceDescriptioninterfaceThis interface represents a FeatureType in editable state.Methods in org.gvsig.fmap.dal.feature that return FeatureTypeModifier and TypeMethodDescriptionFeatureStoreProviderFactory.createDefaultFeatureType()FeatureType.getCopy()Returns a new copy of this FeatureTypeAbstractFeatureStoreTransform.getDefaultFeatureType()FeatureSet.getDefaultFeatureType()Returns the defaultFeatureTypeof this FeatureSet.FeatureStore.getDefaultFeatureType()Returns this store's defaultFeatureType.FeatureStoreTransform.getDefaultFeatureType()Returns the defaultFeatureType.FeatureStore.getDefaultFeatureTypeQuietly()FeatureAttributeDescriptor.getFeatureType()FeatureStore.getFeatureType(String featureTypeId) Returns this store's featureTypeFeatureTypematches with featureTypeId.ForeingKey.getFeatureType(ForeingKey.ContextForeingKey context) EditableFeatureType.getNotEditableCopy()Returns a copy of the associated FeatureType.FeatureType.getOriginalFeatureType()Return the original feature type of this type.EditableFeatureType.getSource()Returns the associated FeatureType.FeatureType.FeatureTypeChanged.getSource()FeatureStoreTransform.getSourceFeatureTypeFrom(FeatureType targetFeatureType) Returns the original storeFeatureTypethat replaces targetFeatureType of this FeatureStoreTransform'sFeatureType.FeatureTypeChanged.getTarget()Feature.getType()Returns the FeatureType that describes the structure of this Feature.Methods in org.gvsig.fmap.dal.feature that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionFeatureStoreTransform.getFeatureTypes()Returns this FeatureStoreTransform's FeatureType(s)Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionvoidFeatureTypeDefinitionsManager.add(FeatureStore store, FeatureType featureType, org.gvsig.tools.dynobject.DynClass dynClass) Associate the DynClass to the feature type.voidEditableFeatureType.addAll(FeatureType other) booleanFeatureTypeDefinitionsManager.contains(FeatureStore store, FeatureType featureType) Return true if exists a DynClass defined associated to the feature type passed as parameter.voidFeatureType.copyFrom(FeatureType other) 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.FeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.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.FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createNewFeature(FeatureType type, boolean defaultValues) Creates a new feature of the givenFeatureType.FeatureStore.createNewFeature(FeatureType type, Feature defaultValues) Creates a new feature of the givenFeatureTypeand uses the givenFeatureas default values to initialize it.org.gvsig.tools.dynobject.DynClassFeatureTypeDefinitionsManager.get(FeatureStore store, FeatureType featureType) Search if exists a DynClass associated to the feature type and return it.FeatureReference.getFeature(FeatureType featureType) Returns the referencedFeatureFeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType) Returns the feature given its reference and feature type.FeatureStoreTransform.getSourceFeatureTypeFrom(FeatureType targetFeatureType) Returns the original storeFeatureTypethat replaces targetFeatureType of this FeatureStoreTransform'sbooleanFeatureType.hasOnlyMetadataChanges(FeatureType other) voidFeatureTypeDefinitionsManager.remove(FeatureStore store, FeatureType featureType) Unlink the DynClass associated to the feature type.voidNewFeatureStoreParameters.setDefaultFeatureType(FeatureType defaultFeatureType) voidFeatureQuery.setFeatureType(FeatureType featureType) Sets theFeatureTypeof theFeatures to load.protected voidAbstractFeatureStoreTransform.setFeatureTypes(List types, FeatureType defaultType) -
Uses of FeatureType in org.gvsig.fmap.dal.feature.exception
Constructors in org.gvsig.fmap.dal.feature.exception with parameters of type FeatureType -
Uses of FeatureType in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging that return FeatureTypeModifier and TypeMethodDescriptionFeaturePagingHelper.getFeatureType()Returns the FeatureType used of the data. -
Uses of FeatureType in org.gvsig.fmap.dal.serverexplorer.db
Methods in org.gvsig.fmap.dal.serverexplorer.db that return FeatureTypeModifier and TypeMethodDescriptionDBServerExplorer.getFeatureType(DataStoreParameters dsp) Return theFeatureTypeof the store ofdspstore -
Uses of FeatureType in org.gvsig.fmap.dal.store.db
Methods in org.gvsig.fmap.dal.store.db with parameters of type FeatureTypeModifier and TypeMethodDescriptionvoidDBNewStoreParameters.setDefaultFeatureType(FeatureType featureType) -
Uses of FeatureType in org.gvsig.fmap.dal.store.jdbc
Methods in org.gvsig.fmap.dal.store.jdbc that return FeatureType -
Uses of FeatureType in org.gvsig.fmap.dal.store.jdbc2
Methods in org.gvsig.fmap.dal.store.jdbc2 that return FeatureTypeModifier and TypeMethodDescriptionJDBCServerExplorer.getFeatureType(DataStoreParameters theParams) Methods in org.gvsig.fmap.dal.store.jdbc2 with parameters of type FeatureTypeModifier and TypeMethodDescriptionJDBCServerExplorer.getCreateTableSQLs(String databaseName, String schemaName, String tableName, FeatureType type)