Packages

 

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

Classes

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

Class Altitude



  • public class Altitude
    extends ColladaElement

    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.

    • Constructor Detail

      • Altitude

        public Altitude()

        Initializes a new instance of the Altitude class.

    • Method Detail

      • getMode

        public final String getMode()

        Gets or sets the mode.

      • setMode

        public final void setMode(String value)

        Gets or sets the mode.

      • getValue

        public final String getValue()

        Gets or sets the value.

      • setValue

        public final void setValue(String value)

        Gets or sets the value.