|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.views.background.IlpMIDMIFBackground
public class IlpMIDMIFBackground
Support for using MapInfo .mif/.mid files as background.
This background loader reads:
.mif
.mid (optional)
See also: the ILOG JViews demo demos/maps/midmif, and
the ILOG JViews package ilog.views.maps.format.midmif.
The XML settable properties are:
property name="url" (required).mif file. The other file is expected
to be located in the same directory.
| Field Summary | |
|---|---|
protected URL |
midURL
Deprecated. |
protected URL |
mifURL
Deprecated. |
protected IlvFeatureRenderer |
renderer
Deprecated. |
| Constructor Summary | |
|---|---|
IlpMIDMIFBackground()
Deprecated. |
|
| Method Summary | |
|---|---|
protected URL |
addExtension(String base,
String extension)
Deprecated. |
protected URL |
checkExists(URL url)
Deprecated. |
IlvManagerLayer |
createLayer(IlpViewsView view,
URL MIFfileURL)
Deprecated. Creates an empty IlvManagerLayer suitable for a .mif file. |
protected IlvFeatureRenderer |
createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
Deprecated. Creates a renderer for the map's attributes. |
void |
fillLayer(IlpViewsView view,
URL MIFfileURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with a .mif file. |
protected String |
withoutExtension(URL url)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected URL mifURL
protected URL midURL
protected IlvFeatureRenderer renderer
| Constructor Detail |
|---|
public IlpMIDMIFBackground()
| Method Detail |
|---|
protected String withoutExtension(URL url)
protected URL addExtension(String base,
String extension)
protected URL checkExists(URL url)
protected IlvFeatureRenderer createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
public IlvManagerLayer createLayer(IlpViewsView view,
URL MIFfileURL)
IlvManagerLayer suitable for a .mif file.
createLayer in interface IlpBackgroundview - The view in which the background shall be displayed.MIFfileURL - The location of the background data.
public void fillLayer(IlpViewsView view,
URL MIFfileURL,
IlvManagerLayer layer)
.mif file.
fillLayer in interface IlpBackgroundview - The view in which the background shall be displayed.MIFfileURL - The location of the background data.layer - The layer to be filled.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||