public class SimpleSequentialReaderStoreParameters extends AbstractDataStoreParameters implements OpenFeatureStoreParameters, FilesystemStoreParameters, java.lang.Cloneable
CRS_PARAMTER_NAME| Constructor and Description |
|---|
SimpleSequentialReaderStoreParameters() |
SimpleSequentialReaderStoreParameters(SimpleSequentialReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone() |
boolean |
getAutomaticTypesDetection() |
IProjection |
getCRS() |
java.lang.String |
getDataStoreName()
Returns the DataStore's name
|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
java.lang.String |
getDescription()
Returns the DataStore's description
|
java.util.List<java.lang.String> |
getFieldNames() |
int[] |
getFieldSizes() |
int[] |
getFieldTypes() |
java.io.File |
getFile() |
boolean |
getIgnoreErrors() |
java.util.Locale |
getLocale() |
java.lang.String |
getPathName() |
java.lang.String[] |
getPointDimensionNames() |
java.lang.String |
getSourceId() |
boolean |
isValid()
Indicates whether these parameters are valid.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
setDynValue(java.lang.String name,
java.lang.Object value) |
void |
setFile(java.io.File file) |
isTheSameStoreclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadPRJ, loadWLD, saveToState, toByteArray, toJson, toJsonBuilder, toString, toString, validatefinalize, getClass, notify, notifyAll, wait, wait, waitgetProviderName, isTheSameStoreclear, getCopy, toByteArray, toString, validatesaveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethodtoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonpublic SimpleSequentialReaderStoreParameters()
public SimpleSequentialReaderStoreParameters(SimpleSequentialReaderFactory readerFactory)
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String getDataStoreName()
DataStoreParametersgetDataStoreName in interface DataStoreParametersgetDataStoreName in class AbstractDataParameterspublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractDataParametersPersistenceExceptionpublic java.lang.String getDescription()
DataStoreParametersgetDescription in interface DataStoreParametersgetDescription in class AbstractDataParametersprotected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic void setDynValue(java.lang.String name,
java.lang.Object value)
setDynValue in interface DynObjectsetDynValue in class AbstractDataParameterspublic boolean isValid()
DataStoreParametersisValid in interface DataStoreParameterspublic java.io.File getFile()
getFile in interface FilesystemStoreParametersgetFile in interface HasAFilepublic void setFile(java.io.File file)
setFile in interface FilesystemStoreParameterssetFile in interface HasAFilepublic IProjection getCRS()
public java.lang.String getPathName()
public java.util.Locale getLocale()
public java.lang.String[] getPointDimensionNames()
public boolean getIgnoreErrors()
public java.util.List<java.lang.String> getFieldNames()
public int[] getFieldTypes()
public int[] getFieldSizes()
public boolean getAutomaticTypesDetection()
public java.lang.String getSourceId()
getSourceId in interface DataStoreParametersgetSourceId in class AbstractDataStoreParameters