Package org.locationtech.jts.operation.distance3d


package org.locationtech.jts.operation.distance3d
  • Classes
    Class
    Description
    A CoordinateSequence wrapper which projects 3D coordinates into one of the three Cartesian axis planes, using the standard orthonormal projection (i.e. simply selecting the appropriate ordinates into the XY ordinates).
    Find two points on two 3D Geometrys which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries).
    Models a polygon lying in a plane in 3-dimensional Cartesian space.