public interface Site
Modifier and Type | Method and Description |
---|---|
double |
getElevation()
Returns the site elevation relative to sea level.
|
Optional<GeographicCoordinate.Angle> |
getLatitude()
Returns the site latitude at reference point.
|
Optional<GeographicCoordinate.Angle> |
getLongitude()
Returns the site longitude at reference point.
|
String |
getName()
Returns the name of this site.
|
String getName()
double getElevation()
Optional<GeographicCoordinate.Angle> getLatitude()
Optional<GeographicCoordinate.Angle> getLongitude()
Copyright © 2019 Solibri, Inc.. All rights reserved.