public interface IlvLookAheadFeatureIterator extends IlvMapFeatureIterator
getNextFeature
,
and skip the next feature.
This behavior is needed for optimization in cases where the ID allows you
to decide if the next feature is to be read fully or not.IlvMapFeatureIterator
Modifier and Type | Method and Description |
---|---|
Object |
getNextFeatureId()
Returns the ID of the next feature that will be returned by this
feature iterator.
|
boolean |
skipNextFeature()
Skips the next feature.
|
dispose, getCoordinateSystem, getDefaultFeatureRenderer, getLowerRightCorner, getNextFeature, getUpperLeftCorner, isGeoreferenced
Object getNextFeatureId() throws IOException
null
, it does
not mean that there are no more features available, but only that no
more IDs are available.null
if no more feature IDs
are available.IOException
boolean skipNextFeature() throws IOException
getNextFeature()
is skipped.true
if the skipped feature is not the last feature. In JViews 4.0, the
return type of this method was void
.IOException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.