Class InsufficientConstraintGeometryException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientConstraintGeometryException
    extends RuntimeException
    Defines an exception to be thrown in cases where the set of constraints is insufficient to bootstrap a non-bootstrapped) instance of an Incremental TIN. This situation arises when no vertices have been previously added to the TIN or when the previously registered vertices were inadequate to bootstrap the tin. Typically, an incomplete geometry rises when all vertices lie exactly on or very close to a single line or single point. Because the vertices are insufficient to define a planar coordinate system, they are insufficient to construct a Delaunay triangulation.
    See Also:
    Serialized Form
    • Constructor Detail

      • InsufficientConstraintGeometryException

        public InsufficientConstraintGeometryException()
        Creates an exception with the default message string