public interface MapComponent extends Component, JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH_NAME |
static Integer |
DEFAULT_ZOOM |
static String |
ELEMENT_MARKER_DATA |
static String |
ELEMENT_PATH_DATA |
static String |
ELEMENT_PATH_STYLE |
static String |
PROPERTY_address |
static String |
PROPERTY_CLIENT_ID |
static String |
PROPERTY_isPolygon |
static String |
PROPERTY_KEY |
static String |
PROPERTY_latitude |
static String |
PROPERTY_locations |
static String |
PROPERTY_longitude |
static String |
PROPERTY_name |
static String |
PROPERTY_PREFIX |
static String |
PROPERTY_SIGNATURE |
static String |
PROPERTY_style |
static String |
PROPERTY_title |
static String |
PROPERTY_VERSION |
| Modifier and Type | Method and Description |
|---|---|
JRExpression |
getAddressExpression()
Returns a
JRExpression
representing the address of the map center. |
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(). |
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.
|
List<ItemData> |
getPathDataList()
Returns a list of
ItemData objects
representing collections of paths on the map |
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.
|
clonestatic final String PROPERTY_PREFIX
static final String PROPERTY_KEY
static final String PROPERTY_CLIENT_ID
static final String PROPERTY_SIGNATURE
static final String PROPERTY_VERSION
static final String PROPERTY_latitude
static final String PROPERTY_longitude
static final String PROPERTY_address
static final String PROPERTY_title
static final String PROPERTY_name
static final String PROPERTY_style
static final String PROPERTY_isPolygon
static final String PROPERTY_locations
static final String ELEMENT_MARKER_DATA
static final String ELEMENT_PATH_STYLE
static final String ELEMENT_PATH_DATA
static final String DEFAULT_PATH_NAME
static final 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()
String getEvaluationGroup()
MapTypeEnum getMapType()
MapTypeEnumMapScaleEnum getMapScale()
1 (default value)24 (for Business customers only)MapImageTypeEnum getImageType()
MapImageTypeEnumOnErrorTypeEnum getOnErrorType()
OnErrorTypeEnumList<ItemData> getMarkerDataList()
ItemData objects
representing collections of markers on the mapItemDataList<ItemData> getPathStyleList()
ItemData objects
representing collections of path styles for the mapItemDataList<ItemData> getPathDataList()
ItemData objects
representing collections of paths on the mapItemDataItemData getMarkerData()
getMarkerDataList().MarkerDataset getMarkerDataset()
getMarkerDataList().Copyright © 2015. All rights reserved.