public interface MapComponent extends Component, JRCloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_PATH_NAME |
static java.lang.Integer |
DEFAULT_ZOOM |
static java.lang.String |
ELEMENT_MARKER_DATA |
static java.lang.String |
ELEMENT_PATH_DATA |
static java.lang.String |
ELEMENT_PATH_STYLE |
static java.lang.String |
PROPERTY_address |
static java.lang.String |
PROPERTY_CLIENT_ID |
static java.lang.String |
PROPERTY_isPolygon |
static java.lang.String |
PROPERTY_KEY |
static java.lang.String |
PROPERTY_latitude |
static java.lang.String |
PROPERTY_locations |
static java.lang.String |
PROPERTY_longitude |
static java.lang.String |
PROPERTY_name |
static java.lang.String |
PROPERTY_PREFIX |
static java.lang.String |
PROPERTY_SIGNATURE |
static java.lang.String |
PROPERTY_style |
static java.lang.String |
PROPERTY_title |
static java.lang.String |
PROPERTY_VERSION |
Modifier and Type | Method and Description |
---|---|
JRExpression |
getAddressExpression()
Returns a
JRExpression
representing the address of the map center. |
java.lang.String |
getEvaluationGroup()
Returns the evaluation group name for the map component element
|
EvaluationTimeEnum |
getEvaluationTime()
Returns the evaluation time of the map component element
|
MapImageTypeEnum |
getImageType()
Returns the image format of the map.
|
JRExpression |
getLanguageExpression()
Returns a
JRExpression
representing the language for the labels on the map. |
JRExpression |
getLatitudeExpression()
Returns a
JRExpression
representing the latitude coordinate of the map center |
JRExpression |
getLongitudeExpression()
Returns a
JRExpression
representing the longitude coordinate of the map center |
MapScaleEnum |
getMapScale()
Returns the scale factor of the Google map used to return higher-resolution map images when
working with high resolution screens available on mobile devices.
|
MapTypeEnum |
getMapType()
Returns the type of the Google map.
|
ItemData |
getMarkerData()
Deprecated.
Replaced by
getMarkerDataList() . |
java.util.List<ItemData> |
getMarkerDataList()
Returns a list of
ItemData objects
representing collections of markers on the map |
MarkerDataset |
getMarkerDataset()
Deprecated.
Replaced by
getMarkerDataList() . |
OnErrorTypeEnum |
getOnErrorType()
Returns an attribute that customizes the way the engine handles a missing map image
during report generation.
|
java.util.List<ItemData> |
getPathDataList()
Returns a list of
ItemData objects
representing collections of paths on the map |
java.util.List<ItemData> |
getPathStyleList()
Returns a list of
ItemData objects
representing collections of path styles for the map |
JRExpression |
getZoomExpression()
Returns a numeric expression
representing the zoom factor of the map.
|
clone
static final java.lang.String PROPERTY_PREFIX
static final java.lang.String PROPERTY_KEY
static final java.lang.String PROPERTY_CLIENT_ID
static final java.lang.String PROPERTY_SIGNATURE
static final java.lang.String PROPERTY_VERSION
static final java.lang.String PROPERTY_latitude
static final java.lang.String PROPERTY_longitude
static final java.lang.String PROPERTY_address
static final java.lang.String PROPERTY_title
static final java.lang.String PROPERTY_name
static final java.lang.String PROPERTY_style
static final java.lang.String PROPERTY_isPolygon
static final java.lang.String PROPERTY_locations
static final java.lang.String ELEMENT_MARKER_DATA
static final java.lang.String ELEMENT_PATH_STYLE
static final java.lang.String ELEMENT_PATH_DATA
static final java.lang.String DEFAULT_PATH_NAME
static final java.lang.Integer DEFAULT_ZOOM
JRExpression getLatitudeExpression()
JRExpression
representing the latitude coordinate of the map centerJRExpression getLongitudeExpression()
JRExpression
representing the longitude coordinate of the map centerJRExpression getAddressExpression()
JRExpression
representing the address of the map center. If no latitude or longitude
coordinates are provided, the address expression will be used to calculate
these coordinatesJRExpression getZoomExpression()
JRExpression getLanguageExpression()
JRExpression
representing the language for the labels on the map.EvaluationTimeEnum getEvaluationTime()
java.lang.String getEvaluationGroup()
MapTypeEnum getMapType()
MapTypeEnum
MapScaleEnum getMapScale()
1
(default value)2
4
(for Business customers only)MapImageTypeEnum getImageType()
MapImageTypeEnum
OnErrorTypeEnum getOnErrorType()
OnErrorTypeEnum
java.util.List<ItemData> getMarkerDataList()
ItemData
objects
representing collections of markers on the mapItemData
java.util.List<ItemData> getPathStyleList()
ItemData
objects
representing collections of path styles for the mapItemData
java.util.List<ItemData> getPathDataList()
ItemData
objects
representing collections of paths on the mapItemData
ItemData getMarkerData()
getMarkerDataList()
.MarkerDataset getMarkerDataset()
getMarkerDataList()
.© 2001-2014 TIBCO Software Inc. www.jaspersoft.com