public class PostGISRasterServerExplorerParameters extends AbstractDataParameters implements DataServerExplorerParameters
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FIELD_HOST |
| Constructor and Description |
|---|
PostGISRasterServerExplorerParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStoreName() |
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getDescription() |
String |
getExplorerName()
Returns the name of the data explorer type of the DataServerExplorer
represented by this DataServerExplorerParameters
|
String |
getHost()
Gets the assigned host
|
protected void |
initialize() |
boolean |
isLongitudeFirst()
Returns true if the longitude is first in axis order
|
static DynStruct |
registerDynClass() |
void |
setHost(String host)
Assign the host to this explorer
|
void |
setLongitudeFirst(boolean longFirst)
Sets the longitude first in axis order
|
clear, 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, setDynValueprotected static final String FIELD_HOST
public PostGISRasterServerExplorerParameters()
protected void initialize()
public static DynStruct registerDynClass()
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic String getHost()
public void setHost(String host)
host - public boolean isLongitudeFirst()
public void setLongitudeFirst(boolean longFirst)
longFirst - public String getDataStoreName()
public String getDescription()
public String getExplorerName()
DataServerExplorerParametersgetExplorerName in interface DataServerExplorerParameters