public class EntrancePoint extends Object
| Constructor and Description |
|---|
EntrancePoint() |
EntrancePoint(org.locationtech.jts.geom.Point entrancePoint,
Integer entranceHeight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getEntranceHeight() |
org.locationtech.jts.geom.Point |
getEntrancePoint() |
int |
hashCode() |
void |
setEntranceHeight(Integer entranceHeight) |
void |
setEntrancePoint(org.locationtech.jts.geom.Point entrancePoint) |
String |
toString() |
public EntrancePoint()
public EntrancePoint(org.locationtech.jts.geom.Point entrancePoint,
Integer entranceHeight)
public org.locationtech.jts.geom.Point getEntrancePoint()
public void setEntrancePoint(org.locationtech.jts.geom.Point entrancePoint)
public Integer getEntranceHeight()
public void setEntranceHeight(Integer entranceHeight)
Copyright © 2019. All rights reserved.