Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
This renderer translates a map feature whose geometry is a predefined subclass of IlvMapCurve
into an IlvMapGeneralPath
or into an IlvGraphicSet
of IlvMapGeneralPath
if the geometry is an IlvMapMultiCurve
.
More...
#include <ilviews/maps/rendering/curverdr.h>
Public Member Functions | |
IlvDefaultCurveRenderer (IlvDisplay *display) | |
Initializes an instance of the renderer. More... | |
IlvDefaultCurveRenderer (const IlvDefaultCurveRenderer &source) | |
Copies this renderer. More... | |
IlvMapLineRenderingStyle * | getLineRenderingStyle () const |
Returns the line rendering style. More... | |
virtual IlvGraphic * | makeGraphic (const IlvMapFeature &feature, const IlvMapInfo &targetMapInfo, IlvMapsError &status) const |
Translates an IlvMapFeature into a graphic object. More... | |
void | setLineRenderingStyle (IlvMapLineRenderingStyle *lineRenderingStyle) |
Sets the rendering style for the lines. More... | |
Public Member Functions inherited from IlvFeatureRenderer | |
virtual IlvFeatureRenderer * | copy () const =0 |
Copies the object. More... | |
IlvDisplay * | getDisplay () const |
Returns the renderer display. More... | |
IlBoolean | isPersistent () const |
Checks if the renderer can be saved. More... | |
void | save (IlvOutputFile &file) const |
Saves the object to an IlvOutputFile . More... | |
virtual void | write (IlvOutputFile &file) const =0 |
Writes the renderer to an IlvOutputStream . More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from IlvFeatureRenderer | |
static IlvFeatureRenderer * | Load (IlvInputFile &file) |
Loads a renderer from an IlvInputFile . More... | |
Protected Member Functions inherited from IlvFeatureRenderer | |
IlvFeatureRenderer (IlvDisplay *display, IlBoolean persistent=IlTrue) | |
Constructor. More... | |
This renderer translates a map feature whose geometry is a predefined subclass of IlvMapCurve
into an IlvMapGeneralPath
or into an IlvGraphicSet
of IlvMapGeneralPath
if the geometry is an IlvMapMultiCurve
.
Library: ilvmaps
IlvDefaultCurveRenderer::IlvDefaultCurveRenderer | ( | IlvDisplay * | display | ) |
Initializes an instance of the renderer.
display | The display used to create the graphic objects. |
IlvDefaultCurveRenderer::IlvDefaultCurveRenderer | ( | const IlvDefaultCurveRenderer & | source | ) |
Copies this renderer.
source | The object to be copied. |
IlvMapLineRenderingStyle* IlvDefaultCurveRenderer::getLineRenderingStyle | ( | ) | const |
Returns the line rendering style.
IlvMapLineRenderingStyle
object .
|
virtual |
Translates an IlvMapFeature
into a graphic object.
If the targetMapInfo has a non-null projection, or a projection that is not an instance of IlvUnknownProjection
, the graphic object is projected to the projection system of targetMapInfo. Otherwise, only the map adapter of targetMapInfo is used to convert the feature coordinate into the manager coordinate system.
feature | The map feature to be translated. |
targetMapInfo | This parameter specifies the projection in which the graphic object must be returned. If this projection is not defined (targetMapInfo.getProjection() is NULL), the graphic object is returned to the projection of the map feature (only the map adapter is used) |
status | Is set to an error code if the renderer cannot process the map feature (most of the time, because the renderer does not support the feature geometry, but it can also indicate that a projection error occurred). |
IlvGraphic
or a null pointer if a severe error occurred. Implements IlvFeatureRenderer.
void IlvDefaultCurveRenderer::setLineRenderingStyle | ( | IlvMapLineRenderingStyle * | lineRenderingStyle | ) |
Sets the rendering style for the lines.
lineRenderingStyle | The line rendering style. This object can be shared by other objects. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.