public class OGRNewDataStoreParameters extends OGRDataStoreParameters implements NewFeatureStoreParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATASET_CREATION_OPTION_PARAMETER_NAME |
static java.lang.String |
DRIVER_NAME_PARAMETER_NAME |
static java.lang.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
CRS_PARAMTER_NAME
Constructor and Description |
---|
OGRNewDataStoreParameters() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getDatasetCreationOptions() |
EditableFeatureType |
getDefaultFeatureType() |
java.lang.String |
getDriverName() |
void |
setDatasetCreationOptions(java.util.List options) |
void |
setDefaultFeatureType(FeatureType defaultFeatureType) |
void |
setDriverName(java.lang.String driverName) |
getConnectionString, getCRS, getDataStoreName, getDefaultGeometryField, getDelegatedDynObject, getDescription, getFile, getLayerName, isValid, setConnectionString, setCRS, setDefaultGeometryField, setFile, setLayerName
getSourceId, isTheSameStore
clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStore, isValid
clear, getCopy, toByteArray, toString, validate
loadFromState, saveToState
clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
toJson, toJson, toJsonBuilder, toJsonBuilder
fromJson
public static final java.lang.String PARAMETERS_DEFINITION_NAME
public static final java.lang.String DRIVER_NAME_PARAMETER_NAME
public static final java.lang.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(java.lang.String driverName)
driverName
- Sets driver that will be used to create new storespublic java.lang.String getDriverName()
public void setDatasetCreationOptions(java.util.List options)
options
- Set dataset creation optionspublic java.util.List getDatasetCreationOptions()