Uses of Class
org.deegree_impl.model.pt.MismatchedDimensionException

Packages that use MismatchedDimensionException
org.deegree_impl.model.pt   
 

Uses of MismatchedDimensionException in org.deegree_impl.model.pt
 

Methods in org.deegree_impl.model.pt that throw MismatchedDimensionException
(package private)  void Envelope.ensureDimensionMatch(int expectedDimension)
          Convenience method for checking the envelope's dimension validity.
 void Envelope.add(CoordinatePoint point)
          Adds a point to this envelope.
 void Envelope.add(Envelope envelope)
          Adds an envelope object to this envelope.
 boolean Envelope.contains(CoordinatePoint point)
          Tests if a specified coordinate is inside the boundary of this envelope.
 Envelope Envelope.createIntersection(Envelope envelope)
          Returns a new envelope representing the intersection of this Envelope with the specified Envelope.
(package private)  void CoordinatePoint.ensureDimensionMatch(int expectedDimension)
          Convenience method for checking the point's dimension validity.
 

Constructors in org.deegree_impl.model.pt that throw MismatchedDimensionException
Envelope(double[] minCP, double[] maxCP)
          Construct a envelope defined by two positions.
Envelope(CoordinatePoint minCP, CoordinatePoint maxCP)
          Construct a envelope defined by two positions.