![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Map Transform iterator.
This object allows clients to iterate through all loaded (and created) coordinate system objects and query their attributes (e.g. name, id, etc.). It is not intended to support coordinate conversions.
These objects are only ever created by a coordinate system - clients are unable to create these objects.
Public Member Functions | |
const TSLCoordinateSystem & | get () const |
bool | isNotEqual (const TSLCoordinateSystemIterator &rhs) const |
TSLCoordinateSystemIterator & | next () |
TSLCoordinateSystemIterator & | operator= (const TSLCoordinateSystemIterator &other) |
bool | operator== (const TSLCoordinateSystemIterator &other) const |
bool | operator!= (const TSLCoordinateSystemIterator &other) const |
TSLCoordinateSystemIterator (const TSLCoordinateSystemIterator &other) | |
~TSLCoordinateSystemIterator () | |
TSLCoordinateSystemIterator::TSLCoordinateSystemIterator | ( | const TSLCoordinateSystemIterator & | other | ) |
TSLCoordinateSystemIterator::~TSLCoordinateSystemIterator | ( | ) |
const TSLCoordinateSystem & TSLCoordinateSystemIterator::get | ( | ) | const |
Returns a (const) reference to a coordinate system.
NOTE: only use the returned coordinate system object for querying the properties of the system and NOT for performing latitude/longitude conversions.
bool TSLCoordinateSystemIterator::isNotEqual | ( | const TSLCoordinateSystemIterator & | rhs | ) | const |
Comparison operator.
rhs | A (const) reference to the other iterator. |
TSLCoordinateSystemIterator & TSLCoordinateSystemIterator::next | ( | ) |
Advances the iterator to the next object.
bool TSLCoordinateSystemIterator::operator!= | ( | const TSLCoordinateSystemIterator & | other | ) | const |
Compares two iterators.
other | Source for comparison. |
TSLCoordinateSystemIterator & TSLCoordinateSystemIterator::operator= | ( | const TSLCoordinateSystemIterator & | other | ) |
Assignment operator.
Assigns the argument iterator to this iterator.
other | Source for new value. |
bool TSLCoordinateSystemIterator::operator== | ( | const TSLCoordinateSystemIterator & | other | ) | const |
Compares two iterators.
other | Source for comparison. |