public class CartesianTrackType extends Object
Java class for CartesianTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CartesianTrackType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Coordinates">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="X_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
                   <element name="Y_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
                   <element name="Z_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="CoordinateError">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="X_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
                   <element name="Y_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
                   <element name="Z_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="CoordinateBounds">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="NorthWest">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="X_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                             <element name="Y_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="SouthEast">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="X_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                             <element name="Y_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="Elevations" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="MinElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                             <element name="MaxElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
| static class  | CartesianTrackType.CoordinateBoundsJava class for anonymous complex type. | 
| static class  | CartesianTrackType.CoordinateErrorJava class for anonymous complex type. | 
| static class  | CartesianTrackType.CoordinatesJava class for anonymous complex type. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CartesianTrackType.CoordinateBounds | coordinateBounds | 
| protected CartesianTrackType.CoordinateError | coordinateError | 
| protected CartesianTrackType.Coordinates | coordinates | 
| Constructor and Description | 
|---|
| CartesianTrackType() | 
| Modifier and Type | Method and Description | 
|---|---|
| CartesianTrackType.CoordinateBounds | getCoordinateBounds()Gets the value of the coordinateBounds property. | 
| CartesianTrackType.CoordinateError | getCoordinateError()Gets the value of the coordinateError property. | 
| CartesianTrackType.Coordinates | getCoordinates()Gets the value of the coordinates property. | 
| void | setCoordinateBounds(CartesianTrackType.CoordinateBounds value)Sets the value of the coordinateBounds property. | 
| void | setCoordinateError(CartesianTrackType.CoordinateError value)Sets the value of the coordinateError property. | 
| void | setCoordinates(CartesianTrackType.Coordinates value)Sets the value of the coordinates property. | 
protected CartesianTrackType.Coordinates coordinates
protected CartesianTrackType.CoordinateError coordinateError
protected CartesianTrackType.CoordinateBounds coordinateBounds
public CartesianTrackType.Coordinates getCoordinates()
CartesianTrackType.Coordinatespublic void setCoordinates(CartesianTrackType.Coordinates value)
value - allowed object is
     CartesianTrackType.Coordinatespublic CartesianTrackType.CoordinateError getCoordinateError()
CartesianTrackType.CoordinateErrorpublic void setCoordinateError(CartesianTrackType.CoordinateError value)
value - allowed object is
     CartesianTrackType.CoordinateErrorpublic CartesianTrackType.CoordinateBounds getCoordinateBounds()
CartesianTrackType.CoordinateBoundspublic void setCoordinateBounds(CartesianTrackType.CoordinateBounds value)
value - allowed object is
     CartesianTrackType.CoordinateBoundsCopyright © 2024 Tethys. All rights reserved.