public class OGRDataStoreParameters extends AbstractDataParameters implements DataStoreParameters, FilesystemStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_STRING_PARAMETER_NAME |
static String |
CRS_PARAMETER_NAME |
static String |
DEFAULT_GEOMETRY_PARAMETER_NAME |
static String |
FILE_PARAMTER_NAME |
static String |
IGNORE_SPATIAL_FILTER |
static String |
LAYER_NAME_PARAMTER_NAME |
protected DelegatedDynObject |
parameters |
static String |
PARAMETERS_DEFINITION_NAME |
| Constructor and Description |
|---|
OGRDataStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionString() |
IProjection |
getCRS() |
String |
getDataStoreName()
Returns the DataStore's name
|
String |
getDefaultGeometryField() |
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getDescription()
Returns the DataStore's description
|
File |
getFile() |
String |
getLayerName() |
boolean |
isValid()
Indicates whether these parameters are valid.
|
void |
setConnectionString(String connectionString) |
void |
setCRS(IProjection crs) |
void |
setDefaultGeometryField(String defaultGeoemtryField) |
void |
setFile(File file) |
void |
setLayerName(String layerName) |
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final String PARAMETERS_DEFINITION_NAME
public static final String FILE_PARAMTER_NAME
public static final String LAYER_NAME_PARAMTER_NAME
public static final String CONNECTION_STRING_PARAMETER_NAME
public static final String DEFAULT_GEOMETRY_PARAMETER_NAME
public static final String CRS_PARAMETER_NAME
public static final String IGNORE_SPATIAL_FILTER
protected DelegatedDynObject parameters
public String getDataStoreName()
DataStoreParametersgetDataStoreName in interface DataStoreParameterspublic String getDescription()
DataStoreParametersgetDescription in interface DataStoreParameterspublic File getFile()
getFile in interface FilesystemStoreParameterspublic String getLayerName()
public String getConnectionString()
public String getDefaultGeometryField()
public IProjection getCRS()
public void setFile(File file)
setFile in interface FilesystemStoreParametersfile - Filepublic void setLayerName(String layerName)
layerName - Name of layerpublic void setConnectionString(String connectionString)
connectionString - Connection stringpublic void setDefaultGeometryField(String defaultGeoemtryField)
defaultGeoemtryField - Name of defualt geometry field.public void setCRS(IProjection crs)
crs - public boolean isValid()
DataStoreParametersisValid in interface DataStoreParametersprotected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObject