public class MapExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
MapExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAutoZoomStrategy()
Description:
This attribute determines how the map will adjust the center and zoom level.
|
java.lang.String |
getAutoZoomThemeId()
Description:
Specifies the id of the theme where the map will use to set its center and zoom level when the map starts.
|
java.lang.String |
getBaseMapName()
Description:
Specifies the name of the baseMap for the map.
|
java.lang.String |
getBinding()
Description:
Binding reference to store the UIGeoMap component
|
java.lang.String |
getCopyrightText()
Description:
Specifies the copyright text of the map.
|
java.lang.String |
getCustomizationId()
Deprecated.
This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead.
|
java.lang.String |
getHybridBaseMapName()
Description:
Specifies the name of the baseMap for the hybrid image map.
|
java.lang.String |
getId()
Description:
The identifier for the map component
|
java.lang.String |
getInlineStyle()
Description:
Specifies the inline style of the map's outer DOM element.
|
MapLegend |
getMapLegend()
Description:
mapLegend is a child tag of the map that lets developer customize different aspects of
the legend.
|
MapOverview |
getMapOverview()
Description:
mapOverview is a child tag of the map that lets developer customize different aspects of
the overview Map.
|
java.lang.String |
getMapServerConfigId()
Description:
Specifies the name of the configuration file that contains the URLs for remote map server and geocoded server
|
int |
getMapZoom()
Description:
Specifies the beginning zoom level of the map.
|
java.lang.String |
getMapZoomAsString()
Description:
Specifies the beginning zoom level of the map.
|
java.lang.String[] |
getPartialTriggers()
Description:
Specifies the ids of the components that should trigger a partial update.
|
java.lang.String |
getSatelliteBaseMapName()
Description:
Specifies the name of the baseMap for the satellite image map.
|
java.lang.String |
getSelectionFillColor()
Description:
Specifies the fill color for the selected region when users make selection on a colorTheme, barGraphTheme
and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar..
|
int |
getSelectionOpacity()
Description:
Specifies the opacity of the fill color for the selected region when users make selection on a colorTheme,
barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the
mapToolbar.
|
java.lang.String |
getSelectionOpacityAsString()
Description:
Specifies the opacity of the fill color for the selected region when users make selection on a colorTheme,
barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the
mapToolbar.
|
java.lang.String |
getSelectionStrokeColor()
Description:
Specifies the stroke color for the selected region when users make selection on a colorTheme, barGraphTheme
and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar.
|
int |
getSrid()
Description:
Specifies the srid (spatial reference id) of all the coordinates of the map, which
includes the center of the map - which defined by starting X and startingY - and
all the points in the point theme.
|
java.lang.String |
getSridAsString()
Description:
Specifies the srid (spatial reference id) of all the coordinates of the map, which
includes the center of the map - which defined by starting X and startingY - and
all the points in the point theme.
|
double |
getStartingX()
Description:
Specifies the X coordinate of the center of the map.
|
java.lang.String |
getStartingXAsString()
Description:
Specifies the X coordinate of the center of the map.
|
double |
getStartingY()
Description:
Specifies the Y coordinate of center of the map.
|
java.lang.String |
getStartingYAsString()
Description:
Specifies the Y coordinate of center of the map.
|
java.lang.String |
getStyleClass()
Description:
Sets a CSS style class to use for this component.
|
java.lang.String |
getSummary()
Description:
Sets a summary of this geographical map's purpose and structure for user agents rendering to non-visual media (e.g.
|
java.lang.String |
getTagName() |
java.lang.String |
getUnit()
Description:
Specifies the unit of measurement in the information area.
|
java.lang.String |
getZoomBarPosition()
Description:
Specifies the position of the zoomBar in the map.
|
boolean |
isRendered()
Description:
Specifies whether the component is rendered
|
java.lang.String |
isRenderedAsString()
Description:
Specifies whether the component is rendered
This method is provided as a convenience to be able to retrieve an EL that was set on the rendered attribute.
|
boolean |
isShowInfoArea()
Description:
Specifies whether the user can show the information area on the map or not.
|
java.lang.String |
isShowInfoAreaAsString()
Description:
Specifies whether the user can show the information area on the map or not.
|
boolean |
isShowScaleBar()
Description:
Specifies whether to show the scale bar on the map or not.
|
java.lang.String |
isShowScaleBarAsString()
Description:
Specifies whether to show the scale bar on the map or not.
|
void |
setAutoZoomStrategy(java.lang.String autoZoomStrategy)
Description:
This attribute determines how the map will adjust the center and zoom level.
|
void |
setAutoZoomThemeId(java.lang.String autoZoomThemeId)
Description:
Specifies the id of the theme where the map will use to set its center and zoom level when the map starts.
|
void |
setBaseMapName(java.lang.String baseMapName)
Description:
Specifies the name of the baseMap for the map.
|
void |
setBinding(java.lang.String binding)
Description:
Binding reference to store the UIGeoMap component
|
void |
setCopyrightText(java.lang.String copyrightText)
Description:
Specifies the copyright text of the map.
|
void |
setCustomizationId(java.lang.String customizationId)
Deprecated.
This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead.
|
void |
setHybridBaseMapName(java.lang.String hybridBaseMapName)
Description:
Specifies the name of the baseMap for the hybrid image map.
|
void |
setId(java.lang.String id)
Description:
The identifier for the map component
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description:
Specifies the inline style of the map's outer DOM element.
|
void |
setMapLegend(MapLegend mapLegend)
Description:
mapLegend is a child tag of the map that lets developer customize different aspects of
the legend.
|
void |
setMapOverview(MapOverview mapOverview)
Description:
mapOverview is a child tag of the map that lets developer customize different aspects of
the overview Map.
|
void |
setMapServerConfigId(java.lang.String mapServerConfigId)
Description:
Specifies the name of the configuration file that contains the URLs for remote map server and geocoded server
|
void |
setMapZoom(int mapZoom)
Description:
Specifies the beginning zoom level of the map.
|
void |
setMapZoomAsString(java.lang.String mapZoom)
Description:
Specifies the beginning zoom level of the map.
|
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Description:
Specifies the ids of the components that should trigger a partial update.
|
void |
setRendered(boolean rendered)
Description:
Specifies whether the component is rendered
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Specifies whether the component is rendered
This method is provided as a convenience to be able to set an EL on the rendered attribute.
|
void |
setSatelliteBaseMapName(java.lang.String satelliteBaseMapName)
Description:
Specifies the name of the baseMap for the satellite image map.
|
void |
setSelectionFillColor(java.lang.String selectionFillColor)
Description:
Specifies the fill color for the selected region when users make selection on a colorTheme, barGraphTheme
and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar..
|
void |
setSelectionOpacity(int selectionOpacity)
Description:
Specifies the opacity of the fill color for the selected region when users make selection on a colorTheme,
barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the
mapToolbar.
|
void |
setSelectionOpacityAsString(java.lang.String selectionOpacity)
Description:
Specifies the opacity of the fill color for the selected region when users make selection on a colorTheme,
barGraphTheme and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the
mapToolbar.
|
void |
setSelectionStrokeColor(java.lang.String selectionStrokeColor)
Description:
Specifies the stroke color for the selected region when users make selection on a colorTheme, barGraphTheme
and pieGraphTheme, using the rectangle tool, circle tool, polygon tool or point tool on the mapToolbar.
|
void |
setShowInfoArea(boolean showInfoArea)
Description:
Specifies whether the user can show the information area on the map or not.
|
void |
setShowInfoAreaAsString(java.lang.String showInfoArea)
Description:
Specifies whether the user can show the information area on the map or not.
|
void |
setShowScaleBar(boolean showScaleBar)
Description:
Specifies whether to show the scale bar on the map or not.
|
void |
setShowScaleBarAsString(java.lang.String showScaleBar)
Description:
Specifies whether to show the scale bar on the map or not.
|
void |
setSrid(int srid)
Description:
Specifies the srid (spatial reference id) of all the coordinates of the map, which
includes the center of the map - which defined by starting X and startingY - and
all the points in the point theme.
|
void |
setSridAsString(java.lang.String srid)
Description:
Specifies the srid (spatial reference id) of all the coordinates of the map, which
includes the center of the map - which defined by starting X and startingY - and
all the points in the point theme.
|
void |
setStartingX(double startingX)
Description:
Specifies the X coordinate of the center of the map.
|
void |
setStartingXAsString(java.lang.String startingX)
Description:
Specifies the X coordinate of the center of the map.
|
void |
setStartingY(double startingY)
Description:
Specifies the Y coordinate of center of the map.
|
void |
setStartingYAsString(java.lang.String startingY)
Description:
Specifies the Y coordinate of center of the map.
|
void |
setStyleClass(java.lang.String styleClass)
Description:
Sets a CSS style class to use for this component.
|
void |
setSummary(java.lang.String summary)
Description:
Sets a summary of this geographical map's purpose and structure for user agents rendering to non-visual media (e.g.
|
void |
setUnit(java.lang.String unit)
Description:
Specifies the unit of measurement in the information area.
|
void |
setZoomBarPosition(java.lang.String zoomBarPosition)
Description:
Specifies the position of the zoomBar in the map.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getAutoZoomStrategy()
public void setAutoZoomStrategy(java.lang.String autoZoomStrategy)
autoZoomStrategy
- the value of the autoZoomStrategy attribute of the Tag this class represents.public java.lang.String getAutoZoomThemeId()
public void setAutoZoomThemeId(java.lang.String autoZoomThemeId)
autoZoomThemeId
- the value of the autoZoomThemeId attribute of the Tag this class represents.public java.lang.String getBaseMapName()
public void setBaseMapName(java.lang.String baseMapName)
baseMapName
- the value of the baseMapName attribute of the Tag this class represents.public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- the value of the binding attribute of the Tag this class represents.public java.lang.String getCopyrightText()
public void setCopyrightText(java.lang.String copyrightText)
copyrightText
- the value of the copyrightText attribute of the Tag this class represents.@Deprecated public java.lang.String getCustomizationId()
@Deprecated public void setCustomizationId(java.lang.String customizationId)
customizationId
- the value of the customizationId attribute of the Tag this class represents.public java.lang.String getHybridBaseMapName()
public void setHybridBaseMapName(java.lang.String hybridBaseMapName)
hybridBaseMapName
- the value of the hybridBaseMapName attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public java.lang.String getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the value of the inlineStyle attribute of the Tag this class represents.public java.lang.String getMapServerConfigId()
public void setMapServerConfigId(java.lang.String mapServerConfigId)
mapServerConfigId
- the value of the mapServerConfigId attribute of the Tag this class represents.public int getMapZoom() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMapZoom(int mapZoom)
mapZoom
- the value of the mapZoom attribute of the Tag this class represents.public java.lang.String getMapZoomAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMapZoomAsString(java.lang.String mapZoom)
mapZoom
- the value of the mapZoom attribute of the Tag this class represents.public java.lang.String[] getPartialTriggers()
public void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers
- the value of the partialTriggers attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.String getSatelliteBaseMapName()
public void setSatelliteBaseMapName(java.lang.String satelliteBaseMapName)
satelliteBaseMapName
- the value of the satelliteBaseMapName attribute of the Tag this class represents.public java.lang.String getSelectionFillColor()
public void setSelectionFillColor(java.lang.String selectionFillColor)
selectionFillColor
- the value of the selectionFillColor attribute of the Tag this class represents.public int getSelectionOpacity() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setSelectionOpacity(int selectionOpacity)
selectionOpacity
- the value of the selectionOpacity attribute of the Tag this class represents.public java.lang.String getSelectionOpacityAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setSelectionOpacityAsString(java.lang.String selectionOpacity)
selectionOpacity
- the value of the selectionOpacity attribute of the Tag this class represents.public java.lang.String getSelectionStrokeColor()
public void setSelectionStrokeColor(java.lang.String selectionStrokeColor)
selectionStrokeColor
- the value of the selectionStrokeColor attribute of the Tag this class represents.public boolean isShowInfoArea()
public void setShowInfoArea(boolean showInfoArea)
showInfoArea
- the value of the showInfoArea attribute of the Tag this class represents.public java.lang.String isShowInfoAreaAsString()
public void setShowInfoAreaAsString(java.lang.String showInfoArea)
showInfoArea
- the value of the showInfoArea attribute of the Tag this class represents.public boolean isShowScaleBar()
public void setShowScaleBar(boolean showScaleBar)
showScaleBar
- the value of the showScaleBar attribute of the Tag this class represents.public java.lang.String isShowScaleBarAsString()
public void setShowScaleBarAsString(java.lang.String showScaleBar)
showScaleBar
- the value of the showScaleBar attribute of the Tag this class represents.public int getSrid() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setSrid(int srid)
srid
- the value of the srid attribute of the Tag this class represents.public java.lang.String getSridAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setSridAsString(java.lang.String srid)
srid
- the value of the srid attribute of the Tag this class represents.public double getStartingX() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setStartingX(double startingX)
startingX
- the value of the startingX attribute of the Tag this class represents.public java.lang.String getStartingXAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setStartingXAsString(java.lang.String startingX)
startingX
- the value of the startingX attribute of the Tag this class represents.public double getStartingY() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setStartingY(double startingY)
startingY
- the value of the startingY attribute of the Tag this class represents.public java.lang.String getStartingYAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setStartingYAsString(java.lang.String startingY)
startingY
- the value of the startingY attribute of the Tag this class represents.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- the value of the styleClass attribute of the Tag this class represents.public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- the value of the summary attribute of the Tag this class represents.public java.lang.String getUnit()
public void setUnit(java.lang.String unit)
unit
- the value of the unit attribute of the Tag this class represents.public java.lang.String getZoomBarPosition()
public void setZoomBarPosition(java.lang.String zoomBarPosition)
zoomBarPosition
- the value of the zoomBarPosition attribute of the Tag this class represents.public MapOverview getMapOverview()
public void setMapOverview(MapOverview mapOverview)
mapOverview
- the MapOverview of the Tag this class represents.public MapLegend getMapLegend()
public void setMapLegend(MapLegend mapLegend)
mapLegend
- the MapLegend of the Tag this class represents.