public class GMLDataStoreParameters extends OGRDataStoreParameters
Modifier and Type | Field and Description |
---|---|
static String |
GFS_SCHEMA_PARAMTER_NAME |
static String |
PARAMETERS_DEFINITION_NAME |
static String |
XSD_SCHEMA_PARAMTER_NAME |
CONNECTION_STRING_PARAMETER_NAME, CRS_PARAMETER_NAME, DEFAULT_GEOMETRY_PARAMETER_NAME, FILE_PARAMTER_NAME, IGNORE_SPATIAL_FILTER, LAYER_NAME_PARAMTER_NAME, parameters
Constructor and Description |
---|
GMLDataStoreParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getDataStoreName()
Returns the DataStore's name
|
String |
getDescription()
Returns the DataStore's description
|
File |
getGfsSchema() |
File |
getXsdSchema() |
void |
setGfsSchema(File schema) |
void |
setXsdSchema(File schema) |
getConnectionString, getCRS, getDefaultGeometryField, getDelegatedDynObject, 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
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
public static final String PARAMETERS_DEFINITION_NAME
public static final String XSD_SCHEMA_PARAMTER_NAME
public static final String GFS_SCHEMA_PARAMTER_NAME
public File getXsdSchema()
public void setXsdSchema(File schema)
schema
- Schema of this GML Store providerpublic File getGfsSchema()
public void setGfsSchema(File schema)
schema
- Schema of this GML Store providerpublic String getDataStoreName()
DataStoreParameters
getDataStoreName
in interface DataStoreParameters
getDataStoreName
in class OGRDataStoreParameters
public String getDescription()
DataStoreParameters
getDescription
in interface DataStoreParameters
getDescription
in class OGRDataStoreParameters