Class TaggedCoordinate
java.lang.Object
org.locationtech.jts.geom.Coordinate
com.vividsolutions.jump.warp.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:
-
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
ConstructorsConstructorDescriptionTaggedCoordinate(org.locationtech.jts.geom.Coordinate c, org.locationtech.jts.geom.Coordinate tag) Creates a TaggedCoordinate -
Method Summary
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 Details
-
TaggedCoordinate
public TaggedCoordinate(org.locationtech.jts.geom.Coordinate c, org.locationtech.jts.geom.Coordinate tag) Creates a TaggedCoordinate- Parameters:
c- the coordinates of this TaggedCoordinatetag- the associated Coordinate
-
-
Method Details
-
getTag
public org.locationtech.jts.geom.Coordinate getTag()Returns the tag.- Returns:
- this coordinate's associated coordinate
-