Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class GeographicLocation



  • public class GeographicLocation
    extends ColladaElement

    The geographic location. Specifies the location of the asset using the WGS84 coordinate system.

    • Constructor Detail

      • GeographicLocation

        public GeographicLocation()
    • Method Detail

      • getLongitude

        public final float getLongitude()

        Gets or sets the longitude.

      • setLongitude

        public final void setLongitude(float value)

        Gets or sets the longitude.

      • getLatitude

        public final float getLatitude()

        Gets or sets the latitude.

      • setLatitude

        public final void setLatitude(float value)

        Gets or sets the latitude.

      • getAltitude

        public final Altitude getAltitude()

        Gets or sets the altitude. Altitude is always given in meters. If the mode is "absolute", then the value is interpreted as meters from mean sea level. If the mode is "relativeToGround" then the value is interpreted as meters above the actual ground elevation at that particular location.

      • setAltitude

        public final void setAltitude(Altitude value)

        Gets or sets the altitude. Altitude is always given in meters. If the mode is "absolute", then the value is interpreted as meters from mean sea level. If the mode is "relativeToGround" then the value is interpreted as meters above the actual ground elevation at that particular location.