Uses of Class
org.apache.sis.internal.util.AbstractMap
Packages that use AbstractMap
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).
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 in org.apache.sis.feature
Subclasses of AbstractMap in org.apache.sis.featureModifier and TypeClassDescription(package private) final class
Implementation ofAbstractAttribute.characteristics()
map.(package private) final class
Implementation of the map returned byDefaultAttributeType.characteristics()
. -
Uses of AbstractMap in org.apache.sis.internal.referencing
Subclasses of AbstractMap in org.apache.sis.internal.referencingModifier and TypeClassDescriptionclass
A map which first looks for values in a user supplied map, then looks in a default map if no value where found in the user supplied one. -
Uses of AbstractMap in org.apache.sis.internal.storage.xml.stream
Subclasses of AbstractMap in org.apache.sis.internal.storage.xml.streamModifier and TypeClassDescriptionprivate final class
Holds information that can be used for (un)marshallers configuration, and opportunistically implement various listeners used by JAXB (actually the SIS wrappers) or StAX. -
Uses of AbstractMap in org.apache.sis.referencing
Subclasses of AbstractMap in org.apache.sis.referencingModifier and TypeClassDescription(package private) final class
An immutable map fetching all properties from the specified identified object. -
Uses of AbstractMap in org.apache.sis.referencing.factory
Subclasses of AbstractMap in org.apache.sis.referencing.factoryModifier and TypeClassDescription(package private) final class
A map of authority codes filtered by their type. -
Uses of AbstractMap in org.apache.sis.referencing.factory.sql
Subclasses of AbstractMap in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescription(package private) final class
A map of EPSG authority codes as keys and object names as values. -
Uses of AbstractMap in org.apache.sis.referencing.operation.builder
Subclasses of AbstractMap in org.apache.sis.referencing.operation.builderModifier and TypeClassDescriptionprivate class
Implementation of the map returned byLinearTransformBuilder.getControlPoints()
.private final class
Implementation of the map returned byLinearTransformBuilder.getControlPoints()
when no grid is used.