Uses of Interface
org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor
Packages that use FeatureAttributeDescriptor
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.
-
Uses of FeatureAttributeDescriptor in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal with parameters of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionSQLBuilder.AlterTableBuilder.add_column(FeatureAttributeDescriptor fad) SQLBuilder.CreateTableBuilder.add_column(FeatureAttributeDescriptor fad) SQLBuilder.AlterTableBuilder.alter_column(org.gvsig.tools.util.Bitmask operation, FeatureAttributeDescriptor fad) Method parameters in org.gvsig.fmap.dal with type arguments of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionDataManager.getFeaturesFromClipboard(FeatureStore store, Predicate<FeatureAttributeDescriptor> attrFilter) -
Uses of FeatureAttributeDescriptor in org.gvsig.fmap.dal.complements
Fields in org.gvsig.fmap.dal.complements with type parameters of type FeatureAttributeDescriptorModifier and TypeFieldDescriptionstatic final Predicate<FeatureAttributeDescriptor> Search.ALL_FILTERstatic final Predicate<FeatureAttributeDescriptor> Search.BASIC_TYPES_FILTERstatic final Comparator<FeatureAttributeDescriptor> Search.LABEL_ORDERstatic final Comparator<FeatureAttributeDescriptor> Search.STR_INT_LONG_LABEL_ORDERMethods in org.gvsig.fmap.dal.complements that return FeatureAttributeDescriptorMethods in org.gvsig.fmap.dal.complements that return types with arguments of type FeatureAttributeDescriptorMethods in org.gvsig.fmap.dal.complements with parameters of type FeatureAttributeDescriptorMethod parameters in org.gvsig.fmap.dal.complements with type arguments of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionSearch.getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max) Search.getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max) Search.getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max, List<FeatureAttributeDescriptor> extra) Search.getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max, List<FeatureAttributeDescriptor> extra) Search.getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max, List<FeatureAttributeDescriptor> extra) -
Uses of FeatureAttributeDescriptor in org.gvsig.fmap.dal.feature
Subinterfaces of FeatureAttributeDescriptor in org.gvsig.fmap.dal.featureModifier and TypeInterfaceDescriptioninterfaceThis interface represents a FeatureAttributeDescriptor in editable state.Fields in org.gvsig.fmap.dal.feature with type parameters of type FeatureAttributeDescriptorModifier and TypeFieldDescriptionstatic final Predicate<FeatureAttributeDescriptor> FeatureType.ALL_FILTERstatic final Predicate<FeatureAttributeDescriptor> FeatureType.BASIC_TYPES_FILTERMethods in org.gvsig.fmap.dal.feature that return FeatureAttributeDescriptorModifier and TypeMethodDescriptionFeatureType.get(int index) Returns an attribute descriptor given its indexFeatureType.getAttributeDescriptor(int index) Returns aFeatureAttributeDescriptorgiven the attribute index.FeatureType.getAttributeDescriptor(String name) Returns aFeatureAttributeDescriptorgiven the attribute name, or null if an attribute with the given name does not exist.FeatureType.getAttributeDescriptorFromAll(String name) FeatureType.getAttributeDescriptors()Returns an Array of the FeatureAttributeDescriptorFeatureAttributeDescriptor.getCopy()Returns a clone of this attribute descriptorFeatureType.getDefaultGeometryAttribute()Returns the default geometry FeatureAttributeDescriptor.FeatureType.getDefaultTimeAttribute()Returns the default time FeatureAttributeDescriptor.FeatureType.getPrimaryKey()Returns an Array of the FeatureAttributeDescriptor that compounds the primary key.FeatureAttributeDescriptor.setAvailableValuesExpression(String expression) FeatureAttributeDescriptor.setAvailableValuesExpression(org.gvsig.expressionevaluator.Expression expression) Methods in org.gvsig.fmap.dal.feature that return types with arguments of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionFeatureType.getAllAttributeDescriptors()FeatureType.getFilteredAttributes(Predicate<FeatureAttributeDescriptor> filter, int max) FeatureType.getRecentUseds()Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionEditableFeatureType.addLike(FeatureAttributeDescriptor other) booleanEditableFeature.canSetValue(FeatureAttributeDescriptor attr, Predicate<FeatureAttributeDescriptor> filter) booleanFeatureAttributeDescriptor.hasOnlyMetadataChanges(FeatureAttributeDescriptor other) Method parameters in org.gvsig.fmap.dal.feature with type arguments of type FeatureAttributeDescriptorModifier and TypeMethodDescriptionbooleanEditableFeature.canSetValue(FeatureAttributeDescriptor attr, Predicate<FeatureAttributeDescriptor> filter) voidEditableFeature.copyFrom(javax.json.JsonObject values, Predicate<FeatureAttributeDescriptor> filter) Copy the "JSon" values to the feature by name.voidEditableFeature.copyFrom(Feature values, Predicate<FeatureAttributeDescriptor> copy) voidEditableFeature.copyFrom(Feature source, Predicate<FeatureAttributeDescriptor> copy, org.gvsig.tools.util.Invocable onerror) FeatureType.getFilteredAttributes(Predicate<FeatureAttributeDescriptor> filter, int max) -
Uses of FeatureAttributeDescriptor in org.gvsig.fmap.dal.feature.exception
Constructors in org.gvsig.fmap.dal.feature.exception with parameters of type FeatureAttributeDescriptorModifierConstructorDescriptionIllegalValueException(FeatureAttributeDescriptor attribute, Object value) IllegalValueException(FeatureAttributeDescriptor attribute, Object value, Throwable cause)