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, setLayerNameclear, 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 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()
DataStoreParametersgetDataStoreName in interface DataStoreParametersgetDataStoreName in class OGRDataStoreParameterspublic String getDescription()
DataStoreParametersgetDescription in interface DataStoreParametersgetDescription in class OGRDataStoreParameters