#pragma once #using #using #using using namespace System::Security::Permissions; [assembly:SecurityPermissionAttribute(SecurityAction::RequestMinimum, SkipVerification=false)]; // // This source code was auto-generated by xsd, Version=2.0.50727.42. // using namespace System::Xml::Serialization; using namespace System; ref class horizontoplevel; ref class horizongroup; ref class horizon; ref class horizonpick; ref class horizongroupPointmarkers; ref class horizongroupPointmarkersMarker; ref class horizongroupFramedescription; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true, Namespace=L"http://tempuri.org/horizons.xsd"), System::Xml::Serialization::XmlRootAttribute(L"horizon top level", Namespace=L"http://tempuri.org/horizons.xsd", IsNullable=false)] public ref class horizontoplevel { private: cli::array< horizongroup^ >^ groupField; /// public: [System::Xml::Serialization::XmlElementAttribute(L"group")] property cli::array< horizongroup^ >^ group { cli::array< horizongroup^ >^ get(); System::Void set(cli::array< horizongroup^ >^ value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(TypeName=L"horizon group", Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizongroup { private: System::String^ sourcesgyjp2fileField; private: cli::array< horizon^ >^ horizonsField; private: System::String^ groupnameField; private: cli::array< horizongroupPointmarkers^ >^ pointmarkersField; private: cli::array< horizongroupFramedescription^ >^ framedescriptionField; private: System::String^ versionField; /// public: [System::Xml::Serialization::XmlElementAttribute(L"source sgyjp2 file")] property System::String^ sourcesgyjp2file { System::String^ get(); System::Void set(System::String^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"horizons")] property cli::array< horizon^ >^ horizons { cli::array< horizon^ >^ get(); System::Void set(cli::array< horizon^ >^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"group name")] property System::String^ groupname { System::String^ get(); System::Void set(System::String^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"point markers")] property cli::array< horizongroupPointmarkers^ >^ pointmarkers { cli::array< horizongroupPointmarkers^ >^ get(); System::Void set(cli::array< horizongroupPointmarkers^ >^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"frame description")] property cli::array< horizongroupFramedescription^ >^ framedescription { cli::array< horizongroupFramedescription^ >^ get(); System::Void set(cli::array< horizongroupFramedescription^ >^ value); } /// public: property System::String^ version { System::String^ get(); System::Void set(System::String^ value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizon { private: System::String^ horizon_nameField; private: System::String^ descriptionField; private: System::String^ colorField; private: cli::array< horizonpick^ >^ picksField; private: System::DateTime datecreatedField; private: System::Boolean datecreatedFieldSpecified; private: System::DateTime datemodifiedField; private: System::String^ mapperField; /// public: property System::String^ horizon_name { System::String^ get(); System::Void set(System::String^ value); } /// public: property System::String^ description { System::String^ get(); System::Void set(System::String^ value); } /// public: property System::String^ color { System::String^ get(); System::Void set(System::String^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"picks")] property cli::array< horizonpick^ >^ picks { cli::array< horizonpick^ >^ get(); System::Void set(cli::array< horizonpick^ >^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"date created")] property System::DateTime datecreated { System::DateTime get(); System::Void set(System::DateTime value); } /// public: [System::Xml::Serialization::XmlIgnoreAttribute] property System::Boolean datecreatedSpecified { System::Boolean get(); System::Void set(System::Boolean value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"date modified")] property System::DateTime datemodified { System::DateTime get(); System::Void set(System::DateTime value); } /// public: property System::String^ mapper { System::String^ get(); System::Void set(System::String^ value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(TypeName=L"horizon pick", Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizonpick { private: System::Double xField; private: System::Double yField; private: System::Boolean line_breakField; public: horizonpick(); /// public: property System::Double x { System::Double get(); System::Void set(System::Double value); } /// public: property System::Double y { System::Double get(); System::Void set(System::Double value); } /// public: [System::ComponentModel::DefaultValueAttribute(false)] property System::Boolean line_break { System::Boolean get(); System::Void set(System::Boolean value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true, Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizongroupPointmarkers { private: System::Double xtimeField; private: System::Double ytimeField; private: System::Int32 tracenumberField; private: System::String^ commentField; private: horizongroupPointmarkersMarker^ markerField; private: System::Double latField; private: System::Boolean latFieldSpecified; private: System::Double lonField; private: System::Boolean lonFieldSpecified; /// public: [System::Xml::Serialization::XmlElementAttribute(L"x time")] property System::Double xtime { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"y time")] property System::Double ytime { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"trace number")] property System::Int32 tracenumber { System::Int32 get(); System::Void set(System::Int32 value); } /// public: property System::String^ comment { System::String^ get(); System::Void set(System::String^ value); } /// public: property horizongroupPointmarkersMarker^ marker { horizongroupPointmarkersMarker^ get(); System::Void set(horizongroupPointmarkersMarker^ value); } /// public: property System::Double lat { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlIgnoreAttribute] property System::Boolean latSpecified { System::Boolean get(); System::Void set(System::Boolean value); } /// public: property System::Double lon { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlIgnoreAttribute] property System::Boolean lonSpecified { System::Boolean get(); System::Void set(System::Boolean value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true, Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizongroupPointmarkersMarker { private: System::Double sizeField; private: System::Int32 colorField; private: System::String^ typeField; /// public: property System::Double size { System::Double get(); System::Void set(System::Double value); } /// public: property System::Int32 color { System::Int32 get(); System::Void set(System::Int32 value); } /// public: property System::String^ type { System::String^ get(); System::Void set(System::String^ value); } }; /// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"), System::SerializableAttribute, System::Diagnostics::DebuggerStepThroughAttribute, System::ComponentModel::DesignerCategoryAttribute(L"code"), System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true, Namespace=L"http://tempuri.org/horizons.xsd")] public ref class horizongroupFramedescription { private: System::Double xtimeminField; private: System::Double xtimemaxField; private: System::Double ytimeminField; private: System::Double ytimemaxField; private: System::DateTime datecreatedField; private: System::String^ orginalauthorField; private: System::DateTime lastdatemodifiedField; private: System::String^ lastauthorField; private: System::String^ descriptionField; /// public: [System::Xml::Serialization::XmlElementAttribute(L"x time min")] property System::Double xtimemin { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"x time max")] property System::Double xtimemax { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"y time min")] property System::Double ytimemin { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"y time max")] property System::Double ytimemax { System::Double get(); System::Void set(System::Double value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"date created")] property System::DateTime datecreated { System::DateTime get(); System::Void set(System::DateTime value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"orginal author")] property System::String^ orginalauthor { System::String^ get(); System::Void set(System::String^ value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"last date modified")] property System::DateTime lastdatemodified { System::DateTime get(); System::Void set(System::DateTime value); } /// public: [System::Xml::Serialization::XmlElementAttribute(L"last author")] property System::String^ lastauthor { System::String^ get(); System::Void set(System::String^ value); } /// public: property System::String^ description { System::String^ get(); System::Void set(System::String^ value); } }; inline cli::array< horizongroup^ >^ horizontoplevel::group::get() { return this->groupField; } inline System::Void horizontoplevel::group::set(cli::array< horizongroup^ >^ value) { this->groupField = value; } inline System::String^ horizongroup::sourcesgyjp2file::get() { return this->sourcesgyjp2fileField; } inline System::Void horizongroup::sourcesgyjp2file::set(System::String^ value) { this->sourcesgyjp2fileField = value; } inline cli::array< horizon^ >^ horizongroup::horizons::get() { return this->horizonsField; } inline System::Void horizongroup::horizons::set(cli::array< horizon^ >^ value) { this->horizonsField = value; } inline System::String^ horizongroup::groupname::get() { return this->groupnameField; } inline System::Void horizongroup::groupname::set(System::String^ value) { this->groupnameField = value; } inline cli::array< horizongroupPointmarkers^ >^ horizongroup::pointmarkers::get() { return this->pointmarkersField; } inline System::Void horizongroup::pointmarkers::set(cli::array< horizongroupPointmarkers^ >^ value) { this->pointmarkersField = value; } inline cli::array< horizongroupFramedescription^ >^ horizongroup::framedescription::get() { return this->framedescriptionField; } inline System::Void horizongroup::framedescription::set(cli::array< horizongroupFramedescription^ >^ value) { this->framedescriptionField = value; } inline System::String^ horizongroup::version::get() { return this->versionField; } inline System::Void horizongroup::version::set(System::String^ value) { this->versionField = value; } inline System::String^ horizon::horizon_name::get() { return this->horizon_nameField; } inline System::Void horizon::horizon_name::set(System::String^ value) { this->horizon_nameField = value; } inline System::String^ horizon::description::get() { return this->descriptionField; } inline System::Void horizon::description::set(System::String^ value) { this->descriptionField = value; } inline System::String^ horizon::color::get() { return this->colorField; } inline System::Void horizon::color::set(System::String^ value) { this->colorField = value; } inline cli::array< horizonpick^ >^ horizon::picks::get() { return this->picksField; } inline System::Void horizon::picks::set(cli::array< horizonpick^ >^ value) { this->picksField = value; } inline System::DateTime horizon::datecreated::get() { return this->datecreatedField; } inline System::Void horizon::datecreated::set(System::DateTime value) { this->datecreatedField = value; } inline System::Boolean horizon::datecreatedSpecified::get() { return this->datecreatedFieldSpecified; } inline System::Void horizon::datecreatedSpecified::set(System::Boolean value) { this->datecreatedFieldSpecified = value; } inline System::DateTime horizon::datemodified::get() { return this->datemodifiedField; } inline System::Void horizon::datemodified::set(System::DateTime value) { this->datemodifiedField = value; } inline System::String^ horizon::mapper::get() { return this->mapperField; } inline System::Void horizon::mapper::set(System::String^ value) { this->mapperField = value; } inline horizonpick::horizonpick() { this->line_breakField = false; } inline System::Double horizonpick::x::get() { return this->xField; } inline System::Void horizonpick::x::set(System::Double value) { this->xField = value; } inline System::Double horizonpick::y::get() { return this->yField; } inline System::Void horizonpick::y::set(System::Double value) { this->yField = value; } inline System::Boolean horizonpick::line_break::get() { return this->line_breakField; } inline System::Void horizonpick::line_break::set(System::Boolean value) { this->line_breakField = value; } inline System::Double horizongroupPointmarkers::xtime::get() { return this->xtimeField; } inline System::Void horizongroupPointmarkers::xtime::set(System::Double value) { this->xtimeField = value; } inline System::Double horizongroupPointmarkers::ytime::get() { return this->ytimeField; } inline System::Void horizongroupPointmarkers::ytime::set(System::Double value) { this->ytimeField = value; } inline System::Int32 horizongroupPointmarkers::tracenumber::get() { return this->tracenumberField; } inline System::Void horizongroupPointmarkers::tracenumber::set(System::Int32 value) { this->tracenumberField = value; } inline System::String^ horizongroupPointmarkers::comment::get() { return this->commentField; } inline System::Void horizongroupPointmarkers::comment::set(System::String^ value) { this->commentField = value; } inline horizongroupPointmarkersMarker^ horizongroupPointmarkers::marker::get() { return this->markerField; } inline System::Void horizongroupPointmarkers::marker::set(horizongroupPointmarkersMarker^ value) { this->markerField = value; } inline System::Double horizongroupPointmarkers::lat::get() { return this->latField; } inline System::Void horizongroupPointmarkers::lat::set(System::Double value) { this->latField = value; } inline System::Boolean horizongroupPointmarkers::latSpecified::get() { return this->latFieldSpecified; } inline System::Void horizongroupPointmarkers::latSpecified::set(System::Boolean value) { this->latFieldSpecified = value; } inline System::Double horizongroupPointmarkers::lon::get() { return this->lonField; } inline System::Void horizongroupPointmarkers::lon::set(System::Double value) { this->lonField = value; } inline System::Boolean horizongroupPointmarkers::lonSpecified::get() { return this->lonFieldSpecified; } inline System::Void horizongroupPointmarkers::lonSpecified::set(System::Boolean value) { this->lonFieldSpecified = value; } inline System::Double horizongroupPointmarkersMarker::size::get() { return this->sizeField; } inline System::Void horizongroupPointmarkersMarker::size::set(System::Double value) { this->sizeField = value; } inline System::Int32 horizongroupPointmarkersMarker::color::get() { return this->colorField; } inline System::Void horizongroupPointmarkersMarker::color::set(System::Int32 value) { this->colorField = value; } inline System::String^ horizongroupPointmarkersMarker::type::get() { return this->typeField; } inline System::Void horizongroupPointmarkersMarker::type::set(System::String^ value) { this->typeField = value; } inline System::Double horizongroupFramedescription::xtimemin::get() { return this->xtimeminField; } inline System::Void horizongroupFramedescription::xtimemin::set(System::Double value) { this->xtimeminField = value; } inline System::Double horizongroupFramedescription::xtimemax::get() { return this->xtimemaxField; } inline System::Void horizongroupFramedescription::xtimemax::set(System::Double value) { this->xtimemaxField = value; } inline System::Double horizongroupFramedescription::ytimemin::get() { return this->ytimeminField; } inline System::Void horizongroupFramedescription::ytimemin::set(System::Double value) { this->ytimeminField = value; } inline System::Double horizongroupFramedescription::ytimemax::get() { return this->ytimemaxField; } inline System::Void horizongroupFramedescription::ytimemax::set(System::Double value) { this->ytimemaxField = value; } inline System::DateTime horizongroupFramedescription::datecreated::get() { return this->datecreatedField; } inline System::Void horizongroupFramedescription::datecreated::set(System::DateTime value) { this->datecreatedField = value; } inline System::String^ horizongroupFramedescription::orginalauthor::get() { return this->orginalauthorField; } inline System::Void horizongroupFramedescription::orginalauthor::set(System::String^ value) { this->orginalauthorField = value; } inline System::DateTime horizongroupFramedescription::lastdatemodified::get() { return this->lastdatemodifiedField; } inline System::Void horizongroupFramedescription::lastdatemodified::set(System::DateTime value) { this->lastdatemodifiedField = value; } inline System::String^ horizongroupFramedescription::lastauthor::get() { return this->lastauthorField; } inline System::Void horizongroupFramedescription::lastauthor::set(System::String^ value) { this->lastauthorField = value; } inline System::String^ horizongroupFramedescription::description::get() { return this->descriptionField; } inline System::Void horizongroupFramedescription::description::set(System::String^ value) { this->descriptionField = value; }