public class PointValuePair extends Object implements Comparable<PointValuePair>
| Constructor and Description |
|---|
PointValuePair(org.locationtech.jts.geom.Point point,
Value<?> value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PointValuePair o) |
boolean |
equals(Object obj) |
org.locationtech.jts.geom.Point |
getPoint()
Get point value pair point
|
Value<?> |
getValue()
Get point value pair value
|
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isSetPoint() |
boolean |
isSetValue() |
void |
setPoint(org.locationtech.jts.geom.Point point)
Set point value pair point
|
void |
setValue(Value<?> value)
Set point value pair value
|
public PointValuePair(org.locationtech.jts.geom.Point point,
Value<?> value)
point - Point value pair pointvalue - Point value pair valuepublic org.locationtech.jts.geom.Point getPoint()
public Value<?> getValue()
public void setPoint(org.locationtech.jts.geom.Point point)
point - Point value pair point to setpublic void setValue(Value<?> value)
value - Point value pair value to setpublic boolean isSetValue()
public boolean isSetPoint()
public boolean isEmpty()
public int compareTo(PointValuePair o)
compareTo in interface Comparable<PointValuePair>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.