DK11 for Java | tatukgis.jdk.TGIS_LayerVector.FindNext | Constructors | Fields | Methods | Properties | Events
Finds the next occurrence of an item defined in FindFirst. Method will use RTree if available.
// Java public TGIS_Shape FindNext();
// Oxygene public function FindNext : TGIS_Shape; virtual;
Type | Description |
---|---|
TGIS_Shape | Shape itself or nil. |
See: FindFirst
Use this method to find the next shape in the layer matching given criteria. We can move between shapes by doing custom operations on them.