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, parameters
FEATURETYPE_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, setLayerName
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toString, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDataStoreName, getDescription, isValid
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
public 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 NewFeatureStoreParameters
public EditableFeatureType getDefaultFeatureType()
getDefaultFeatureType
in interface NewFeatureStoreParameters
public 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()