Uses of Class
org.apache.sis.internal.util.AbstractIterator
Packages that use AbstractIterator
Package
Description
Helper classes for creating
FeatureType
instances.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of AbstractIterator in org.apache.sis.feature.builder
Subclasses of AbstractIterator in org.apache.sis.feature.builderModifier and TypeClassDescriptionprivate final class
The iterator returned by theAttributeTypeBuilder.roles()
set. -
Uses of AbstractIterator in org.apache.sis.referencing.factory
Subclasses of AbstractIterator in org.apache.sis.referencing.factoryModifier and TypeClassDescription(package private) final class
An iterator over all elements given by an array ofIterable<E>
, skipping null elements.