public class GMLDataStoreParameters extends OGRDataStoreParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GFS_SCHEMA_PARAMTER_NAME |
static java.lang.String |
PARAMETERS_DEFINITION_NAME |
static java.lang.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
CRS_PARAMTER_NAME
Constructor and Description |
---|
GMLDataStoreParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataStoreName()
Returns the DataStore's name
|
java.lang.String |
getDescription()
Returns the DataStore's description
|
java.io.File |
getGfsSchema() |
java.io.File |
getXsdSchema() |
void |
setGfsSchema(java.io.File schema) |
void |
setXsdSchema(java.io.File schema) |
getConnectionString, getCRS, getDefaultGeometryField, getDelegatedDynObject, getFile, getLayerName, isValid, setConnectionString, setCRS, setDefaultGeometryField, setFile, setLayerName
getSourceId, isTheSameStore
clear, 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, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getProviderName, getSourceId, isTheSameStore
clear, getCopy, toByteArray, toString, validate
loadFromState, saveToState
clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
toJson, toJson, toJsonBuilder, toJsonBuilder
fromJson
public static final java.lang.String PARAMETERS_DEFINITION_NAME
public static final java.lang.String XSD_SCHEMA_PARAMTER_NAME
public static final java.lang.String GFS_SCHEMA_PARAMTER_NAME
public java.io.File getXsdSchema()
public void setXsdSchema(java.io.File schema)
schema
- Schema of this GML Store providerpublic java.io.File getGfsSchema()
public void setGfsSchema(java.io.File schema)
schema
- Schema of this GML Store providerpublic java.lang.String getDataStoreName()
DataStoreParameters
getDataStoreName
in interface DataStoreParameters
getDataStoreName
in class OGRDataStoreParameters
public java.lang.String getDescription()
DataStoreParameters
getDescription
in interface DataStoreParameters
getDescription
in class OGRDataStoreParameters