|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapMapTypeTag
public class GoogleMapMapTypeTag
GoogleMapMapTypeTag This class represents a <googlemaps:maptype> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapMapTypeTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getBaseType()
Returns the base map type from which this map type derives. |
java.lang.String |
getCopyright()
Returns copyright information for this map type. |
java.lang.String |
getId()
Returns the id for this custom map type. |
java.lang.String |
getLowerRightBound()
Returns the id of the point that represents the lower right hand bounds of the viewable area of this map. |
java.lang.String |
getLowResUrl()
Returns the url of the server side process that returns tile images for zoom levels less than 50%. |
int |
getMaxZoom()
Returns the maximum zoom level supported by this map type. |
int |
getMinZoom()
Returns the minimum zoom level supported by this map type. |
java.lang.String |
getName()
Returns the user viewable name for this map type. |
java.lang.String |
getOverlayUrl()
Returns the url of the server side process that returns overlay tiles. |
java.lang.String |
getUpperLeftBound()
Returns the id of the point that represents the upper left hand bounds of the viewable area of this map. |
java.lang.String |
getUrl()
Returns the url for the server side process that supplies the tiles for this map type. |
boolean |
isPng()
Denotes whether or not the tiles supplied by this tile server are .png files. |
boolean |
isShowOnStartup()
Denotes whether or not this map type should be initially displayed when the Google Map is rendered. |
void |
setBaseType(java.lang.String baseType)
Sets the base map type from which this map type is derived. |
void |
setCopyright(java.lang.String copyright)
Sets the copyright information for this map type. |
void |
setId(java.lang.String id)
Sets the id for this map type. |
void |
setLowerRightBound(java.lang.String point)
Sets the id of the point that represents the low right hand bounds of the viewable area of this map. |
void |
setLowResUrl(java.lang.String lowResUrl)
Set the url of the server side process that generates tiles for this map type when the zoom leve is less than half way. |
void |
setMaxZoom(int maxZoom)
Sets the maximum zoom level this map type supports. |
void |
setMinZoom(int minZoom)
Sets the minimum zoom level this map type supports. |
void |
setName(java.lang.String name)
Sets the user viewable name for this map type. |
void |
setOverlayUrl(java.lang.String overlayUrl)
Sets the url of the server side process that provides over tiles for this custom map type. |
void |
setPng(boolean png)
Sets whether or not the tiles for this map type are .png format. |
void |
setShowOnStartup(boolean showOnStartup)
Sets whether or not this map type should be initially selected when the map is rendered. |
void |
setUpperLeftBound(java.lang.String upperLeftBound)
Sets the id of the point that represents the upper left hand bounds of the viewable area of this map. |
void |
setUrl(java.lang.String url)
Sets the url for the server side process that supplied the tiles for this map type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapMapTypeTag()
| Method Detail |
|---|
public int doStartTag()
public java.lang.String getLowerRightBound()
public void setLowerRightBound(java.lang.String point)
point - The id of a point in this map.public java.lang.String getUpperLeftBound()
public void setUpperLeftBound(java.lang.String upperLeftBound)
point - The id of a point in this map.public java.lang.String getBaseType()
public void setBaseType(java.lang.String baseType)
baseType - The base map type for this map type.public java.lang.String getId()
public void setId(java.lang.String id)
id - A unique id for this map type.public java.lang.String getName()
public void setName(java.lang.String name)
name - A name for this map type.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - A url to a resource that provides map tiles for this map type.public boolean isShowOnStartup()
public void setShowOnStartup(boolean showOnStartup)
showOnStartup - True if this map type should be initially selected, false if not.public java.lang.String getOverlayUrl()
public void setOverlayUrl(java.lang.String overlayUrl)
overlayUrl - Url to the process that provides overlay tiles for this map type.public java.lang.String getLowResUrl()
public void setLowResUrl(java.lang.String lowResUrl)
lowResUrl - Url to a tile generator.public java.lang.String getCopyright()
public void setCopyright(java.lang.String copyright)
copyright - The copyright string to display when this map type is selected.public int getMaxZoom()
public void setMaxZoom(int maxZoom)
maxZoom - The maximum zoom level for this map type.public int getMinZoom()
public void setMinZoom(int minZoom)
minZoom - The minimum zoom level for this map type.public boolean isPng()
public void setPng(boolean png)
png - True if tiles for this map type are .png format, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||