Package org.locationtech.jts.jump.warp
Class TaggedCoordinate
- java.lang.Object
-
- org.locationtech.jts.geom.Coordinate
-
- org.locationtech.jts.jump.warp.TaggedCoordinate
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<org.locationtech.jts.geom.Coordinate>
public class TaggedCoordinate extends org.locationtech.jts.geom.CoordinateA Coordinate associated with another Coordinate.- See Also:
- Serialized Form
-
-
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.CoordinategetTag()Returns the tag.
-