Interface Site

All Superinterfaces:
Component

public interface Site extends Component
A site may include a definition of the single geographic reference point for this site (global position using Longitude, Latitude and Elevation) for the project. This definition is given for informational purposes only; it is not intended to provide an absolute placement in relation to the real world. 9.12.8 onwards Site interface extends Component interface.
Since:
9.10.3
  • Method Details

    • getName

      String getName()
      Returns the name of this site. 9.12.8 onwards this method overrides the same method in Component interface and returns the same result as Component.getName() .
      Specified by:
      getName in interface Component
      Returns:
      the name of this site.
      Since:
      9.10.3
    • getElevation

      double getElevation()
      Returns the site elevation relative to sea level.
      Returns:
      the site elevation relative to sea level
      Since:
      9.10.3
    • getLatitude

      Returns the site latitude at reference point. Defined as GeographicCoordinate.Angle containing degrees, minutes, and seconds. Returns empty if it doesnt exist.
      Returns:
      the site latitude at reference point. Defined as GeographicCoordinate.Angle containing degrees, minutes, and seconds
      Since:
      9.10.3
    • getLongitude

      Returns the site longitude at reference point. Defined as GeographicCoordinate.Angle containing degrees, minutes, and seconds. Returns empty if it doesnt exist.
      Returns:
      the site longitude at reference point. Defined as GeographicCoordinate.Angle containing degrees, minutes, and seconds
      Since:
      9.10.3