net.opengis.omeo.sar.v_2_0
Class AcquisitionType

java.lang.Object
  extended by net.opengis.omeo.eop.v_2_0.AcquisitionType
      extended by net.opengis.omeo.sar.v_2_0.AcquisitionType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AcquisitionType

public class AcquisitionType
extends AcquisitionType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for AcquisitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AcquisitionType">
   <complexContent>
     <extension base="{http://www.opengis.net/eop/2.0}AcquisitionType">
       <sequence>
         <element name="polarisationMode" type="{http://www.opengis.net/sar/2.0}PolarisationModeValueType" minOccurs="0"/>
         <element name="polarisationChannels" type="{http://www.opengis.net/sar/2.0}PolarisationChannelsValueType" minOccurs="0"/>
         <element name="antennaLookDirection" type="{http://www.opengis.net/sar/2.0}AntennaLookDirectionValueType" minOccurs="0"/>
         <element name="minimumIncidenceAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="maximumIncidenceAngle" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="incidenceAngleVariation" type="{http://www.opengis.net/gml/3.2}AngleType" minOccurs="0"/>
         <element name="dopplerFrequency" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String antennaLookDirection
           
protected  MeasureType dopplerFrequency
           
protected  AngleType incidenceAngleVariation
           
protected  AngleType maximumIncidenceAngle
           
protected  AngleType minimumIncidenceAngle
           
protected  String polarisationChannels
           
protected  String polarisationMode
           
 
Fields inherited from class net.opengis.omeo.eop.v_2_0.AcquisitionType
acrossTrackIncidenceAngle, alongTrackIncidenceAngle, ascendingNodeDate, ascendingNodeLongitude, completionTimeFromAscendingNode, illuminationAzimuthAngle, illuminationElevationAngle, illuminationZenithAngle, incidenceAngle, instrumentAzimuthAngle, instrumentElevationAngle, instrumentZenithAngle, lastOrbitNumber, orbitDirection, orbitDuration, orbitNumber, pitch, roll, startTimeFromAscendingNode, wrsLatitudeGrid, wrsLongitudeGrid, yaw
 
Constructor Summary
AcquisitionType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 String getAntennaLookDirection()
          Gets the value of the antennaLookDirection property.
 MeasureType getDopplerFrequency()
          Gets the value of the dopplerFrequency property.
 AngleType getIncidenceAngleVariation()
          Gets the value of the incidenceAngleVariation property.
 AngleType getMaximumIncidenceAngle()
          Gets the value of the maximumIncidenceAngle property.
 AngleType getMinimumIncidenceAngle()
          Gets the value of the minimumIncidenceAngle property.
 String getPolarisationChannels()
          Gets the value of the polarisationChannels property.
 String getPolarisationMode()
          Gets the value of the polarisationMode property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAntennaLookDirection()
           
 boolean isSetDopplerFrequency()
           
 boolean isSetIncidenceAngleVariation()
           
 boolean isSetMaximumIncidenceAngle()
           
 boolean isSetMinimumIncidenceAngle()
           
 boolean isSetPolarisationChannels()
           
 boolean isSetPolarisationMode()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAntennaLookDirection(String value)
          Sets the value of the antennaLookDirection property.
 void setDopplerFrequency(MeasureType value)
          Sets the value of the dopplerFrequency property.
 void setIncidenceAngleVariation(AngleType value)
          Sets the value of the incidenceAngleVariation property.
 void setMaximumIncidenceAngle(AngleType value)
          Sets the value of the maximumIncidenceAngle property.
 void setMinimumIncidenceAngle(AngleType value)
          Sets the value of the minimumIncidenceAngle property.
 void setPolarisationChannels(String value)
          Sets the value of the polarisationChannels property.
 void setPolarisationMode(String value)
          Sets the value of the polarisationMode property.
 String toString()
           
 AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)
           
 AcquisitionType withAlongTrackIncidenceAngle(AngleType value)
           
 AcquisitionType withAntennaLookDirection(String value)
           
 AcquisitionType withAscendingNodeDate(XMLGregorianCalendar value)
           
 AcquisitionType withAscendingNodeLongitude(MeasureType value)
           
 AcquisitionType withCompletionTimeFromAscendingNode(MeasureType value)
           
 AcquisitionType withDopplerFrequency(MeasureType value)
           
 AcquisitionType withIlluminationAzimuthAngle(AngleType value)
           
 AcquisitionType withIlluminationElevationAngle(AngleType value)
           
 AcquisitionType withIlluminationZenithAngle(AngleType value)
           
 AcquisitionType withIncidenceAngle(AngleType value)
           
 AcquisitionType withIncidenceAngleVariation(AngleType value)
           
 AcquisitionType withInstrumentAzimuthAngle(AngleType value)
           
 AcquisitionType withInstrumentElevationAngle(AngleType value)
           
 AcquisitionType withInstrumentZenithAngle(AngleType value)
           
 AcquisitionType withLastOrbitNumber(BigInteger value)
           
 AcquisitionType withMaximumIncidenceAngle(AngleType value)
           
 AcquisitionType withMinimumIncidenceAngle(AngleType value)
           
 AcquisitionType withOrbitDirection(OrbitDirectionValueType value)
           
 AcquisitionType withOrbitDuration(MeasureType value)
           
 AcquisitionType withOrbitNumber(BigInteger value)
           
 AcquisitionType withPitch(AngleType value)
           
 AcquisitionType withPolarisationChannels(String value)
           
 AcquisitionType withPolarisationMode(String value)
           
 AcquisitionType withRoll(AngleType value)
           
 AcquisitionType withStartTimeFromAscendingNode(MeasureType value)
           
 AcquisitionType withWrsLatitudeGrid(CodeWithAuthorityType value)
           
 AcquisitionType withWrsLongitudeGrid(CodeWithAuthorityType value)
           
 AcquisitionType withYaw(AngleType value)
           
 
