Class TaggedCoordinate

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable<org.locationtech.jts.geom.Coordinate>

    public class TaggedCoordinate
    extends org.locationtech.jts.geom.Coordinate
    A Coordinate associated with another Coordinate.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.locationtech.jts.geom.Coordinate

        org.locationtech.jts.geom.Coordinate.DimensionalComparator
    • Field Summary

      • Fields inherited from class org.locationtech.jts.geom.Coordinate

        M, NULL_ORDINATE, x, X, y, Y, z, Z
    • Constructor Summary

      Constructors 
      Constructor Description
      TaggedCoordinate​(org.locationtech.jts.geom.Coordinate c, org.locationtech.jts.geom.Coordinate tag)
      Creates a TaggedCoordinate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Coordinate getTag()
      Returns the tag.
      • Methods inherited from class org.locationtech.jts.geom.Coordinate

        clone, compareTo, copy, create, distance, distance3D, equalInZ, equals, equals2D, equals2D, equals3D, getM, getOrdinate, getX, getY, getZ, hashCode, hashCode, isValid, setCoordinate, setM, setOrdinate, setX, setY, setZ, toString
    • Constructor Detail

      • TaggedCoordinate

        public TaggedCoordinate​(org.locationtech.jts.geom.Coordinate c,
                                org.locationtech.jts.geom.Coordinate tag)
        Creates a TaggedCoordinate
        Parameters:
        c - the coordinates of this TaggedCoordinate
        tag - the associated Coordinate
    • Method Detail

      • getTag

        public org.locationtech.jts.geom.Coordinate getTag()
        Returns the tag.
        Returns:
        this coordinate's associated coordinate