Interface ExportAttributes

All Superinterfaces:
Cloneable, org.gvsig.tools.util.GetItem<ExportAttributes.ExportAttribute>, org.gvsig.tools.util.GetItemWithSize<ExportAttributes.ExportAttribute>, org.gvsig.tools.util.GetItemWithSizeAndIterator<ExportAttributes.ExportAttribute>, org.gvsig.tools.util.IsEmpty, Iterable<ExportAttributes.ExportAttribute>, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.Size, org.gvsig.tools.util.UnmodifiableBasicCollection<ExportAttributes.ExportAttribute>, org.gvsig.tools.util.UnmodifiableBasicList<ExportAttributes.ExportAttribute>

public interface ExportAttributes extends org.gvsig.tools.util.UnmodifiableBasicList<ExportAttributes.ExportAttribute>, Cloneable, org.gvsig.tools.persistence.Persistent
Author:
osc
  • Method Details

    • clone

      Throws:
      CloneNotSupportedException
    • setActive

      void setActive(boolean b)
    • isActive

      boolean isActive()
    • getExportAttribute

      ExportAttributes.ExportAttribute getExportAttribute(String name)
    • getTargetFeatureType

      org.gvsig.fmap.dal.feature.FeatureType getTargetFeatureType()
    • setSourceFeatureType

      void setSourceFeatureType(org.gvsig.fmap.dal.feature.FeatureType sourceFeatureType, org.gvsig.fmap.dal.feature.FeatureQuery query)
    • getSourceFeatureType

      org.gvsig.fmap.dal.feature.FeatureType getSourceFeatureType()
    • getTargetName

      String getTargetName(String name)
    • getSourceName

      String getSourceName(String name)
    • getTargetType

      int getTargetType(String name)
    • getSourceType

      int getSourceType(String name)
    • setNamesTranslator

      void setNamesTranslator(org.gvsig.tools.namestranslator.NamesTranslator attnt)
    • getNamesTranslator

      org.gvsig.tools.namestranslator.NamesTranslator getNamesTranslator()
    • setExportAttributes

      void setExportAttributes(List<ExportAttributes.ExportAttribute> exportAttributes)
    • isQueryAttribute

      boolean isQueryAttribute(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor attr)