Methods inherited from class net.opengis.omeo.eop.v_2_0.AcquisitionType
getAcrossTrackIncidenceAngle, getAlongTrackIncidenceAngle, getAscendingNodeDate, getAscendingNodeLongitude, getCompletionTimeFromAscendingNode, getIlluminationAzimuthAngle, getIlluminationElevationAngle, getIlluminationZenithAngle, getIncidenceAngle, getInstrumentAzimuthAngle, getInstrumentElevationAngle, getInstrumentZenithAngle, getLastOrbitNumber, getOrbitDirection, getOrbitDuration, getOrbitNumber, getPitch, getRoll, getStartTimeFromAscendingNode, getWrsLatitudeGrid, getWrsLongitudeGrid, getYaw, isSetAcrossTrackIncidenceAngle, isSetAlongTrackIncidenceAngle, isSetAscendingNodeDate, isSetAscendingNodeLongitude, isSetCompletionTimeFromAscendingNode, isSetIlluminationAzimuthAngle, isSetIlluminationElevationAngle, isSetIlluminationZenithAngle, isSetIncidenceAngle, isSetInstrumentAzimuthAngle, isSetInstrumentElevationAngle, isSetInstrumentZenithAngle, isSetLastOrbitNumber, isSetOrbitDirection, isSetOrbitDuration, isSetOrbitNumber, isSetPitch, isSetRoll, isSetStartTimeFromAscendingNode, isSetWrsLatitudeGrid, isSetWrsLongitudeGrid, isSetYaw, setAcrossTrackIncidenceAngle, setAlongTrackIncidenceAngle, setAscendingNodeDate, setAscendingNodeLongitude, setCompletionTimeFromAscendingNode, setIlluminationAzimuthAngle, setIlluminationElevationAngle, setIlluminationZenithAngle, setIncidenceAngle, setInstrumentAzimuthAngle, setInstrumentElevationAngle, setInstrumentZenithAngle, setLastOrbitNumber, setOrbitDirection, setOrbitDuration, setOrbitNumber, setPitch, setRoll, setStartTimeFromAscendingNode, setWrsLatitudeGrid, setWrsLongitudeGrid, setYaw
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

polarisationMode

protected String polarisationMode

polarisationChannels

