Class EarthObservationEquipmentType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    EarthObservationEquipmentType, EarthObservationEquipmentType, EarthObservationEquipmentType, EarthObservationEquipmentType

    public class EarthObservationEquipmentType
    extends AbstractFeatureType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for EarthObservationEquipmentType complex type.

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

     <complexType name="EarthObservationEquipmentType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
           <sequence>
             <element name="platform" type="{http://www.opengis.net/eop/2.0}PlatformPropertyType" minOccurs="0"/>
             <element name="instrument" type="{http://www.opengis.net/eop/2.0}InstrumentPropertyType" minOccurs="0"/>
             <element name="sensor" type="{http://www.opengis.net/eop/2.0}SensorPropertyType" minOccurs="0"/>
             <element name="acquisitionParameters" type="{http://www.opengis.net/eop/2.0}AcquisitionPropertyType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>