Fesapi 2.10.1.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
LocalTime3dCrs.h
1/*-----------------------------------------------------------------------
2Licensed to the Apache Software Foundation (ASF) under one
3or more contributor license agreements. See the NOTICE file
4distributed with this work for additional information
5regarding copyright ownership. The ASF licenses this file
6to you under the Apache License, Version 2.0 (the
7"License"; you may not use this file except in compliance
8with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing,
13software distributed under the License is distributed on an
14"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15KIND, either express or implied. See the License for the
16specific language governing permissions and limitations
17under the License.
18-----------------------------------------------------------------------*/
19#pragma once
20
21#include "../eml2/AbstractLocal3dCrs.h"
22
23namespace RESQML2_0_1_NS
24{
26 class LocalTime3dCrs final : public EML2_NS::AbstractLocal3dCrs
27 {
28 private:
29
45 void init(COMMON_NS::DataObjectRepository* repo, const std::string& guid, const std::string& title,
46 double originOrdinal1, double originOrdinal2, double originOrdinal3,
47 double arealRotation,
48 gsoap_resqml2_0_1::eml20__LengthUom projectedUom,
49 gsoap_resqml2_0_1::eml20__TimeUom timeUom,
50 gsoap_resqml2_0_1::eml20__LengthUom verticalUom, bool isUpOriented);
51
57 double getZOffset() const { return .0; }
58
59 public:
60
68 DLL_IMPORT_OR_EXPORT LocalTime3dCrs(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : EML2_NS::AbstractLocal3dCrs(partialObject) {}
69
94 LocalTime3dCrs(COMMON_NS::DataObjectRepository* repo, const std::string& guid, const std::string& title,
95 double originOrdinal1, double originOrdinal2, double originOrdinal3,
96 double arealRotation,
97 gsoap_resqml2_0_1::eml20__LengthUom projectedUom, uint64_t projectedEpsgCode,
98 gsoap_resqml2_0_1::eml20__TimeUom timeUom,
99 gsoap_resqml2_0_1::eml20__LengthUom verticalUom, unsigned int verticalEpsgCode, bool isUpOriented);
100
127 LocalTime3dCrs(COMMON_NS::DataObjectRepository* repo, const std::string& guid, const std::string& title,
128 double originOrdinal1, double originOrdinal2, double originOrdinal3,
129 double arealRotation,
130 gsoap_resqml2_0_1::eml20__LengthUom projectedUom, const std::string& projectedUnknownReason,
131 gsoap_resqml2_0_1::eml20__TimeUom timeUom,
132 gsoap_resqml2_0_1::eml20__LengthUom verticalUom, const std::string& verticalUnknownReason, bool isUpOriented);
133
160 LocalTime3dCrs(COMMON_NS::DataObjectRepository* repo, const std::string& guid, const std::string& title,
161 double originOrdinal1, double originOrdinal2, double originOrdinal3,
162 double arealRotation,
163 gsoap_resqml2_0_1::eml20__LengthUom projectedUom, uint64_t projectedEpsgCode,
164 gsoap_resqml2_0_1::eml20__TimeUom timeUom,
165 gsoap_resqml2_0_1::eml20__LengthUom verticalUom, const std::string& verticalUnknownReason, bool isUpOriented);
166
193 LocalTime3dCrs(COMMON_NS::DataObjectRepository* repo, const std::string& guid, const std::string& title,
194 double originOrdinal1, double originOrdinal2, double originOrdinal3,
195 double arealRotation,
196 gsoap_resqml2_0_1::eml20__LengthUom projectedUom, const std::string& projectedUnknownReason,
197 gsoap_resqml2_0_1::eml20__TimeUom timeUom,
198 gsoap_resqml2_0_1::eml20__LengthUom verticalUom, unsigned int verticalEpsgCode, bool isUpOriented);
199
205 LocalTime3dCrs(gsoap_resqml2_0_1::_resqml20__LocalTime3dCrs* fromGsoap) : EML2_NS::AbstractLocal3dCrs(fromGsoap) {}
206
208 ~LocalTime3dCrs() = default;
209
210 DLL_IMPORT_OR_EXPORT bool isATimeCrs() const final { return true; }
211
212 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::eml20__TimeUom getTimeUom() const final;
213
217 DLL_IMPORT_OR_EXPORT static constexpr char const* XML_NS = "resqml20";
218
222 DLL_IMPORT_OR_EXPORT std::string getXmlNamespace() const final { return XML_NS; }
223
225 DLL_IMPORT_OR_EXPORT static constexpr char const* XML_TAG = "LocalTime3dCrs";
226
227 DLL_IMPORT_OR_EXPORT virtual std::string getXmlTag() const final { return XML_TAG; }
228
231 };
232}
Definition LocalTime3dCrs.h:27
LocalTime3dCrs(gsoap_resqml2_0_1::_resqml20__LocalTime3dCrs *fromGsoap)
Definition LocalTime3dCrs.h:205
gsoap_resqml2_0_1::eml20__TimeUom getTimeUom() const final
void loadTargetRelationships() final
Definition LocalTime3dCrs.h:230
virtual std::string getXmlTag() const final
Definition LocalTime3dCrs.h:227
LocalTime3dCrs(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition LocalTime3dCrs.h:68
LocalTime3dCrs(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, double originOrdinal1, double originOrdinal2, double originOrdinal3, double arealRotation, gsoap_resqml2_0_1::eml20__LengthUom projectedUom, uint64_t projectedEpsgCode, gsoap_resqml2_0_1::eml20__TimeUom timeUom, gsoap_resqml2_0_1::eml20__LengthUom verticalUom, unsigned int verticalEpsgCode, bool isUpOriented)
Creates a local depth 3d CRS which is fully identified by means of EPSG code.
bool isATimeCrs() const final
Definition LocalTime3dCrs.h:210
LocalTime3dCrs(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, double originOrdinal1, double originOrdinal2, double originOrdinal3, double arealRotation, gsoap_resqml2_0_1::eml20__LengthUom projectedUom, uint64_t projectedEpsgCode, gsoap_resqml2_0_1::eml20__TimeUom timeUom, gsoap_resqml2_0_1::eml20__LengthUom verticalUom, const std::string &verticalUnknownReason, bool isUpOriented)
Creates a local depth 3d CRS which is identified by an EPSG code for its projected part and which is ...
LocalTime3dCrs(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, double originOrdinal1, double originOrdinal2, double originOrdinal3, double arealRotation, gsoap_resqml2_0_1::eml20__LengthUom projectedUom, const std::string &projectedUnknownReason, gsoap_resqml2_0_1::eml20__TimeUom timeUom, gsoap_resqml2_0_1::eml20__LengthUom verticalUom, const std::string &verticalUnknownReason, bool isUpOriented)
LocalTime3dCrs(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, double originOrdinal1, double originOrdinal2, double originOrdinal3, double arealRotation, gsoap_resqml2_0_1::eml20__LengthUom projectedUom, const std::string &projectedUnknownReason, gsoap_resqml2_0_1::eml20__TimeUom timeUom, gsoap_resqml2_0_1::eml20__LengthUom verticalUom, unsigned int verticalEpsgCode, bool isUpOriented)
Creates a local depth 3d CRS which unkown for its projected part and which is identified by an EPSG c...