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

Packages that use FeatureAttributeDescriptor
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
org.gvsig.fmap.dal.feature.exception Provides DAL's feature level exceptions. 
 

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

Subinterfaces of FeatureAttributeDescriptor in org.gvsig.fmap.dal.feature
 interface EditableFeatureAttributeDescriptor
          This interface represents a FeatureAttributeDescriptor in editable state.
 

Methods in org.gvsig.fmap.dal.feature that return FeatureAttributeDescriptor
 FeatureAttributeDescriptor FeatureType.getAttributeDescriptor(int index)
          Returns a FeatureAttributeDescriptor given the attribute index.
 FeatureAttributeDescriptor FeatureType.getAttributeDescriptor(String name)
          Returns a FeatureAttributeDescriptor given the attribute name.
 FeatureAttributeDescriptor[] FeatureType.getAttributeDescriptors()
          Returns an Array of the FeatureAttributeDescriptor
 FeatureAttributeDescriptor FeatureAttributeDescriptor.getCopy()
          Returns a clone of this attribute descriptor
 FeatureAttributeDescriptor FeatureType.getDefaultGeometryAttribute()
          Returns the default geometry FeatureAttributeDescriptor.
 FeatureAttributeDescriptor FeatureType.getDefaultTimeAttribute()
          Returns the default time FeatureAttributeDescriptor.
 FeatureAttributeDescriptor[] FeatureType.getPrimaryKey()
          Returns an Array of the FeatureAttributeDescriptor that compounds the primary key
 

Uses of FeatureAttributeDescriptor in org.gvsig.fmap.dal.feature.exception
 

Constructors in org.gvsig.fmap.dal.feature.exception with parameters of type FeatureAttributeDescriptor
IllegalValueException(FeatureAttributeDescriptor attribute, Object value)
           
IllegalValueException(FeatureAttributeDescriptor attribute, Object value, Throwable cause)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.