rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDefaultCurveRenderer Class Reference

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>

Inheritance diagram for IlvDefaultCurveRenderer:
IlvFeatureRenderer

List of all members.

Public Member Functions

 IlvDefaultCurveRenderer (const IlvDefaultCurveRenderer &source)
 Copies this renderer.
 IlvDefaultCurveRenderer (IlvDisplay *display)
 Initializes an instance of the renderer.
virtual IlvFeatureRenderercopy () const
 Copies the object.
IlvMapLineRenderingStylegetLineRenderingStyle () const
 Returns the line rendering style.
virtual IlvGraphicmakeGraphic (const IlvMapFeature &feature, const IlvMapInfo &targetMapInfo, IlvMapsError &status) const
 Translates an IlvMapFeature into a graphic object.
void setLineRenderingStyle (IlvMapLineRenderingStyle *lineRenderingStyle)
 Sets the rendering style for the lines.
virtual void write (IlvOutputFile &) const
 Writes the renderer to an IlvOutputStream.

Detailed Description

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


Constructor & Destructor Documentation

IlvDefaultCurveRenderer::IlvDefaultCurveRenderer ( IlvDisplay display  ) 

Initializes an instance of the renderer.

Parameters:
display The display used to create the graphic objects.
IlvDefaultCurveRenderer::IlvDefaultCurveRenderer ( const IlvDefaultCurveRenderer source  ) 

Copies this renderer.

Parameters:
source The object to be copied.

Member Function Documentation

virtual IlvFeatureRenderer* IlvDefaultCurveRenderer::copy (  )  const [virtual]

Copies the object.

Returns:
A copy of this IlvFeatureRenderer.

Implements IlvFeatureRenderer.

IlvMapLineRenderingStyle* IlvDefaultCurveRenderer::getLineRenderingStyle (  )  const

Returns the line rendering style.

Returns:
An IlvMapLineRenderingStyle object .
virtual IlvGraphic* IlvDefaultCurveRenderer::makeGraphic ( const IlvMapFeature feature,
const IlvMapInfo targetMapInfo,
IlvMapsError &  status 
) const [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.

Parameters:
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).
Returns:
An IlvGraphic or a null pointer if a severe error occurred.

Implements IlvFeatureRenderer.

void IlvDefaultCurveRenderer::setLineRenderingStyle ( IlvMapLineRenderingStyle lineRenderingStyle  ) 

Sets the rendering style for the lines.

Parameters:
lineRenderingStyle The line rendering style. This object can be shared by other objects.
virtual void IlvDefaultCurveRenderer::write ( IlvOutputFile file  )  const [virtual]

Writes the renderer to an IlvOutputStream.

This function must be reimplemented by the subclasses of IlvFeatureRenderer, but it should not be called directly by the application. For more information about subclassing an IlvFeatureRenderer, refer to the User Manual of Rogue Wave Views Maps.

Parameters:
file The output file.
See also:
save

Implements IlvFeatureRenderer.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, 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.