public class GoogleMapsParams extends AbstractRasterDataParameters
PERSISTENT_DESCRIPTION, PERSISTENT_NAMEDONT_CHANGE_PROJECTION, FIELD_CRS, FIELD_RMF_FOLDER, FIELD_URI, NEW_PROJETION_TO_THE_LAYER, NOT_LOAD, ON_THE_FLY, REPROJECT_DATA, REPROJECT_VIEW| Constructor and Description |
|---|
GoogleMapsParams()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAPIKey() |
String |
getDataStoreName()
Returns the DataStore's name
|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getDescription()
Returns the DataStore's description
|
int |
getHeight() |
String |
getLanguage() |
String |
getLayerName() |
String |
getMaptType() |
int |
getNumberOfLevels() |
String |
getRegion() |
URI |
getURI()
Gets the uniform resource identifier of a provider.
|
int |
getWidth() |
boolean |
hasAPIKey() |
protected void |
initialize() |
Object |
invokeDynMethod(int code,
Object[] args) |
Object |
invokeDynMethod(String name,
Object[] args) |
boolean |
isOverridingHost() |
static DynStruct |
registerPersistence()
Register this dynamic class
|
void |
setAPIKey(String apiKey) |
void |
setHasAPIKey(boolean hasAPIKey) |
void |
setHeight(int height) |
void |
setLanguage(String language) |
void |
setLayerName(String name) |
void |
setMapType(String mapType) |
void |
setNumberOfLevels(int levels) |
void |
setOverrideHost(boolean over) |
void |
setRegion(String region) |
void |
setURI(URI uri)
Sets the uniform resource identifier of a provider.
|
void |
setWidth(int width) |
assignFields, getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, isSourceTiled, isValid, isVisible, registerDynClass, setAlphaBand, setFrame, setReprojectionOption, setRMFFolder, setSRS, setSRSID, setVisibleclear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, loadFromState, saveToState, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, setDynValueprotected void initialize()
public static DynStruct registerPersistence()
public String getDataStoreName()
DataStoreParameterspublic String getDescription()
DataStoreParameterspublic boolean isOverridingHost()
public void setOverrideHost(boolean over)
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic String getMaptType()
public void setMapType(String mapType)
public boolean hasAPIKey()
public void setHasAPIKey(boolean hasAPIKey)
public String getAPIKey()
public void setAPIKey(String apiKey)
public String getLanguage()
public void setLanguage(String language)
public String getRegion()
public void setRegion(String region)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getNumberOfLevels()
public void setNumberOfLevels(int levels)
public String getLayerName()
public void setLayerName(String name)
public URI getURI()
RasterDataParametersgetURI in interface RasterDataParametersgetURI in class AbstractRasterDataParameterspublic void setURI(URI uri)
RasterDataParameterssetURI in interface RasterDataParameterssetURI in class AbstractRasterDataParameterspublic Object invokeDynMethod(String name, Object[] args) throws DynMethodException
invokeDynMethod in interface DynObjectinvokeDynMethod in class AbstractDataParametersDynMethodExceptionpublic Object invokeDynMethod(int code, Object[] args) throws DynMethodException
invokeDynMethod in interface DynObjectinvokeDynMethod in class AbstractDataParametersDynMethodException