Uses of Interface
com.solibri.smc.api.model.GeographicCoordinate.Angle
Package | Description |
---|---|
com.solibri.smc.api.model |
-
Uses of GeographicCoordinate.Angle in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return GeographicCoordinate.Angle Modifier and Type Method Description GeographicCoordinate.Angle
GeographicCoordinate. getLatitude()
Returns the latitude defined as degrees, minutes, and seconds.GeographicCoordinate.Angle
GeographicCoordinate. getLongitude()
Returns the longitude defined as degrees, minutes, and seconds.Methods in com.solibri.smc.api.model that return types with arguments of type GeographicCoordinate.Angle Modifier and Type Method Description Optional<GeographicCoordinate.Angle>
Site. getLatitude()
Returns the site latitude at reference point.Optional<GeographicCoordinate.Angle>
Site. getLongitude()
Returns the site longitude at reference point.