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, parametersFEATURETYPE_PARAMTER_NAMECRS_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, setLayerNamegetSourceId, isTheSameStoreclear, 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, validateclone, 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 DRIVER_NAME_PARAMETER_NAME
public static final java.lang.String DATASET_CREATION_OPTION_PARAMETER_NAME
public void setDefaultFeatureType(FeatureType defaultFeatureType)
setDefaultFeatureType in interface NewFeatureStoreParameterspublic EditableFeatureType getDefaultFeatureType()
getDefaultFeatureType in interface NewFeatureStoreParameterspublic 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()