Uses of Interface
org.gvsig.fmap.dal.feature.Feature
Packages that use Feature
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
Provides API for feature operations.
Utilities to perform paged loading of Features from a FeatureSet
-
Uses of Feature in org.gvsig.fmap.dal.complements
Methods in org.gvsig.fmap.dal.complements with parameters of type FeatureModifier and TypeMethodDescriptionRelatedFeatures.getUniqueKey(RelatedFeatures.ContextRelatedFeatures context, Feature feature) -
Uses of Feature in org.gvsig.fmap.dal.expressionevaluator
Methods in org.gvsig.fmap.dal.expressionevaluator that return FeatureMethods in org.gvsig.fmap.dal.expressionevaluator with parameters of type Feature -
Uses of Feature in org.gvsig.fmap.dal.feature
Subinterfaces of Feature in org.gvsig.fmap.dal.featureModifier and TypeInterfaceDescriptioninterfaceThis interface represents a Feature in editable state.Methods in org.gvsig.fmap.dal.feature that return FeatureModifier and TypeMethodDescriptionReturns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(org.gvsig.expressionevaluator.Expression filter) Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(org.gvsig.expressionevaluator.Expression filter, org.gvsig.expressionevaluator.Expression sortBy, boolean asc) Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(FeatureQuery query) Returns the firstFeaturethat meets the criteria indicated.FeatureSet.first()Return the first feature of the set.FeatureStore.first()Return the firstFeatureof the store.Feature.getCopy()Creates and returns a copy of thisFacadeOfAFeature.getFeature()Feature.getFeature(int index) Returns the Feature value of an attribute given its position.Feature.getFeature(String name) Returns the Feature value of an attribute given its name.FeatureReference.getFeature()Returns the referencedFeatureFeatureReference.getFeature(FeatureType featureType) Returns the referencedFeatureFeatureStore.getFeature(org.gvsig.tools.dynobject.DynObject dynobject) Return the associated feature to the dynobject.FeatureStoreNotification.getFeature()ForeingKey.getFeature(ForeingKey.ContextForeingKey context, Object codeValue) FeatureStore.getFeatureByReference(FeatureReference reference) Returns the feature given its reference.FeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType) Returns the feature given its reference and feature type.FeatureReference.getFeatureQuietly()Feature.getForeignFeature(String attrName) EditableFeature.getNotEditableCopy()Returns a non editable copy of the Feature.EditableFeature.getOriginal()FeatureStore.getOriginalFeature(Feature feature) FeatureStore.getOriginalFeature(FeatureReference id) FeatureStore.getSampleFeature()EditableFeature.getSource()Returns the Feature from which this EditableFeature was createdMethods in org.gvsig.fmap.dal.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureStore.getFeatures()Return a paginated list with al Features in the store.FeatureStore.getFeatures(String filter) Return a paginated list of Features It is a utility method that callsFeatureStore.getFeatures(FeatureQuery, int)FeatureStore.getFeatures(String filter, String sortBy) Return a paginated list of Features.FeatureStore.getFeatures(String filter, String sortBy, boolean asc) Return a paginated list of Features.FeatureStore.getFeatures(org.gvsig.expressionevaluator.Expression filter) Return a paginated list of Features It is a utility method that callsFeatureStore.getFeatures(FeatureQuery, int)using the default page size.FeatureStore.getFeatures(org.gvsig.expressionevaluator.Expression filter, String sortBy) Return a paginated list of Features It is a utility method that callsFeatureStore.getFeatures(FeatureQuery, int)using the default page size.FeatureStore.getFeatures(org.gvsig.expressionevaluator.Expression filter, String sortBy, boolean asc) Return a paginated list of Features It is a utility method that callsFeatureStore.getFeatures(FeatureQuery, int)using the default page size.FeatureStore.getFeatures(FeatureQuery query) Return a paginated list of Features.FeatureStore.getFeatures(FeatureQuery query, int pageSize) Return a paginated list of Features filtered by the query.ForeingKey.getFeatures(ForeingKey.ContextForeingKey context) org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64<Feature> FeatureStore.getFeatures64()org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64<Feature> FeatureStore.getFeatures64(String filter) org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64<Feature> FeatureStore.getFeatures64(String filter, String sortBy, boolean asc) org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64<Feature> FeatureStore.getFeatures64(FeatureQuery query, int pageSize) FeatureStore.getFeaturesIterable(Iterator<FeatureReference> references) FeatureStore.getFeaturesIterator(Iterator<FeatureReference> references) FeatureStoreNotification.getInsertedsFeatures()FeatureStoreNotification.getUpdatedsFeatures()Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureModifier and TypeMethodDescriptionvoidFeatureStoreTransform.applyTransform(Feature source, EditableFeature target) Applies this transform between two features, copying the source data to the target feature.voidCopies the values of all attributes from the source feature to this featurevoidEditableFeature.copyFrom(Feature values, Predicate<FeatureAttributeDescriptor> copy) voidEditableFeature.copyFrom(Feature source, Predicate<FeatureAttributeDescriptor> copy, org.gvsig.tools.util.Invocable onerror) FeatureStore.createNewFeature(Feature defaultValues) Creates a new feature of defaultFeatureType.FeatureStore.createNewFeature(FeatureType type, Feature defaultValues) Creates a new feature of the givenFeatureTypeand uses the givenFeatureas default values to initialize it.voidDeletes a Feature in the index.voidDeletes aFeaturefrom this FeatureSet.
AnyDisposableIteratorfrom this store that was still in use will be unsafe.voidDeletes aFeaturefrom the store.
AnyFeatureSetfrom this store that was still in use will be invalidated.booleanRemoves a feature from the selection.ForeingKey.getCode(ForeingKey.ContextForeingKey context, Feature feature) ForeingKey.getLabel(ForeingKey.ContextForeingKey context, Feature feature) LabelsCacheForFieldValues.getLabelForFieldValue(Feature feature, String fieldName) FeatureStore.getOriginalFeature(Feature feature) voidInserts a Feature in the index.booleanFeatureStore.isFeatureModified(Feature feature) booleanbooleanbooleanFeatureSelection.isSelected(Feature feature) Returns if a feature is selected.booleanbooleanAdds a feature to the selection.voidEditableFeature.setFeature(int index, Feature value) Sets the value of an attribute of type feature, given its indexvoidEditableFeature.setFeature(String name, Feature value) Sets the value of an attribute of type feature, given its namebooleanvoid -
Uses of Feature in org.gvsig.fmap.dal.feature.operation
Methods in org.gvsig.fmap.dal.feature.operation with parameters of type Feature -
Uses of Feature in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging that return FeatureModifier and TypeMethodDescriptionFeature[]FeaturePagingHelper.getCurrentPageFeatures()Returns all the values of the current loaded page.FeaturePagingHelper.getFeatureAt(long index) Returns the Feature located at the index position.Methods in org.gvsig.fmap.dal.feature.paging with parameters of type FeatureModifier and TypeMethodDescriptionvoid