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