Package com.vividsolutions.jump.warp
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:
- 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.Coordinate
getTag()
Returns the tag.
-