Uses of Annotation Interface
org.apache.sis.util.ArgumentCheckByAssertion
Packages that use ArgumentCheckByAssertion
Package
Description
A coverage backed by a regular grid.
Basic geometric objects (envelopes and direct positions).
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Base classes for reference systems used for general positioning.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ArgumentCheckByAssertion in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with annotations of type ArgumentCheckByAssertionModifier and TypeMethodDescriptionDimensionalityReduction.apply
(DirectPosition source) Returns a coordinate tuple on which dimensionality reduction has been applied. -
Uses of ArgumentCheckByAssertion in org.apache.sis.geometry
Methods in org.apache.sis.geometry with annotations of type ArgumentCheckByAssertionModifier and TypeMethodDescriptionvoid
GeneralEnvelope.add
(DirectPosition position) Adds a point to this envelope.void
Adds an envelope object to this envelope.boolean
AbstractEnvelope.contains
(DirectPosition position) Tests if a specified coordinate is inside the boundary of this envelope.boolean
Returnstrue
if this envelope completely encloses the specified envelope.boolean
Returnstrue
if this envelope completely encloses the specified envelope.void
Sets this envelope to the intersection of this envelope with the specified one.boolean
AbstractEnvelope.intersects
(Envelope envelope) Returnstrue
if this envelope intersects the specified envelope.boolean
AbstractEnvelope.intersects
(Envelope envelope, boolean touch) Returnstrue
if this envelope intersects or (optionally) touches the specified envelope. -
Uses of ArgumentCheckByAssertion in org.apache.sis.measure
Constructors in org.apache.sis.measure with annotations of type ArgumentCheckByAssertion -
Uses of ArgumentCheckByAssertion in org.apache.sis.referencing
Constructors in org.apache.sis.referencing with annotations of type ArgumentCheckByAssertion -
Uses of ArgumentCheckByAssertion in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with annotations of type ArgumentCheckByAssertion