public class WCSServerExplorerParameters extends AbstractDataServerExplorerParameters implements DataServerExplorerParameters
Modifier and Type | Field and Description |
---|---|
protected static DynClass |
DYNCLASS |
protected static java.lang.String |
FIELD_HOST |
CRS_PARAMTER_NAME
Constructor and Description |
---|
WCSServerExplorerParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataStoreName() |
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
java.lang.String |
getDescription() |
java.lang.String |
getExplorerName()
Returns the name of the data explorer type of the DataServerExplorer
represented by this DataServerExplorerParameters
|
java.lang.String |
getHost()
Gets the assigned host
|
protected void |
initialize() |
boolean |
isLongitudeFirst()
Returns true if the longitude is first in axis order
|
boolean |
isTheSameServerExplorer(DataServerExplorerParameters params) |
static DynStruct |
registerDynClass() |
void |
setHost(java.lang.String host)
Assign the host to this explorer
|
void |
setLongitudeFirst(boolean longFirst)
Sets the longitude first in axis order
|
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
clear, getCopy, toByteArray, toString, validate
loadFromState, saveToState
clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
toJson, toJson, toJsonBuilder, toJsonBuilder
fromJson
protected static final java.lang.String FIELD_HOST
protected static DynClass DYNCLASS
protected void initialize()
public static DynStruct registerDynClass()
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- public java.lang.String getDataStoreName()
getDataStoreName
in class AbstractDataParameters
public java.lang.String getDescription()
getDescription
in class AbstractDataParameters
public java.lang.String getExplorerName()
DataServerExplorerParameters
getExplorerName
in interface DataServerExplorerParameters
public boolean isLongitudeFirst()
public void setLongitudeFirst(boolean longFirst)
longFirst
- public boolean isTheSameServerExplorer(DataServerExplorerParameters params)
isTheSameServerExplorer
in interface DataServerExplorerParameters
isTheSameServerExplorer
in class AbstractDataServerExplorerParameters