public class StandardMapComponent extends Object implements MapComponent, Serializable, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EVALUATION_GROUP |
static String |
PROPERTY_EVALUATION_TIME |
static String |
PROPERTY_IMAGE_TYPE |
static String |
PROPERTY_LANGUAGE_EXPRESSION |
static String |
PROPERTY_LATITUDE_EXPRESSION |
static String |
PROPERTY_LONGITUDE_EXPRESSION |
static String |
PROPERTY_MAP_SCALE |
static String |
PROPERTY_MAP_TYPE |
static String |
PROPERTY_MARKER_DATA |
static String |
PROPERTY_MARKER_DATASET
Deprecated.
Replaced by
PROPERTY_MARKER_DATA. |
static String |
PROPERTY_ON_ERROR_TYPE |
static String |
PROPERTY_PATH_DATA_LIST |
static String |
PROPERTY_PATH_STYLE_LIST |
static String |
PROPERTY_ZOOM_EXPRESSION |
DEFAULT_PATH_NAME, DEFAULT_ZOOM, ELEMENT_MARKER_DATA, ELEMENT_PATH_DATA, ELEMENT_PATH_STYLE, PROPERTY_CLIENT_ID, PROPERTY_isPolygon, PROPERTY_KEY, PROPERTY_latitude, PROPERTY_locations, PROPERTY_longitude, PROPERTY_name, PROPERTY_PREFIX, PROPERTY_SIGNATURE, PROPERTY_style, PROPERTY_title, PROPERTY_VERSION| Constructor and Description |
|---|
StandardMapComponent() |
StandardMapComponent(MapComponent map,
JRBaseObjectFactory objectFactory) |
public static final String PROPERTY_LATITUDE_EXPRESSION
public static final String PROPERTY_LONGITUDE_EXPRESSION
public static final String PROPERTY_ZOOM_EXPRESSION
public static final String PROPERTY_LANGUAGE_EXPRESSION
public static final String PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_GROUP
public static final String PROPERTY_MAP_TYPE
public static final String PROPERTY_MAP_SCALE
public static final String PROPERTY_IMAGE_TYPE
public static final String PROPERTY_MARKER_DATA
public static final String PROPERTY_ON_ERROR_TYPE
public static final String PROPERTY_PATH_STYLE_LIST
public static final String PROPERTY_PATH_DATA_LIST
public static final String PROPERTY_MARKER_DATASET
PROPERTY_MARKER_DATA.public StandardMapComponent()
public StandardMapComponent(MapComponent map, JRBaseObjectFactory objectFactory)
public JRExpression getLatitudeExpression()
getLatitudeExpression in interface MapComponentpublic void setLatitudeExpression(JRExpression latitudeExpression)
public JRExpression getLongitudeExpression()
getLongitudeExpression in interface MapComponentpublic void setLongitudeExpression(JRExpression longitudeExpression)
public JRExpression getZoomExpression()
getZoomExpression in interface MapComponentpublic void setZoomExpression(JRExpression zoomExpression)
public JRExpression getLanguageExpression()
getLanguageExpression in interface MapComponentpublic void setLanguageExpression(JRExpression languageExpression)
public EvaluationTimeEnum getEvaluationTime()
getEvaluationTime in interface MapComponentpublic void setEvaluationTime(EvaluationTimeEnum evaluationTimeValue)
public String getEvaluationGroup()
getEvaluationGroup in interface MapComponentpublic void setEvaluationGroup(String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic MapTypeEnum getMapType()
getMapType in interface MapComponentpublic void setMapType(MapTypeEnum mapType)
public MapScaleEnum getMapScale()
getMapScale in interface MapComponentpublic void setMapScale(MapScaleEnum mapScale)
public MapImageTypeEnum getImageType()
getImageType in interface MapComponentpublic void setImageType(MapImageTypeEnum imageType)
public ItemData getMarkerData()
getMarkerData in interface MapComponentpublic void setMarkerData(ItemData markerData)
public OnErrorTypeEnum getOnErrorType()
getOnErrorType in interface MapComponentpublic void setOnErrorType(OnErrorTypeEnum onErrorType)
public MarkerDataset getMarkerDataset()
getMarkerData().getMarkerDataset in interface MapComponentpublic void setMarkerDataset(MarkerDataset markerDataset)
setMarkerData(ItemData).public List<ItemData> getPathStyleList()
getPathStyleList in interface MapComponentpublic void addPathStyle(ItemData pathStyle)
public void addPathStyle(int index,
ItemData pathStyle)
public List<ItemData> getPathDataList()
getPathDataList in interface MapComponentpublic void addPathData(ItemData pathData)
public void addPathData(int index,
ItemData pathData)
Copyright © 2014. All rights reserved.