|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMapFeatureIterator
An interface used to implement feature iterators. A feature iterator is a convenient interface to access various map feature sources transparently. Feature iterators can be implemented by:
IlvMapLoader| Method Summary | |
|---|---|
void |
dispose()
Releases the resources allocated by the feature iterator (files, connections, and so on). |
IlvCoordinateSystem |
getCoordinateSystem()
Returns the spatial reference system that describes the coordinate system of geometric coordinates of the map features. |
IlvFeatureRenderer |
getDefaultFeatureRenderer()
Returns a renderer that can be used to translate the map features returned by this iterator into graphic objects. |
IlvCoordinate |
getLowerRightCorner()
Returns the lower right corner of the rectangle containing all the map feature of the list, or null
if the iterator cannot provide this information. |
IlvMapFeature |
getNextFeature()
Returns the next map feature of the iterator or null if the iteration is finished. |
IlvCoordinate |
getUpperLeftCorner()
Returns the upper left corner of the rectangle containing all the map features of the list, or null
if the iterator cannot provide this information. |
boolean |
isGeoreferenced()
Returns true if the map reader can provide the
source projection of its map features. |
| Method Detail |
|---|
IlvMapFeature getNextFeature()
throws IOException
null if the iteration is finished.
The returned map feature must be considered as volatile and
can be modified by the reader during the next call to its
getNextFeature function.
IOExceptionboolean isGeoreferenced()
true if the map reader can provide the
source projection of its map features.
IlvCoordinateSystem getCoordinateSystem()
null
if the coordinate system is unknown.IlvCoordinate getUpperLeftCorner()
null
if the iterator cannot provide this information.
IlvCoordinate getLowerRightCorner()
null
if the iterator cannot provide this information.
IlvFeatureRenderer getDefaultFeatureRenderer()
void dispose()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||