Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class defines a raster. More...
#include <ilviews/maps/geometry/georaster.h>
Public Member Functions | |
IlvMapRaster (const IlvCoordinate &upperLeftCorner, const IlvCoordinate &lowerRightCorner, IlInt columns, IlInt rows, IlShort *values, IlBoolean copy, IlBoolean useUnknownValue=IlFalse, IlShort unknownValue=-1) | |
Initializes an instance of IlvMapRaster that contains unknown values. More... | |
IlvMapRaster (const IlvMapRaster &source) | |
Copies a raster. More... | |
virtual IlBoolean | contains (const IlvCoordinate &coordinate) const |
Returns IlTrue if coordinate is contained in the object. More... | |
virtual IlvMapGeometry * | copy () const |
Returns a copy of the object. More... | |
virtual IlvClassInfo * | getClassInfo () const |
Returns the IlvClassInfo of the instance. More... | |
IlInt | getColumns () const |
Returns the number of columns in the raster. More... | |
const IlvCoordinate & | getLowerRightCorner () |
Returns the lower-right corner of the raster. More... | |
IlInt | getRows () const |
Returns the number of rows in the raster. More... | |
virtual const IlvMapCurve * | getStroke () const |
Returns the stroke of the area. More... | |
virtual const IlvMapGeometry * | getSubElement (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 IlvCoordinate & | getUpperLeftCorner () const |
Returns the upper-left corner of the raster. More... | |
IlShort | getValue (IlInt column, IlInt row, IlvMapsError &status) const |
Returns the value corresponding to the given column and row. More... | |
IlShort | getValue (const IlvCoordinate &point, IlvMapsError &status) const |
Returns the value of the raster at the specified point, expressed in the projection system of the geometry. The method computes the row and the column of the point and calls the getValue(column, row) method. More... | |
const IlShort * | getValues () const |
Returns the array of values. More... | |
virtual IlBoolean | isCollection () const |
Checks if this geometry is a collection of other geometries. More... | |
Static Public Member Functions | |
static IlvMapsError | OutOfBoundStatus () |
The error code for out of bound errors. More... | |
static IlvMapsError | UnknownValueStatus () |
The error code for unknown values. More... | |
Static Public Member Functions inherited from IlvMapGeometry | |
static IlvClassInfo * | ClassInfo () |
Returns the class info. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from IlvMapArea | |
IlvMapArea () | |
Constructor. More... | |
Protected Member Functions inherited from IlvMapGeometry | |
IlvMapGeometry () | |
Constructor. More... | |
This class defines a raster.
A raster is a georeferenced array of values. It is defined on a rectangular area and has a value for each point in this area. It can be used, for example, to represent terrain elevations, atmospheric pressures, temperatures, and so on.
The instances of this class can be rendered by an IlvDefaultFeatureRenderer
or by an IlvDefaultRasterRenderer
. Library: ilvmaps
IlvMapRaster::IlvMapRaster | ( | const IlvCoordinate & | upperLeftCorner, |
const IlvCoordinate & | lowerRightCorner, | ||
IlInt | columns, | ||
IlInt | rows, | ||
IlShort * | values, | ||
IlBoolean | copy, | ||
IlBoolean | useUnknownValue = IlFalse , |
||
IlShort | unknownValue = -1 |
||
) |
Initializes an instance of IlvMapRaster
that contains unknown values.
upperLeftCorner | Upper-left corner of the raster. |
lowerRightCorner | Lower-right corner of the raster. |
columns | Number of columns in the raster. |
rows | Number of rows in the raster. |
values | Array of values. The value of row y and of column x is accessed by values [y * columns + x] . The value of row 0 and column 0 is at the upper-left corner of the rectangle. |
copy | If IlTrue , the provided array of values is copied. If no copy is required, the array should have been allocated using the new IlShort[] operator (it will be released with the delete [] operator). |
useUnknownValue | If IlTrue , an unknown value is specified. |
unknownValue | Value meaning "unknown value". |
IlvMapRaster::IlvMapRaster | ( | const IlvMapRaster & | source | ) |
Copies a raster.
source | The raster to be copied. |
|
virtual |
Returns IlTrue
if coordinate is contained in the object.
coordinate | The point to be checked. |
IlTrue
if coordinate is contained in the object. Implements IlvMapArea.
|
virtual |
Returns a copy of the object.
IlvMapGeometry
that must be deleted by the user. Implements IlvMapArea.
|
virtual |
Returns the IlvClassInfo
of the instance.
IlvClassInfo
that should not be modified nor deleted. Implements IlvMapArea.
IlInt IlvMapRaster::getColumns | ( | ) | const |
Returns the number of columns in the raster.
const IlvCoordinate& IlvMapRaster::getLowerRightCorner | ( | ) |
Returns the lower-right corner of the raster.
IlInt IlvMapRaster::getRows | ( | ) | const |
Returns the number of rows in the raster.
|
virtual |
Returns the stroke of the area.
IlvCurve
object that should not be deleted nor modified. Implements IlvMapArea.
|
virtual |
Returns a sub element of a collection geometry.
index | The index of the sub-geometry to be retrieved. |
0
if it is not. Implements IlvMapGeometry.
|
virtual |
Returns the number of elements contained in the geometry if the geometry is a collection.
0
. Implements IlvMapGeometry.
const IlvCoordinate& IlvMapRaster::getUpperLeftCorner | ( | ) | const |
Returns the upper-left corner of the raster.
Returns the value corresponding to the given column and row.
column | Column in the raster array. |
row | Row in the raster array. |
status | The function sets the value to IlvMaps::NoError() if the value is defined or to UnknownValueStatus() , or to OutOfBoundStatus() . |
IlShort IlvMapRaster::getValue | ( | const IlvCoordinate & | point, |
IlvMapsError & | status | ||
) | const |
Returns the value of the raster at the specified point, expressed in the projection system of the geometry. The method computes the row and the column of the point and calls the getValue(column, row)
method.
point | Point at which the value is queried, expressed in the projection coordinate system of the feature. |
status | The function sets the value to IlvMaps::NoError() if the value is defined or to UnknownValueStatus() , or to OutOfBoundStatus() . |
const IlShort* IlvMapRaster::getValues | ( | ) | const |
Returns the array of values.
|
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
.
IlTrue
if the geometry is a collection of other geometries. Implements IlvMapGeometry.
|
static |
The error code for out of bound errors.
|
static |
The error code for unknown values.
© 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.