Uses of Class
org.apache.sis.internal.util.AbstractMap.EntryIterator
Packages that use AbstractMap.EntryIterator
Package
Description
Defines the structure and content of views of real-world phenomenon.
A set of helper classes for the SIS implementation.
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
A set of helper classes for the SIS implementation.
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Helper classes for creating Math Transforms from a set of points.
-
Uses of AbstractMap.EntryIterator in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String,
AbstractAttribute<?>> CharacteristicMap.entryIterator()
Returns an iterator over the entries.protected AbstractMap.EntryIterator<String,
DefaultAttributeType<?>> CharacteristicTypeMap.entryIterator()
Returns an iterator over the entries. -
Uses of AbstractMap.EntryIterator in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String,
Object> MergedProperties.entryIterator()
Returns an iterator over the user supplied properties together with the default properties which were not specified in the user's ones. -
Uses of AbstractMap.EntryIterator in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String,
Object> StaxDataStore.Config.entryIterator()
Returns an iterator over all entries in this map. -
Uses of AbstractMap.EntryIterator in org.apache.sis.internal.util
Subclasses of AbstractMap.EntryIterator in org.apache.sis.internal.utilModifier and TypeClassDescriptionprotected static class
An implementation ofAbstractMap.EntryIterator
which delegates its work to a standard iterator.protected final class
ConvenienceEntryIterator
implementation which iterates over a list of key candidates.Fields in org.apache.sis.internal.util declared as AbstractMap.EntryIteratorModifier and TypeFieldDescriptionprivate final AbstractMap.EntryIterator<K,
V> AbstractMap.Iter.iterator
The wrapped entry iterator.Methods in org.apache.sis.internal.util that return AbstractMap.EntryIteratorModifier and TypeMethodDescription(package private) final AbstractMap.EntryIterator<K,
V> AbstractMap.Iter.entry()
Ensures that the entry iterator is positioned on a valid entry, and returns it.protected abstract AbstractMap.EntryIterator<K,
V> AbstractMap.entryIterator()
Returns an iterator over the entries in this map.Constructors in org.apache.sis.internal.util with parameters of type AbstractMap.EntryIteratorModifierConstructorDescription(package private)
(package private)
Iter
(AbstractMap.EntryIterator<K, V> iterator) Creates a new standard iterator wrapping the given entry iterator.(package private)
Keys
(AbstractMap.EntryIterator<K, V> it) (package private)
-
Uses of AbstractMap.EntryIterator in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String,
Object> Properties.entryIterator()
Iterates over theProperties.KEYS
, returning only the entry having a non-null value. -
Uses of AbstractMap.EntryIterator in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String,
Boolean> FilteredCodes.entryIterator()
Returns an iterator over the entries to retain. -
Uses of AbstractMap.EntryIterator in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionAuthorityCodes.entryIterator()
Returns an iterator over the entries. -
Uses of AbstractMap.EntryIterator in org.apache.sis.referencing.operation.builder
Methods in org.apache.sis.referencing.operation.builder that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<org.opengis.geometry.DirectPosition,
org.opengis.geometry.DirectPosition> LinearTransformBuilder.ControlPoints.entryIterator()
Returns an iterator over the entries.protected AbstractMap.EntryIterator<org.opengis.geometry.DirectPosition,
org.opengis.geometry.DirectPosition> LinearTransformBuilder.Ungridded.entryIterator()
Returns an iterator over the entries.