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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
public 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()
DataStoreParameters
getDataStoreName
in interface DataStoreParameters
public String getDescription()
DataStoreParameters
getDescription
in interface DataStoreParameters
public File getFile()
getFile
in interface FilesystemStoreParameters
public String getLayerName()
public String getConnectionString()
public String getDefaultGeometryField()
public IProjection getCRS()
public void setFile(File file)
setFile
in interface FilesystemStoreParameters
file
- 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()
DataStoreParameters
isValid
in interface DataStoreParameters
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject