Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class is the base class for feature iterators. More...
#include <ilviews/maps/mapfeature.h>
Public Member Functions | |
virtual IlvClassInfo * | getClassInfo () const =0 |
Returns the class information for this feature iterator. More... | |
virtual IlvFeatureRenderer * | getDefaultFeatureRenderer (IlvDisplay *display)=0 |
Returns the default renderer for this feature iterator. More... | |
virtual IlvMapsError | getInitStatus () const =0 |
Checks the initialization status of this feature iterator. More... | |
virtual IlBoolean | getLowerRightCorner (IlvCoordinate &result) const =0 |
Returns the lower right corner of the rectangle containing all the map features of this iterator. More... | |
virtual const IlvMapFeature * | getNextFeature (IlvMapsError &status)=0 |
Returns the next map feature of the iterator, or 0 if the iteration is finished. The returned feature is owned by the feature iterator. More... | |
virtual const IlvProjection * | getProjection () const =0 |
Returns the projection in which the geometric coordinates of the map features are expressed or 0 if the feature iterator returns ungeoreferenced map features. More... | |
virtual IlBoolean | getUpperLeftCorner (IlvCoordinate &result) const =0 |
Returns the upper left corner of the rectangle containing all the map features of this iterator. More... | |
virtual void | setSourceProjection (IlvProjection *projection) |
Sets the projection of geometries generated by this feature iterator. More... | |
Static Public Member Functions | |
static IlvClassInfo * | ClassInfo () |
Returns the class information of the class. More... | |
static IlvClassInfo ** | ClassInfoRef () |
Returns the address of the class information of the class. More... | |
This class is the base class for feature iterators.
Library: ilvmaps
A feature iterator is a convenient interface to access various map feature sources transparently. Feature iterators can be implemented by:
IlvMapFeature
|
static |
Returns the class information of the class.
IlvClassInfo
of the class.
|
static |
Returns the address of the class information of the class.
This function is used when subclassing IlvMapFeatureIterator
.
IlvClassInfo
of the class.
|
pure virtual |
Returns the class information for this feature iterator.
|
pure virtual |
Returns the default renderer for this feature iterator.
Returns a renderer that can be used to translate the map features returned by this iterator into graphic objects. Feature iterators that store some rendering information in the attributes of the map features, such as color, text font, line thickness and so on, can return a specific renderer which is able to take these attributes into account during the rendering process.
Implemented in IlvShapeFileReader, IlvObjectSDOFeatureIterator, IlvShapeSHPReader, IlvS57Loader, IlvCADRGFrameReader, IlvImageReader, IlvDTEDReader, IlvGeoTIFFReader, and IlvSDOFeatureIterator.
|
pure virtual |
Checks the initialization status of this feature iterator.
Implemented in IlvObjectSDOFeatureIterator, IlvSDOFeatureIterator, IlvShapeFileReader, IlvShapeSHPReader, IlvImageReader, IlvS57Loader, IlvCADRGFrameReader, IlvGeoTIFFReader, and IlvDTEDReader.
|
pure virtual |
Returns the lower right corner of the rectangle containing all the map features of this iterator.
IlFalse
if lower right is unknown. Implemented in IlvObjectSDOFeatureIterator, IlvS57Loader, IlvShapeFileReader, IlvShapeSHPReader, IlvSDOFeatureIterator, IlvImageReader, IlvCADRGFrameReader, IlvDTEDReader, and IlvGeoTIFFReader.
|
pure virtual |
Returns the next map feature of the iterator, or 0
if the iteration is finished. The returned feature is owned by the feature iterator.
status | Stores the status of the operation. This status is IlvMaps::NoError() if no error occurs. |
Implemented in IlvObjectSDOFeatureIterator, IlvShapeFileReader, IlvShapeSHPReader, IlvCADRGFrameReader, IlvSDOFeatureIterator, IlvImageReader, IlvS57Loader, IlvDTEDReader, and IlvGeoTIFFReader.
|
pure virtual |
Returns the projection in which the geometric coordinates of the map features are expressed or 0
if the feature iterator returns ungeoreferenced map features.
Implemented in IlvObjectSDOFeatureIterator, IlvShapeFileReader, IlvShapeSHPReader, IlvS57Loader, IlvGeoTIFFReader, IlvCADRGFrameReader, IlvImageReader, IlvDTEDReader, and IlvSDOFeatureIterator.
|
pure virtual |
Returns the upper left corner of the rectangle containing all the map features of this iterator.
IlFalse
if upper left is unknown. Implemented in IlvObjectSDOFeatureIterator, IlvShapeFileReader, IlvS57Loader, IlvShapeSHPReader, IlvSDOFeatureIterator, IlvCADRGFrameReader, IlvImageReader, IlvDTEDReader, and IlvGeoTIFFReader.
|
virtual |
Sets the projection of geometries generated by this feature iterator.
This method is to be used when feature source is not georeferenced. The default implementation of this method does nothing.
projection | The projection to be set. This projection becomes shared and is locked by this feature iterator. |
Reimplemented in IlvObjectSDOFeatureIterator, IlvShapeFileReader, IlvShapeSHPReader, IlvGeoTIFFReader, IlvImageReader, and IlvSDOFeatureIterator.
© 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.