Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.labelling |
Provides classes and interfaces for map labelling.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.rendering |
Provides renderer that work with IlvMapGraphic.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGraphic |
IlvMapCSSRenderer.dispatch(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
protected IlvGraphic |
IlvDefaultFeatureRenderer.dispatch(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Dispatches a map feature to the renderer specialized to render
the feature geometry.
|
IlvFeatureRenderer |
IlvMapCSSRenderer.getCustomizedRenderer(IlvMapFeature feature)
Returns the customized renderer for an
IlvMapFeature instance. |
IlvGraphic |
IlvMapCSSRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
IlvGraphic |
IlvFeatureRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation t)
Translates an
IlvMapFeature into a graphic object, using
the specified IlvCoordinateTransformation to transform the
coordinates. |
IlvGraphic |
IlvDefaultFeatureRenderer.makeGraphic(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature. |
protected IlvGraphic |
IlvMapCSSRenderer.makeGraphicFromCollection(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes an
IlvGraphic from a map feature which contains a
collection of geometries. |
protected IlvGraphic |
IlvDefaultFeatureRenderer.makeGraphicFromCollection(IlvMapFeature feature,
IlvCoordinateTransformation tr)
This method is called by
dispatch() for the map
features whose geometries are Collections of subgeometries. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphic |
IlvMIFFeatureRenderer.dispatch(IlvMapFeature mapFeature,
IlvCoordinateTransformation tr)
Dispatches the rendering.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvLabeledPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
IlvGraphic |
IlvLabeledAreaRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Makes the graphic accordingly to the rule described
in the constructor documentation.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvRasterImageRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
The geometry of the feature should be a
IlvMapRasterGeometry . |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvMapTextRenderer.createText(Class<?> klass,
Object anchor,
String string,
IlvMapTextRenderingStyle style)
Creates a text of a non predefined class.
|
protected IlvGraphic |
IlvDefaultTextRenderer.createText(Class<?> klass,
Object anchor,
String string,
IlvMapTextRenderingStyle style)
Creates a text of a non predefined class.
|
IlvGraphic |
IlvIconPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultTextRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultRasterRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates a feature with a raster geometry into an
IlvIcon . |
IlvGraphic |
IlvDefaultPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultMultiPointRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates the map feature into a graphic object.
|
IlvGraphic |
IlvDefaultImageRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates a feature with an image geometry into an
IlvIcon . |
IlvGraphic |
IlvDefaultCurveRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation transformation)
Translates an
IlvMapFeature into a graphic object. |
IlvGraphic |
IlvDefaultAreaRenderer.makeGraphic(IlvMapFeature feature,
IlvCoordinateTransformation tr)
Translates an
IlvMapFeature into a graphic object. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.