protected String polarisationChannels

antennaLookDirection

protected String antennaLookDirection

minimumIncidenceAngle

protected AngleType minimumIncidenceAngle

maximumIncidenceAngle

protected AngleType maximumIncidenceAngle

incidenceAngleVariation

protected AngleType incidenceAngleVariation

dopplerFrequency

protected MeasureType dopplerFrequency
Constructor Detail

AcquisitionType

public AcquisitionType()
Method Detail

getPolarisationMode

public String getPolarisationMode()
Gets the value of the polarisationMode property.

Returns:
possible object is String

setPolarisationMode

public void setPolarisationMode(String value)
Sets the value of the polarisationMode property.

Parameters:
value - allowed object is String

isSetPolarisationMode

public boolean isSetPolarisationMode()

getPolarisationChannels

public String getPolarisationChannels()
Gets the value of the polarisationChannels property.

Returns:
possible object is String

setPolarisationChannels

public void setPolarisationChannels(String value)
Sets the value of the polarisationChannels property.

Parameters:
value - allowed object is String

isSetPolarisationChannels

public boolean isSetPolarisationChannels()

getAntennaLookDirection

public String getAntennaLookDirection()
Gets the value of the antennaLookDirection property.

Returns:
possible object is String

setAntennaLookDirection

public void setAntennaLookDirection(String value)
Sets the value of the antennaLookDirection property.

Parameters:
value - allowed object is String

isSetAntennaLookDirection

public boolean isSetAntennaLookDirection()

getMinimumIncidenceAngle

public AngleType getMinimumIncidenceAngle()
Gets the value of the minimumIncidenceAngle property.

Returns:
possible object is AngleType

setMinimumIncidenceAngle

public void setMinimumIncidenceAngle(AngleType value)
Sets the value of the minimumIncidenceAngle property.

Parameters:
value - allowed object is AngleType

isSetMinimumIncidenceAngle

public boolean isSetMinimumIncidenceAngle()

getMaximumIncidenceAngle

public AngleType getMaximumIncidenceAngle()
Gets the value of the maximumIncidenceAngle property.

Returns:
possible object is AngleType

setMaximumIncidenceAngle

public void setMaximumIncidenceAngle(AngleType value)
Sets the value of the maximumIncidenceAngle property.

Parameters:
value - allowed object is AngleType

isSetMaximumIncidenceAngle

public boolean isSetMaximumIncidenceAngle()

getIncidenceAngleVariation

public AngleType getIncidenceAngleVariation()
Gets the value of the incidenceAngleVariation property.

Returns:
possible object is AngleType

setIncidenceAngleVariation

public void setIncidenceAngleVariation(AngleType value)
Sets the value of the incidenceAngleVariation property.

Parameters:
value - allowed object is AngleType

isSetIncidenceAngleVariation

public boolean isSetIncidenceAngleVariation()

getDopplerFrequency

public MeasureType getDopplerFrequency()
Gets the value of the dopplerFrequency property.

Returns:
possible object is MeasureType

setDopplerFrequency

public void setDopplerFrequency(MeasureType value)
Sets the value of the dopplerFrequency property.

Parameters:
value - allowed object is MeasureType

isSetDopplerFrequency

public boolean isSetDopplerFrequency()

toString

public String toString()
Overrides:
toString in class AcquisitionType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AcquisitionType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AcquisitionType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AcquisitionType

equals

public boolean equals(Object object)
Overrides:
equals in class AcquisitionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AcquisitionType

hashCode

public int hashCode()
Overrides:
hashCode in class AcquisitionType

clone

public Object clone()
Overrides:
clone in class AcquisitionType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AcquisitionType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AcquisitionType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class AcquisitionType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AcquisitionType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AcquisitionType

withPolarisationMode

public AcquisitionType withPolarisationMode(String value)

withPolarisationChannels

public AcquisitionType withPolarisationChannels(String value)

withAntennaLookDirection

public AcquisitionType withAntennaLookDirection(String value)

withMinimumIncidenceAngle

public AcquisitionType withMinimumIncidenceAngle(AngleType value)

