public class IlpMIDMIFBackground extends IlpAbstractMapDataSourceBackground
.mif/.mid
files as background.
This background loader reads:
.mif
.mid
(optional)
See also: the Rogue Wave JViews demo demos/maps/midmif
, and
the Rogue Wave JViews package ilog.views.maps.format.midmif
.
managerLayers
LOAD_ON_DEMAND_PROPERTY, THREADED_PROPERTY, URL_PROPERTY, VISIBLE_PROPERTY
Constructor and Description |
---|
IlpMIDMIFBackground()
Instantiates a new background.
|
Modifier and Type | Method and Description |
---|---|
IlvMapDataSource |
createMapDataSource(IlpViewsView view)
Returns an
ilog.views.maps.datasource.IlvMIDMIFDataSource . |
protected IlvMapStyle |
createMapStyle()
If no style is already being defined in the
IlvMapDataSource ,
it by default creates an IlvGraphicPathStyle . |
create, createRenderer, customizeMapStyle, dispose, getMapDataSource, getMapStyle
addLayer, addLayers, addPropertyChangeListener, endBatch, getManagerLayer, getManagerLayers, getManagerLayersCount, getProperties, getProperty, getUrl, isLoadOnDemand, isThreaded, isVisible, removeLayer, removeLayers, removePropertyChangeListener, setLoadOnDemand, setProperty, setThreaded, setUrl, setVisible, startBatch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getManagerLayer, getManagerLayers, getManagerLayersCount, getProperty, removePropertyChangeListener, setProperty
public IlvMapDataSource createMapDataSource(IlpViewsView view) throws IlpBackgroundHandlingException
ilog.views.maps.datasource.IlvMIDMIFDataSource
.view
- the IlpViewsView being usedIlpBackgroundHandlingException
- in case that there is problem handling this operation.IlpMapDataSourceBackground.createMapDataSource(ilog.cpl.graphic.views.IlpViewsView)
protected IlvMapStyle createMapStyle() throws IlpBackgroundHandlingException
IlvMapDataSource
,
it by default creates an IlvGraphicPathStyle
.createMapStyle
in class IlpAbstractMapDataSourceBackground
ilog.views.maps.graphic.style.IlvMapStyle
to
be used by this background's
ilog.views.maps.datasource.IlvMapDataSource
.IlpBackgroundHandlingException
- if a problem occurs.IlpAbstractMapDataSourceBackground.createMapStyle()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.