2012-01-06 08:55:05 -06:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
2012-01-19 11:53:12 -06:00
|
|
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
|
|
|
|
|
|
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
2012-01-06 08:55:05 -06:00
|
|
|
This_software_product_contains_export-restricted_data_whose
|
|
|
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
|
|
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
|
|
|
an_export_license_or_other_authorization.
|
|
|
|
|
2012-01-19 11:53:12 -06:00
|
|
|
Contractor_Name:________Raytheon_Company
|
|
|
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
|
|
|
________________________Mail_Stop_B8
|
|
|
|
________________________Omaha,_NE_68106
|
|
|
|
________________________402.291.0100
|
|
|
|
|
2012-01-06 08:55:05 -06:00
|
|
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
|
|
|
further_licensing_information.
|
|
|
|
-->
|
|
|
|
<!DOCTYPE hibernate-mapping PUBLIC
|
|
|
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
|
|
|
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
|
|
|
|
|
|
|
|
<hibernate-mapping default-lazy="true">
|
|
|
|
<!--
|
|
|
|
Created by the Middlegen Hibernate plugin 2.1
|
|
|
|
|
|
|
|
http://boss.bekk.no/boss/middlegen/
|
|
|
|
http://www.hibernate.org/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<class
|
|
|
|
name="com.raytheon.edex.db.objects.ihfs.Dpaadapt"
|
|
|
|
table="dpaadapt"
|
|
|
|
>
|
|
|
|
|
|
|
|
<composite-id>
|
|
|
|
<key-property
|
|
|
|
name="obstime"
|
|
|
|
column="obstime"
|
|
|
|
type="java.sql.Timestamp"
|
|
|
|
length="29"
|
|
|
|
/>
|
|
|
|
<!-- bi-directional many-to-one association to Radarloc -->
|
|
|
|
<key-many-to-one
|
|
|
|
name="radarloc"
|
|
|
|
class="com.raytheon.edex.db.objects.ihfs.Radarloc"
|
|
|
|
>
|
|
|
|
<column name="radid" />
|
|
|
|
</key-many-to-one>
|
|
|
|
</composite-id>
|
|
|
|
|
|
|
|
<property
|
|
|
|
name="minReflth"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_reflth"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxReflth"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_reflth"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="refTltest"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="ref_tltest"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngTltin"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_tltin"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngTltout"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_tltout"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxBirng"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_birng"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minBirng"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_birng"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minEchoar"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_echoar"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minAwrefl"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_awrefl"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxPctred"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_pctred"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="mltZrcoef"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="mlt_zrcoef"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="pwrZrcoef"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="pwr_zrcoef"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minZrefl"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_zrefl"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxZrefl"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_zrefl"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="beamWidth"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="beam_width"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="blockageThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="blockage_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="clutterThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="clutter_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="weightThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="weight_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="hybridScanThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="hybrid_scan_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="lowReflectThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="low_reflect_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="detectReflectThr"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="detect_reflect_thr"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="detectAreaThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="detect_area_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="detectTimeThresh"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="detect_time_thresh"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="exclusionZones"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="exclusion_zones"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxStmspd"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_stmspd"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxTimdif"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_timdif"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minArtcon"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_artcon"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="timP1cont"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="tim_p1cont"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="timP2cont"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="tim_p2cont"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxEcarch"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_ecarch"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngCutoff"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_cutoff"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngE1coef"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_e1coef"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngE2coef"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_e2coef"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="rngE3coef"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="rng_e3coef"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minPrate"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_prate"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxPrate"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_prate"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="timRestrt"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="tim_restrt"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxTimint"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_timint"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="minTimprd"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="min_timprd"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="thrHlyout"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="thr_hlyout"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="endTimgag"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="end_timgag"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxPrdval"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_prdval"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="maxHlyval"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="max_hlyval"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="timBiest"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="tim_biest"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="thrNosets"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="thr_nosets"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="resBias"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="res_bias"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="longestLag"
|
|
|
|
type="java.lang.Float"
|
|
|
|
column="longest_lag"
|
|
|
|
length="8"
|
|
|
|
/>
|
|
|
|
<property
|
|
|
|
name="biasApplied"
|
|
|
|
type="java.lang.String"
|
|
|
|
column="bias_applied"
|
|
|
|
length="1"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<!-- Associations -->
|
|
|
|
|
|
|
|
|
|
|
|
</class>
|
|
|
|
</hibernate-mapping>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
-->
|
|
|
|
|