withMaximumIncidenceAngle

public AcquisitionType withMaximumIncidenceAngle(AngleType value)

withIncidenceAngleVariation

public AcquisitionType withIncidenceAngleVariation(AngleType value)

withDopplerFrequency

public AcquisitionType withDopplerFrequency(MeasureType value)

withOrbitNumber

public AcquisitionType withOrbitNumber(BigInteger value)
Overrides:
withOrbitNumber in class AcquisitionType

withLastOrbitNumber

public AcquisitionType withLastOrbitNumber(BigInteger value)
Overrides:
withLastOrbitNumber in class AcquisitionType

withOrbitDirection

public AcquisitionType withOrbitDirection(OrbitDirectionValueType value)
Overrides:
withOrbitDirection in class AcquisitionType

withWrsLongitudeGrid

public AcquisitionType withWrsLongitudeGrid(CodeWithAuthorityType value)
Overrides:
withWrsLongitudeGrid in class AcquisitionType

withWrsLatitudeGrid

public AcquisitionType withWrsLatitudeGrid(CodeWithAuthorityType value)
Overrides:
withWrsLatitudeGrid in class AcquisitionType

withAscendingNodeDate

public AcquisitionType withAscendingNodeDate(XMLGregorianCalendar value)
Overrides:
withAscendingNodeDate in class AcquisitionType

withAscendingNodeLongitude

public AcquisitionType withAscendingNodeLongitude(MeasureType value)
Overrides:
withAscendingNodeLongitude in class AcquisitionType

withStartTimeFromAscendingNode

public AcquisitionType withStartTimeFromAscendingNode(MeasureType value)
Overrides:
withStartTimeFromAscendingNode in class AcquisitionType

withCompletionTimeFromAscendingNode

public AcquisitionType withCompletionTimeFromAscendingNode(MeasureType value)
Overrides:
withCompletionTimeFromAscendingNode in class AcquisitionType

withOrbitDuration

public AcquisitionType withOrbitDuration(MeasureType value)
Overrides:
withOrbitDuration in class AcquisitionType

withIlluminationAzimuthAngle

public AcquisitionType withIlluminationAzimuthAngle(AngleType value)
Overrides:
withIlluminationAzimuthAngle in class AcquisitionType

withIlluminationZenithAngle

public AcquisitionType withIlluminationZenithAngle(AngleType value)
Overrides:
withIlluminationZenithAngle in class AcquisitionType

withIlluminationElevationAngle

public AcquisitionType withIlluminationElevationAngle(AngleType value)
Overrides:
withIlluminationElevationAngle in class AcquisitionType

withInstrumentAzimuthAngle

public AcquisitionType withInstrumentAzimuthAngle(AngleType value)
Overrides:
withInstrumentAzimuthAngle in class AcquisitionType

withInstrumentZenithAngle

public AcquisitionType withInstrumentZenithAngle(AngleType value)
Overrides:
withInstrumentZenithAngle in class AcquisitionType

withInstrumentElevationAngle

public AcquisitionType withInstrumentElevationAngle(AngleType value)
Overrides:
withInstrumentElevationAngle in class AcquisitionType

withIncidenceAngle

public AcquisitionType withIncidenceAngle(AngleType value)
Overrides:
withIncidenceAngle in class AcquisitionType

withAcrossTrackIncidenceAngle

public AcquisitionType withAcrossTrackIncidenceAngle(AngleType value)
Overrides:
withAcrossTrackIncidenceAngle in class AcquisitionType

withAlongTrackIncidenceAngle

public AcquisitionType withAlongTrackIncidenceAngle(AngleType value)
Overrides:
withAlongTrackIncidenceAngle in class AcquisitionType

withPitch

public AcquisitionType withPitch(AngleType value)
Overrides:
withPitch in class AcquisitionType

withRoll

public AcquisitionType withRoll(AngleType value)
Overrides:
withRoll in class AcquisitionType

withYaw

public AcquisitionType withYaw(AngleType value)
Overrides:
withYaw in class AcquisitionType


Copyright © 2008-2016. All Rights Reserved.