Class SHPNewStoreParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataStoreParameters
org.gvsig.fmap.dal.store.dbf.DBFStoreParameters
org.gvsig.fmap.dal.store.shp.SHPStoreParameters
org.gvsig.fmap.dal.store.shp.SHPNewStoreParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataStoreParameters, org.gvsig.fmap.dal.feature.NewFeatureStoreParameters, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters, org.gvsig.fmap.dal.NewDataStoreParameters, org.gvsig.fmap.dal.OpenDataStoreParameters, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.HasAFile, org.gvsig.tools.util.Validator

public class SHPNewStoreParameters extends SHPStoreParameters implements org.gvsig.fmap.dal.feature.NewFeatureStoreParameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    protected static final String
     
    static final String
     

    Fields inherited from class org.gvsig.fmap.dal.store.dbf.DBFStoreParameters

    ALLOW_DECIMAL_INCONSISTENCIES_PARAMTER_NAME, ALLOW_DUPLICATED_FIELD_NAMES, DATE_FORMAT, DBFFILE_PARAMTER_NAME, ENCODING_PARAMTER_NAME, HANDLE_DATES_AS_STRINGS, LOCALE

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    byte
     
    org.gvsig.fmap.dal.feature.EditableFeatureType
     
    int
     
    void
    setCodePage(byte value)
     
    void
    setDefaultFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
     
    void
    setGeometryType(int type)
     

    Methods inherited from class org.gvsig.fmap.dal.store.dbf.DBFStoreParameters

    allowDuplicatedFieldNames, allowInconsistenciesInDecimals, getCopy, getCPGFile, getCPGFileName, getDataStoreName, getDateFormat, getDBFFile, getDBFFileName, getDelegatedDynObject, getDescription, getDynValue, getEffectiveEncoding, getEffectiveEncodingName, getEncoding, getEncodingName, getLocale, handleDatesAsStrings, isTheSameExplorer, setDBFFile, setDBFFile, setEffectiveEncoding, setEffectiveEncoding, setEncoding, setEncoding

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataStoreParameters

    getSourceId

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters

    clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getDynClass, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString, validate

    Methods inherited from interface org.gvsig.fmap.dal.DataStoreParameters

    getDataStoreName, getDescription, getProviderName, getSourceId, isTheSameExplorer, isTheSameStore, isValid

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Field Details

  • Constructor Details

    • SHPNewStoreParameters

      public SHPNewStoreParameters()
  • Method Details

    • getCodePage

      public byte getCodePage()
    • setCodePage

      public void setCodePage(byte value)
    • getGeometryType

      public int getGeometryType()
    • setGeometryType

      public void setGeometryType(int type)
    • getDefaultFeatureType

      public org.gvsig.fmap.dal.feature.EditableFeatureType getDefaultFeatureType()
      Specified by:
      getDefaultFeatureType in interface org.gvsig.fmap.dal.feature.NewFeatureStoreParameters
    • setDefaultFeatureType

      public void setDefaultFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      setDefaultFeatureType in interface org.gvsig.fmap.dal.feature.NewFeatureStoreParameters
    • fixParameters

      public void fixParameters()
      Overrides:
      fixParameters in class SHPStoreParameters