Class FeatureIndexLocation
- java.lang.Object
-
- mil.nga.geopackage.features.index.FeatureIndexLocation
-
- All Implemented Interfaces:
Iterable<FeatureIndexType>
public class FeatureIndexLocation extends Object implements Iterable<FeatureIndexType>
Feature Index Location to iterate over indexed feature index types- Since:
- 3.4.0
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description FeatureIndexLocation(FeatureIndexManager manager)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<FeatureIndexType>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
FeatureIndexLocation
public FeatureIndexLocation(FeatureIndexManager manager)
Constructor- Parameters:
manager
- feature index manager
-
-
Method Detail
-
iterator
public Iterator<FeatureIndexType> iterator()
- Specified by:
iterator
in interfaceIterable<FeatureIndexType>
-
-