rwlogo

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvMapImage Class Reference

This class defines an image. More...

#include <ilviews/maps/geometry/geoimage.h>

Inheritance diagram for IlvMapImage:
IlvMapArea IlvMapGeometry

Public Member Functions

 IlvMapImage ()
 Constructor. More...
 
 IlvMapImage (const IlvMapImage &source)
 Copies an exiting IlvMapImage. More...
 
virtual IlBoolean contains (const IlvCoordinate &coordinate) const
 Returns IlTrue if coordinate is contained in the object. More...
 
virtual IlvMapGeometrycopy () const
 Returns a copy of the object. More...
 
IlvBitmapDatagetBitmapData () const
 Returns the bitmap data. More...
 
virtual IlvClassInfogetClassInfo () const
 Returns the IlvClassInfo of the instance. More...
 
const IlvCoordinategetLowerRightCorner () const
 Returns the lower right corner. More...
 
virtual const IlvMapCurvegetStroke () const
 Returns the stroke of the area. More...
 
virtual const IlvMapGeometrygetSubElement (IlUInt index) const
 Returns a sub element of a collection geometry. More...
 
virtual IlUInt getSubElementCount () const
 Returns the number of elements contained in the geometry if the geometry is a collection. More...
 
const IlvCoordinategetUpperLeftCorner () const
 Returns the upper left corner. More...
 
virtual IlBoolean isCollection () const
 Checks if this geometry is a collection of other geometries. More...
 
void setBitmapData (IlvBitmapData *bitmapData)
 Sets the bitmap data. More...
 
void setLowerRightCorner (const IlvCoordinate &lr)
 Sets the lower right corner. More...
 
void setUpperLeftCorner (const IlvCoordinate &ul)
 Sets the upper left corner. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from IlvMapGeometry
static IlvClassInfoClassInfo ()
 Returns the class info. More...
 
- Protected Member Functions inherited from IlvMapArea
 IlvMapArea ()
 Constructor. More...
 

Detailed Description

This class defines an image.

The instances of this class can be rendered by an IlvDefaultFeatureRenderer or by an IlvDefaultImageRenderer. Library: ilvmaps

Constructor & Destructor Documentation

IlvMapImage::IlvMapImage ( )

Constructor.

Creates an instance of IlvMapImage.

IlvMapImage::IlvMapImage ( const IlvMapImage source)

Copies an exiting IlvMapImage.

Parameters
sourceThe object to be copied.

Member Function Documentation

virtual IlBoolean IlvMapImage::contains ( const IlvCoordinate coordinate) const
virtual

Returns IlTrue if coordinate is contained in the object.

Parameters
coordinateThe point to be checked.
Returns
IlTrue if coordinate is contained in the object.

Implements IlvMapArea.

virtual IlvMapGeometry* IlvMapImage::copy ( ) const
virtual

Returns a copy of the object.

Returns
An IlvMapGeometry that must be deleted by the user.

Implements IlvMapArea.

IlvBitmapData* IlvMapImage::getBitmapData ( ) const

Returns the bitmap data.

Returns
The IlvBitmapData object.
virtual IlvClassInfo* IlvMapImage::getClassInfo ( ) const
virtual

Returns the IlvClassInfo of the instance.

Returns
An IlvClassInfo that should not be modified nor deleted.

Implements IlvMapArea.

const IlvCoordinate& IlvMapImage::getLowerRightCorner ( ) const

Returns the lower right corner.

Returns
The lower right corner.
virtual const IlvMapCurve* IlvMapImage::getStroke ( ) const
virtual

Returns the stroke of the area.

Returns
An IlvCurve object that should not be deleted nor modified.

Implements IlvMapArea.

virtual const IlvMapGeometry* IlvMapImage::getSubElement ( IlUInt  index) const
virtual

Returns a sub element of a collection geometry.

Parameters
indexThe index of the sub-geometry to be retrieved.
Returns
The sub element of index index if the geometry is a collection or 0 if it is not.

Implements IlvMapGeometry.

virtual IlUInt IlvMapImage::getSubElementCount ( ) const
virtual

Returns the number of elements contained in the geometry if the geometry is a collection.

Returns
The number of elements contained in the geometry if the geometry is a collection. If it is not, this method returns 0.

Implements IlvMapGeometry.

const IlvCoordinate& IlvMapImage::getUpperLeftCorner ( ) const

Returns the upper left corner.

Returns
The upper left corner.
virtual IlBoolean IlvMapImage::isCollection ( ) const
virtual

Checks if this geometry is a collection of other geometries.

The composite geometries predefined in Rogue Wave Views Maps are: IlvMapGeometryCollection, IlvMapMultiPoint, IlvMapSegmentString and its subclasses, IlvMapMultiCurve and IlvMapMultiArea.

Returns
IlTrue if the geometry is a collection of other geometries.

Implements IlvMapGeometry.

void IlvMapImage::setBitmapData ( IlvBitmapData bitmapData)

Sets the bitmap data.

Parameters
bitmapDataThe bitmap data to be set. This geometry sets a lock on the specified bitmap data. This lock is removed once this geometry is deleted.
void IlvMapImage::setLowerRightCorner ( const IlvCoordinate lr)

Sets the lower right corner.

Parameters
lrThe lower right corner.
void IlvMapImage::setUpperLeftCorner ( const IlvCoordinate ul)

Sets the upper left corner.

Parameters
ulThe upper left corner.

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