Uses of Class
org.apache.sis.util.collection.WeakHashSet
Packages that use WeakHashSet
Package
Description
A coverage backed by a regular grid.
Defines the structure and content of views of real-world phenomenon.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
A set of mathematical objects and algebraic utilities.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Descriptions and values of parameters used by a coordinate operation or a process.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Addition to the collection framework.
Implementations of GeoAPI types from the
package.
invalid reference
org.opengis.util
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of WeakHashSet in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<ImageProcessor> GridCoverageProcessor.PROCESSORS
ConfiguredImageProcessor
instances used byGridCoverage
s created by processors. -
Uses of WeakHashSet in org.apache.sis.feature
Fields in org.apache.sis.feature declared as WeakHashSetModifier and TypeFieldDescription(package private) static final WeakHashSet
<AbstractIdentifiedType> FeatureOperations.POOL
The pool of operations or operation dependencies created so far, for sharing exiting instances. -
Uses of WeakHashSet in org.apache.sis.image
Fields in org.apache.sis.image declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<RenderedImage> ImageProcessor.CACHE
Cache of previously created images. -
Uses of WeakHashSet in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<ColorModelPatch> ColorModelFactory.CACHE
Shared instances ofColorModel
s.private static final WeakHashSet
<TilePlaceholder> TilePlaceholder.CACHE
Cache of empty tiles for different sample models.private static final WeakHashSet
<SampleModel> RasterFactory.POOL
Shared instances ofSampleModel
s. -
Uses of WeakHashSet in org.apache.sis.math
Fields in org.apache.sis.math declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<Fraction> Fraction.POOL
Pool of fractions for which theFraction.unique()
method has been invoked. -
Uses of WeakHashSet in org.apache.sis.measure
Fields in org.apache.sis.measure declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<NumberRange<?>> NumberRange.POOL
The pool of ranges created by thecreate(…)
methods. -
Uses of WeakHashSet in org.apache.sis.parameter
Fields in org.apache.sis.parameter declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<UnmodifiableParameterValue> UnmodifiableParameterValue.POOL
Pool of parameter instances created in this running JVM. -
Uses of WeakHashSet in org.apache.sis.referencing.factory
Fields in org.apache.sis.referencing.factory declared as WeakHashSetModifier and TypeFieldDescriptionprivate final WeakHashSet
<AbstractIdentifiedObject> GeodeticObjectFactory.pool
Weak references to existing objects (CRS, CS, Datum, Ellipsoid or PrimeMeridian). -
Uses of WeakHashSet in org.apache.sis.referencing.operation
Fields in org.apache.sis.referencing.operation declared as WeakHashSetModifier and TypeFieldDescriptionprivate final WeakHashSet
<org.opengis.referencing.IdentifiedObject> DefaultCoordinateOperationFactory.pool
Weak references to existing objects. -
Uses of WeakHashSet in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as WeakHashSetModifier and TypeFieldDescriptionprivate final WeakHashSet
<org.opengis.referencing.operation.MathTransform> DefaultMathTransformFactory.pool
The math transforms created so far. -
Uses of WeakHashSet in org.apache.sis.util.collection
Fields in org.apache.sis.util.collection declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<org.opengis.util.CodeList[]> CodeListSet.POOL
A pool of code list arrays. -
Uses of WeakHashSet in org.apache.sis.util.iso
Fields in org.apache.sis.util.iso declared as WeakHashSetModifier and TypeFieldDescriptionprivate final WeakHashSet
<org.opengis.util.GenericName> DefaultNameFactory.pool
Weak references to the name created by this factory. -
Uses of WeakHashSet in org.apache.sis.xml
Fields in org.apache.sis.xml declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet
<NilReason> NilReason.POOL
The pool of other nil reasons created up to date.