public class SHPNewStoreParameters extends SHPStoreParameters implements NewFeatureStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FEATURETYPE_PARAMTER_NAME |
protected static java.lang.String |
GEOMETRYTYPE_PARAMETER_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 |
|---|
SHPNewStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
fixParameters() |
byte |
getCodePage() |
EditableFeatureType |
getDefaultFeatureType() |
int |
getGeometryType() |
void |
setCodePage(byte value) |
void |
setDefaultFeatureType(FeatureType featureType) |
void |
setGeometryType(int type) |
getAllowInconsistenciesInGeometryType, getCRS, getFile, getFixLinearRings, getLoadCorruptGeometriesAsNull, getSHPFile, getSHPFileName, getSHXFile, getSHXFileName, getUseNullGeometry, isTheSameStore, isValid, setCRS, setCRS, setFile, setFile, setSHPFile, setSHPFile, setSHXFile, setSHXFile, validateallowDuplicatedFieldNames, allowInconsistenciesInDecimals, getCopy, getCPGFile, getCPGFileName, getDataStoreName, getDateFormat, getDBFFile, getDBFFileName, getDelegatedDynObject, getDescription, getEffectiveEncoding, getEffectiveEncodingName, getEncoding, getEncodingName, getLocale, handleDatesAsStrings, setDBFFile, setDBFFile, setEffectiveEncoding, setEffectiveEncoding, setEncoding, setEncodinggetSourceIdclear, 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
protected static final java.lang.String GEOMETRYTYPE_PARAMETER_NAME
public byte getCodePage()
public void setCodePage(byte value)
public int getGeometryType()
public void setGeometryType(int type)
public EditableFeatureType getDefaultFeatureType()
getDefaultFeatureType in interface NewFeatureStoreParameterspublic void setDefaultFeatureType(FeatureType featureType)
setDefaultFeatureType in interface NewFeatureStoreParameterspublic void fixParameters()
fixParameters in class SHPStoreParameters