Uses of Class
org.apache.sis.geometry.MismatchedReferenceSystemException
-
Packages that use MismatchedReferenceSystemException Package Description org.apache.sis.geometry Basic geometric objects (envelopes and direct positions). -
-
Uses of MismatchedReferenceSystemException in org.apache.sis.geometry
Methods in org.apache.sis.geometry that throw MismatchedReferenceSystemException Modifier and Type Method Description void
AbstractDirectPosition. setLocation(DirectPosition position)
Sets this direct position to the given position.Constructors in org.apache.sis.geometry that throw MismatchedReferenceSystemException Constructor Description Envelope2D(DirectPosition lowerCorner, DirectPosition upperCorner)
Constructs a two-dimensional envelope defined by the specified coordinates.GeneralEnvelope(DirectPosition lowerCorner, DirectPosition upperCorner)
Constructs an envelope defined by two corners given as direct positions.ImmutableEnvelope(DirectPosition lowerCorner, DirectPosition upperCorner)
Constructs an envelope defined by two corners given as direct positions.
-