public class OGRNewDataStoreParameters extends OGRDataStoreParameters implements NewFeatureStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASET_CREATION_OPTION_PARAMETER_NAME |
static String |
DRIVER_NAME_PARAMETER_NAME |
static String |
PARAMETERS_DEFINITION_NAME |
CONNECTION_STRING_PARAMETER_NAME, CRS_PARAMETER_NAME, DEFAULT_GEOMETRY_PARAMETER_NAME, FILE_PARAMTER_NAME, IGNORE_SPATIAL_FILTER, LAYER_NAME_PARAMTER_NAME, parametersFEATURETYPE_PARAMTER_NAME| Constructor and Description |
|---|
OGRNewDataStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
List |
getDatasetCreationOptions() |
EditableFeatureType |
getDefaultFeatureType() |
String |
getDriverName() |
void |
setDatasetCreationOptions(List options) |
void |
setDefaultFeatureType(FeatureType defaultFeatureType) |
void |
setDriverName(String driverName) |
getConnectionString, getCRS, getDataStoreName, getDefaultGeometryField, getDelegatedDynObject, getDescription, getFile, getLayerName, isValid, setConnectionString, setCRS, setDefaultGeometryField, setFile, setLayerNameclear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataStoreName, getDescription, isValidclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final String PARAMETERS_DEFINITION_NAME
public static final String DRIVER_NAME_PARAMETER_NAME
public static final String DATASET_CREATION_OPTION_PARAMETER_NAME
public void setDefaultFeatureType(FeatureType defaultFeatureType)
setDefaultFeatureType in interface NewFeatureStoreParameterspublic EditableFeatureType getDefaultFeatureType()
getDefaultFeatureType in interface NewFeatureStoreParameterspublic void setDriverName(String driverName)
driverName - Sets driver that will be used to create new storespublic String getDriverName()
public void setDatasetCreationOptions(List options)
options - Set dataset creation optionspublic List getDatasetCreationOptions()