public class DBFNewStoreParameters extends DBFStoreParameters implements NewFeatureStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODEPAGE_PARAMTER_NAME |
static java.lang.String |
FEATURETYPE_PARAMTER_NAME |
static java.lang.String |
PARAMETERS_DEFINITION_NAME |
ALLOW_DECIMAL_INCONSISTENCIES_PARAMTER_NAME, ALLOW_DUPLICATED_FIELD_NAMES, DATE_FORMAT, DBFFILE_PARAMTER_NAME, ENCODING_PARAMTER_NAME, HANDLE_DATES_AS_STRINGS, LOCALECRS_PARAMTER_NAME| Constructor and Description |
|---|
DBFNewStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCodePage() |
EditableFeatureType |
getDefaultFeatureType() |
void |
setCodePage(byte value) |
void |
setDefaultFeatureType(FeatureType featureType) |
allowDuplicatedFieldNames, allowInconsistenciesInDecimals, getCopy, getCPGFile, getCPGFileName, getDataStoreName, getDateFormat, getDBFFile, getDBFFileName, getDelegatedDynObject, getDescription, getEffectiveEncoding, getEffectiveEncodingName, getEncoding, getEncodingName, getFile, getLocale, handleDatesAsStrings, isValid, setDBFFile, setDBFFile, setEffectiveEncoding, setEffectiveEncoding, setEncoding, setEncoding, setFile, setFile, validategetSourceId, isTheSameStoreclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStore, isValidclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonpublic static final java.lang.String PARAMETERS_DEFINITION_NAME
public static final java.lang.String FEATURETYPE_PARAMTER_NAME
public static final java.lang.String CODEPAGE_PARAMTER_NAME
public byte getCodePage()
public void setCodePage(byte value)
public EditableFeatureType getDefaultFeatureType()
getDefaultFeatureType in interface NewFeatureStoreParameterspublic void setDefaultFeatureType(FeatureType featureType)
setDefaultFeatureType in interface NewFeatureStoreParameters