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
org.opengis.util package.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.PROCESSORSConfiguredImageProcessorinstances used byGridCoverages 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.POOLThe 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.CACHECache 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.CACHEShared instances ofColorModels.private static final WeakHashSet<TilePlaceholder>TilePlaceholder.CACHECache of empty tiles for different sample models.private static final WeakHashSet<SampleModel>RasterFactory.POOLShared instances ofSampleModels. -
Uses of WeakHashSet in org.apache.sis.math
Fields in org.apache.sis.math declared as WeakHashSetModifier and TypeFieldDescriptionprivate static final WeakHashSet<Fraction>Fraction.POOLPool 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.POOLThe 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.POOLPool 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.poolWeak 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.poolWeak 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.poolThe 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.POOLA 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.poolWeak 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.POOLThe pool of other nil reasons created up to date.