public class GoogleMapsParams extends AbstractRasterDataParameters
PERSISTENT_DESCRIPTION, PERSISTENT_NAME
DONT_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, setVisible
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, loadFromState, saveToState, setDynValue, toString, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, setDynValue
protected void initialize()
public static DynStruct registerPersistence()
public String getDataStoreName()
DataStoreParameters
public String getDescription()
DataStoreParameters
public boolean isOverridingHost()
public void setOverrideHost(boolean over)
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public 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()
RasterDataParameters
getURI
in interface RasterDataParameters
getURI
in class AbstractRasterDataParameters
public void setURI(URI uri)
RasterDataParameters
setURI
in interface RasterDataParameters
setURI
in class AbstractRasterDataParameters
public Object invokeDynMethod(String name, Object[] args) throws DynMethodException
invokeDynMethod
in interface DynObject
invokeDynMethod
in class AbstractDataParameters
DynMethodException
public Object invokeDynMethod(int code, Object[] args) throws DynMethodException
invokeDynMethod
in interface DynObject
invokeDynMethod
in class AbstractDataParameters
DynMethodException