public interface IlvMapRegionOfInterestIterator extends IlvMapReusableFeatureIterator
IlvMapReusableFeatureIterator
will be used by the IlvTilableDataSource
instances to load tiles for a region of interest.Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getLatLonBounds()
Returns the latitude/longitude bounds for the list of all geometries or null if such is not available.
|
void |
setRegionOfInterest(double lonMin,
double latMin,
double lonMax,
double latMax)
Sets the region of interest to return features for.
|
restart
dispose, getCoordinateSystem, getDefaultFeatureRenderer, getLowerRightCorner, getNextFeature, getUpperLeftCorner, isGeoreferenced
void setRegionOfInterest(double lonMin, double latMin, double lonMax, double latMax)
IlvMapFeatureIterator.getNextFeature()
method should not return any feature which geometry is outside this area.lonMin
- longitude min in radians.latMin
- latitude min in radians.lonMax
- longitude max in radians.latMax
- latitude max in radians.Rectangle2D getLatLonBounds()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.