public class SUF2Coordinate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SUF2Coordinate.Tag |
| Constructor and Description |
|---|
SUF2Coordinate(double x,
double y) |
SUF2Coordinate(double x,
double y,
SUF2Coordinate.Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTag() |
boolean |
equals(Object o) |
SUF2Coordinate.Tag |
getTag() |
double |
getX() |
double |
getY() |
int |
hashCode() |
boolean |
hasTag() |
void |
setTag(SUF2Coordinate.Tag tag) |
Point2D.Double |
toPoint2D() |
String |
toString() |
public SUF2Coordinate(double x,
double y)
public SUF2Coordinate(double x,
double y,
SUF2Coordinate.Tag tag)
public void deleteTag()
public SUF2Coordinate.Tag getTag()
public boolean hasTag()
public void setTag(SUF2Coordinate.Tag tag)
public double getX()
public double getY()
public Point2D.Double toPoint2D()
Copyright © 2018 B3Partners B.V.. All rights reserved.