Uses of Interface
org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor
Packages that use EditableFeatureAttributeDescriptor
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of EditableFeatureAttributeDescriptor in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return EditableFeatureAttributeDescriptorModifier and TypeMethodDescriptionDataManager.createFeatureAttributeDescriptor(String name, int type) -
Uses of EditableFeatureAttributeDescriptor in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return EditableFeatureAttributeDescriptorModifier and TypeMethodDescriptionAdds an attribute to this EditableFeatureType.Adds an attribute to this EditableFeatureType.EditableFeatureType.add(String name, int type, FeatureAttributeEmulator emulator) Adds a calculated attribute to this EditableFeatureType.FeatureQuery.addExtraColumn(String name, int datatype, org.gvsig.expressionevaluator.Expression expression) Adds the expression to the list of attributes that the query resultFeaturemust have.EditableFeatureType.addLike(FeatureAttributeDescriptor other) FeatureExtraColumns.get(int index) EditableFeatureType.getEditableAttributeDescriptor(int index) Returns aFeatureAttributeDescriptorgiven the attribute index.EditableFeatureType.getEditableAttributeDescriptor(String name) Returns aFeatureAttributeDescriptorgiven the attribute name, or null if an attribute with the given name does not exist.EditableFeatureAttributeDescriptor.setAdditionalInfo(String infoName, Object value) Deprecated.EditableFeatureAttributeDescriptor.setAdditionalInfo(String infoName, String value) Sets additional information of the attributeEditableFeatureAttributeDescriptor.setAllowIndexDuplicateds(boolean allowDuplicateds) EditableFeatureAttributeDescriptor.setAllowNull(boolean allowNull) Sets whether the related FeatureAttribute can have a null valueEditableFeatureAttributeDescriptor.setAvailableValuesFilter(org.gvsig.expressionevaluator.Expression filter) EditableFeatureAttributeDescriptor.setAvoidCachingAvailableValues(boolean avoidCachingAvailableValues) EditableFeatureAttributeDescriptor.setDataProfileName(String dataProfile) EditableFeatureAttributeDescriptor.setDataType(int type) Sets the data typeEditableFeatureAttributeDescriptor.setDataType(org.gvsig.tools.dataTypes.DataType dataType) EditableFeatureAttributeDescriptor.setDateFormat(DateFormat dateFormat) If this attribute is of type Date, then this method set the date format set by the data store.EditableFeatureAttributeDescriptor.setDefaultFormat(String format) EditableFeatureAttributeDescriptor.setDefaultValue(Object defaultValue) Sets the default valueEditableFeatureAttributeDescriptor.setDisplaySize(int size) Set the required bytes to store this attribute.EditableFeatureAttributeDescriptor.setEvaluator(org.gvsig.tools.evaluator.Evaluator evaluator) Sets the expression evaluator that the FeatureAttribute will useEditableFeatureAttributeDescriptor.setFeatureAttributeEmulator(String expression) EditableFeatureAttributeDescriptor.setFeatureAttributeEmulator(org.gvsig.expressionevaluator.Expression expression) EditableFeatureAttributeDescriptor.setFeatureAttributeEmulator(FeatureAttributeEmulator featureAttributeEmulator) Sets theFeatureAttributeEmulatorthat is used to update the presentation of a field.EditableFeatureAttributeDescriptor.setForeingkey(boolean isForeingkey, boolean isClosedList, String tableName, String codeName, String labelFormula) EditableFeatureAttributeDescriptor.setGeometrySubType(int geometrySubType) Sets the geometry subtypeEditableFeatureAttributeDescriptor.setGeometryType(int geometryType) Sets the geometry typeEditableFeatureAttributeDescriptor.setGeometryType(int geometryType, int geometrySubType) EditableFeatureAttributeDescriptor.setGeometryType(String geometryType) Sets the geometry type and subtype.EditableFeatureAttributeDescriptor.setGeometryType(org.gvsig.fmap.geom.type.GeometryType geometryType) Sets the geometry typeEditableFeatureAttributeDescriptor.setInterval(org.gvsig.timesupport.Interval interval) EditableFeatureAttributeDescriptor.setIsAutomatic(boolean isAutomatic) Sets whether the related FeatureAttribute is part of the FeatureType's primary keyEditableFeatureAttributeDescriptor.setIsIndexAscending(boolean ascending) EditableFeatureAttributeDescriptor.setIsIndexed(boolean isIndexed) Sets if this attribute is indexed in the table.EditableFeatureAttributeDescriptor.setIsPrimaryKey(boolean isPrimaryKey) Sets whether the related FeatureAttribute is part of the FeatureType's primary keyEditableFeatureAttributeDescriptor.setIsReadOnly(boolean isReadOnly) Sets whether the related FeatureAttribute is read onlyEditableFeatureAttributeDescriptor.setIsTime(boolean isTime) Sets is the attribute is a temporal attribute.EditableFeatureAttributeDescriptor.setMaximumOccurrences(int maximumOccurrences) Sets the maximum number of occurrencesEditableFeatureAttributeDescriptor.setMinimumOccurrences(int minimumOccurrences) Sets the number of minimum occurrencesSets the nameEditableFeatureAttributeDescriptor.setObjectClass(Class theClass) Sets the Class to which the related FeatureAttribute can be castEditableFeatureAttributeDescriptor.setPrecision(int precision) Sets the precisionEditableFeatureAttributeDescriptor.setRoundMode(int roundMode) EditableFeatureAttributeDescriptor.setScale(int scale) EditableFeatureAttributeDescriptor.setSize(int size) Sets the size.EditableFeatureAttributeDescriptor.setSRS(org.gvsig.crs.projection.lib.Projection SRS) Sets the SRS.Methods in org.gvsig.fmap.dal.feature that return types with arguments of type EditableFeatureAttributeDescriptorMethods in org.gvsig.fmap.dal.feature with parameters of type EditableFeatureAttributeDescriptorModifier and TypeMethodDescriptionbooleanEditableFeatureType.remove(EditableFeatureAttributeDescriptor attribute) Removes an attribute from this EditableFeatureType, given a reference to its descriptor.