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

Packages that use EditableFeatureAttributeDescriptor
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
 

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

Methods in org.gvsig.fmap.dal.feature that return EditableFeatureAttributeDescriptor
 EditableFeatureAttributeDescriptor EditableFeatureType.add(String name, int type)
          Adds an attribute to this EditableFeatureType.
 EditableFeatureAttributeDescriptor EditableFeatureType.add(String name, int type, Evaluator evaluator)
          Adds a calculated attribute to this EditableFeatureType.
 EditableFeatureAttributeDescriptor EditableFeatureType.add(String name, int type, int size)
          Adds an attribute to this EditableFeatureType.
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setAdditionalInfo(String infoName, Object value)
          Sets additional information of the attribute
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setAllowNull(boolean allowNull)
          Sets whether the related FeatureAttribute can have a null value
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setDataType(int type)
          Sets the data type
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setDefaultValue(Object defaultValue)
          Sets the default value
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setEvaluator(Evaluator evaluator)
          Sets the expression evaluator that the FeatureAttribute will use
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setGeometrySubType(int geometrySubType)
          Deprecated. use setGeometryType(GeometryType) instead
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setGeometryType(org.gvsig.fmap.geom.type.GeometryType geometryType)
          Sets the geometry type
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setGeometryType(int geometryType)
          Deprecated. use setGeometryType(GeometryType) instead
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setIsAutomatic(boolean isAutomatic)
          Sets whether the related FeatureAttribute is part of the FeatureType's primary key
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setIsPrimaryKey(boolean isPrimaryKey)
          Sets whether the related FeatureAttribute is part of the FeatureType's primary key
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setIsReadOnly(boolean isReadOnly)
          Sets whether the related FeatureAttribute is read only
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setIsTime(boolean isTime)
          Sets is the attribute is a temporal attribute.
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setMaximumOccurrences(int maximumOccurrences)
          Sets the maximum number of occurrences
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setMinimumOccurrences(int minimumOccurrences)
          Sets the number of minimum occurrences
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setName(String name)
          Sets the name
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setObjectClass(Class theClass)
          Sets the Class to which the related FeatureAttribute can be cast
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setPrecision(int precision)
          Sets the precision
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setSize(int size)
          Sets the size
 EditableFeatureAttributeDescriptor EditableFeatureAttributeDescriptor.setSRS(org.cresques.cts.IProjection SRS)
          Sets the SRS.
 

Methods in org.gvsig.fmap.dal.feature with parameters of type EditableFeatureAttributeDescriptor
 boolean EditableFeatureType.remove(EditableFeatureAttributeDescriptor attribute)
          Removes an attribute from this EditableFeatureType, given a reference to its descriptor.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.