public class LocalizationType extends Object
Java class for LocalizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Event" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="SpeciesId" type="{http://tethys.sdsu.edu/schema/1.0}SpeciesIDType" minOccurs="0"/>
<element name="References" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeReferenceEnsembleUnit" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TimeReferenceChannel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="Reference" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="EventRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<choice>
<sequence>
<choice>
<element name="WGS84">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}WGS84CoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}WGS84CoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UTM">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}UTMCoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}UTMCoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Cartesian">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}CartesianCoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}CartesianCoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Bearing">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}BearingType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}BearingType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Angular">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}AngularCoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}AngularCoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Cylindrical">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}CylindricalCoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}CylindricalCoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="Range_m" type="{http://tethys.sdsu.edu/schema/1.0}DistanceType" minOccurs="0"/>
<element name="RangeError" type="{http://tethys.sdsu.edu/schema/1.0}DistanceType" minOccurs="0"/>
<element name="PerpendicularRange_m" type="{http://tethys.sdsu.edu/schema/1.0}DistanceType" minOccurs="0"/>
<element name="PerpendicularRangeError" type="{http://tethys.sdsu.edu/schema/1.0}DistanceType" minOccurs="0"/>
</sequence>
<element name="Track">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeStamps" type="{http://tethys.sdsu.edu/schema/1.0}TimestampListType"/>
<choice>
<element name="WGS84" type="{http://tethys.sdsu.edu/schema/1.0}WGS84TrackType"/>
<element name="UTM" type="{http://tethys.sdsu.edu/schema/1.0}UTMTrackType"/>
<element name="Cartesian" type="{http://tethys.sdsu.edu/schema/1.0}CartesianTrackType"/>
<element name="Angular" type="{http://tethys.sdsu.edu/schema/1.0}AngularTrackType"/>
<element name="Cylindrical" type="{http://tethys.sdsu.edu/schema/1.0}CylindricalTrackType"/>
</choice>
<element name="Range_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
<element name="RangeError" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
<element name="PerpendicularRange_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
<element name="PerpendicularError" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="InstrumentTelemetry" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat" minOccurs="0"/>
<element name="Bearing_DegN" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg">
<attribute name="north" default="magnetic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="magnetic"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="Speed_kn" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Pitch_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="-90"/>
<maxExclusive value="90"/>
</restriction>
</simpleType>
</element>
<element name="Roll_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="GroundElevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TargetMotionAnalysis" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UserDefined" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="QualityAssurance" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="unverified"/>
<enumeration value="valid"/>
<enumeration value="invalid"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalizationType.Angular
Java class for anonymous complex type.
|
static class |
LocalizationType.Bearing
Java class for anonymous complex type.
|
static class |
LocalizationType.Cartesian
Java class for anonymous complex type.
|
static class |
LocalizationType.Cylindrical
Java class for anonymous complex type.
|
static class |
LocalizationType.InstrumentTelemetry
Java class for anonymous complex type.
|
static class |
LocalizationType.Parameters
Java class for anonymous complex type.
|
static class |
LocalizationType.References
Java class for anonymous complex type.
|
static class |
LocalizationType.Track
Java class for anonymous complex type.
|
static class |
LocalizationType.UTM
Java class for anonymous complex type.
|
static class |
LocalizationType.WGS84
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalizationType.Angular |
angular |
protected LocalizationType.Bearing |
bearing |
protected LocalizationType.Cartesian |
cartesian |
protected LocalizationType.Cylindrical |
cylindrical |
protected String |
event |
protected LocalizationType.InstrumentTelemetry |
instrumentTelemetry |
protected LocalizationType.Parameters |
parameters |
protected Double |
perpendicularRangeError |
protected Double |
perpendicularRangeM |
protected String |
qualityAssurance |
protected Double |
rangeError |
protected Double |
rangeM |
protected LocalizationType.References |
references |
protected SpeciesIDType |
speciesId |
protected XMLGregorianCalendar |
timeStamp |
protected LocalizationType.Track |
track |
protected LocalizationType.UTM |
utm |
protected LocalizationType.WGS84 |
wgs84 |
| Constructor and Description |
|---|
LocalizationType() |
| Modifier and Type | Method and Description |
|---|---|
LocalizationType.Angular |
getAngular()
Gets the value of the angular property.
|
LocalizationType.Bearing |
getBearing()
Gets the value of the bearing property.
|
LocalizationType.Cartesian |
getCartesian()
Gets the value of the cartesian property.
|
LocalizationType.Cylindrical |
getCylindrical()
Gets the value of the cylindrical property.
|
String |
getEvent()
Gets the value of the event property.
|
LocalizationType.InstrumentTelemetry |
getInstrumentTelemetry()
Gets the value of the instrumentTelemetry property.
|
LocalizationType.Parameters |
getParameters()
Gets the value of the parameters property.
|
Double |
getPerpendicularRangeError()
Gets the value of the perpendicularRangeError property.
|
Double |
getPerpendicularRangeM()
Gets the value of the perpendicularRangeM property.
|
String |
getQualityAssurance()
Gets the value of the qualityAssurance property.
|
Double |
getRangeError()
Gets the value of the rangeError property.
|
Double |
getRangeM()
Gets the value of the rangeM property.
|
LocalizationType.References |
getReferences()
Gets the value of the references property.
|
SpeciesIDType |
getSpeciesId()
Gets the value of the speciesId property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
LocalizationType.Track |
getTrack()
Gets the value of the track property.
|
LocalizationType.UTM |
getUTM()
Gets the value of the utm property.
|
LocalizationType.WGS84 |
getWGS84()
Gets the value of the wgs84 property.
|
void |
setAngular(LocalizationType.Angular value)
Sets the value of the angular property.
|
void |
setBearing(LocalizationType.Bearing value)
Sets the value of the bearing property.
|
void |
setCartesian(LocalizationType.Cartesian value)
Sets the value of the cartesian property.
|
void |
setCylindrical(LocalizationType.Cylindrical value)
Sets the value of the cylindrical property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
void |
setInstrumentTelemetry(LocalizationType.InstrumentTelemetry value)
Sets the value of the instrumentTelemetry property.
|
void |
setParameters(LocalizationType.Parameters value)
Sets the value of the parameters property.
|
void |
setPerpendicularRangeError(Double value)
Sets the value of the perpendicularRangeError property.
|
void |
setPerpendicularRangeM(Double value)
Sets the value of the perpendicularRangeM property.
|
void |
setQualityAssurance(String value)
Sets the value of the qualityAssurance property.
|
void |
setRangeError(Double value)
Sets the value of the rangeError property.
|
void |
setRangeM(Double value)
Sets the value of the rangeM property.
|
void |
setReferences(LocalizationType.References value)
Sets the value of the references property.
|
void |
setSpeciesId(SpeciesIDType value)
Sets the value of the speciesId property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
void |
setTrack(LocalizationType.Track value)
Sets the value of the track property.
|
void |
setUTM(LocalizationType.UTM value)
Sets the value of the utm property.
|
void |
setWGS84(LocalizationType.WGS84 value)
Sets the value of the wgs84 property.
|
protected String event
protected XMLGregorianCalendar timeStamp
protected SpeciesIDType speciesId
protected LocalizationType.References references
protected LocalizationType.WGS84 wgs84
protected LocalizationType.UTM utm
protected LocalizationType.Cartesian cartesian
protected LocalizationType.Bearing bearing
protected LocalizationType.Angular angular
protected LocalizationType.Cylindrical cylindrical
protected Double rangeM
protected Double rangeError
protected Double perpendicularRangeM
protected Double perpendicularRangeError
protected LocalizationType.Track track
protected LocalizationType.InstrumentTelemetry instrumentTelemetry
protected LocalizationType.Parameters parameters
protected String qualityAssurance
public String getEvent()
Stringpublic void setEvent(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SpeciesIDType getSpeciesId()
SpeciesIDTypepublic void setSpeciesId(SpeciesIDType value)
value - allowed object is
SpeciesIDTypepublic LocalizationType.References getReferences()
LocalizationType.Referencespublic void setReferences(LocalizationType.References value)
value - allowed object is
LocalizationType.Referencespublic LocalizationType.WGS84 getWGS84()
LocalizationType.WGS84public void setWGS84(LocalizationType.WGS84 value)
value - allowed object is
LocalizationType.WGS84public LocalizationType.UTM getUTM()
LocalizationType.UTMpublic void setUTM(LocalizationType.UTM value)
value - allowed object is
LocalizationType.UTMpublic LocalizationType.Cartesian getCartesian()
LocalizationType.Cartesianpublic void setCartesian(LocalizationType.Cartesian value)
value - allowed object is
LocalizationType.Cartesianpublic LocalizationType.Bearing getBearing()
LocalizationType.Bearingpublic void setBearing(LocalizationType.Bearing value)
value - allowed object is
LocalizationType.Bearingpublic LocalizationType.Angular getAngular()
LocalizationType.Angularpublic void setAngular(LocalizationType.Angular value)
value - allowed object is
LocalizationType.Angularpublic LocalizationType.Cylindrical getCylindrical()
LocalizationType.Cylindricalpublic void setCylindrical(LocalizationType.Cylindrical value)
value - allowed object is
LocalizationType.Cylindricalpublic Double getRangeM()
Doublepublic void setRangeM(Double value)
value - allowed object is
Doublepublic Double getRangeError()
Doublepublic void setRangeError(Double value)
value - allowed object is
Doublepublic Double getPerpendicularRangeM()
Doublepublic void setPerpendicularRangeM(Double value)
value - allowed object is
Doublepublic Double getPerpendicularRangeError()
Doublepublic void setPerpendicularRangeError(Double value)
value - allowed object is
Doublepublic LocalizationType.Track getTrack()
LocalizationType.Trackpublic void setTrack(LocalizationType.Track value)
value - allowed object is
LocalizationType.Trackpublic LocalizationType.InstrumentTelemetry getInstrumentTelemetry()
LocalizationType.InstrumentTelemetrypublic void setInstrumentTelemetry(LocalizationType.InstrumentTelemetry value)
value - allowed object is
LocalizationType.InstrumentTelemetrypublic LocalizationType.Parameters getParameters()
LocalizationType.Parameterspublic void setParameters(LocalizationType.Parameters value)
value - allowed object is
LocalizationType.Parameterspublic String getQualityAssurance()
StringCopyright © 2024 Tethys. All rights reserved.