/usr/include/kml/dom/geometry.h is in libkml-dev 1.3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 | // Copyright 2008, Google Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
// 3. Neither the name of Google Inc. nor the names of its contributors may be
// used to endorse or promote products derived from this software without
// specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// This file contains the declarations for the abstract Geometry element
// and concrete coordinates, Point, LineString, LinearRing, Polygon,
// outerBoundaryIs, and innerBoundaryIs elements.
// In addition to classes for the abstract and concrete elements in the
// KML standard there are internal convenience classes used here to hold
// common code. Each such class is named *GeometryCommon and follows
// this general pattern: constructor is protected, implements set,get,has,clear
// for the field it owns, and parses that field (implements AddElement).
// Each concrete element owns serialization of all fields for itself as per
// the order the KML standard. The KML standard does not specify the common
// simple elements in an order that maps well to a type hierarchy hence
// the more typical pattern of abstract types serializing their own
// fields is not followed here.
//
// Here is a quick summary of the type hierarchy used and what fields
// are associated with each type:
//
// class Geometry : public Object
// AbstractGeometryGroup in the KML standard. No child elements.
// class AltitudeGeometryCommon : public Geometry
// Geometry with <altitudeMode>
// class ExtrudeGeometryCommon : public AltitudeGeometryCommon
// Geometry with <altitudeMode> + <extrude>
// class CoordinatesGeometryCommon : public ExtrudeGeometryCommon
// Geometry with <altitudeMode> + <extrude> + <coordinates>
// class Point : public CoordinatesGeometryCommon
// <Point> has <altitudeMode> + <extrude> + <coordinates>
// class LineCommon : public CoordinatesGeometryCommon
// LineCommon has <altitudeMode> + <extrude> + <coordinates> + <tessellate>
// class LineString : public LineCommon
// <LineString> is an instantiation of LineCommon
// class LinearRing : public LineCommon
// <LinearRing> is an instantiation of LineCommon
// class BoundaryCommon : public Element
// BoundaryCommon has <LinearRing>
// class OuterBoundaryIs : public BoundaryCommon
// <outerBoundaryIs> is an instantiation of BoundaryCommon
// class InnerBoundaryIs : public BoundaryCommon
// <innerBoundaryIs> is an instantiation of BoundaryCommon
// class Polygon : public ExtrudeGeometryCommon
// <Polygon> has <altitudeMode> + <extrude> + <tessellate> +
// <outerBoundaryIs> and N x <innerBoundaryIs>
// class MultiGeometry : public Geometry
// Note: class Model : public AltitudeGeometryCommon
#ifndef KML_DOM_GEOMETRY_H__
#define KML_DOM_GEOMETRY_H__
#include <vector>
#include "kml/base/util.h"
#include "kml/base/vec3.h"
#include "kml/dom/extendeddata.h"
#include "kml/dom/kml22.h"
#include "kml/dom/kml_ptr.h"
#include "kml/dom/link.h" // Remove when model.h is repaired.
#include "kml/dom/object.h"
namespace kmldom {
class Serializer;
class Visitor;
class VisitorDriver;
// <coordinates>
class Coordinates : public BasicElement<Type_coordinates> {
public:
virtual ~Coordinates();
// The main KML-specific API
void add_latlngalt(double latitude, double longitude, double altitude) {
coordinates_array_.push_back(kmlbase::Vec3(longitude, latitude, altitude));
}
void add_latlng(double latitude, double longitude) {
coordinates_array_.push_back(kmlbase::Vec3(longitude, latitude));
}
void add_vec3(const kmlbase::Vec3& vec3) {
coordinates_array_.push_back(vec3);
}
size_t get_coordinates_array_size() const {
return coordinates_array_.size();
}
const kmlbase::Vec3 get_coordinates_array_at(size_t index) const {
return coordinates_array_[index];
}
// Internal methods used in parser. Public for unittest purposes.
// See .cc for more details.
void Parse(const string& char_data);
static bool ParseVec3(const char* coords, char** nextp, kmlbase::Vec3* vec);
// This clears the internal coordinates array.
void Clear() {
coordinates_array_.clear();
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Coordinates();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
std::vector<kmlbase::Vec3> coordinates_array_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Coordinates);
};
// OGC KML 2.2 Standard: 10.1 kml:AbstractGeometryGroup
// OGC KML 2.2 XSD: <element name="AbstractGeometryGroup"...
class Geometry : public Object {
public:
virtual ~Geometry();
virtual KmlDomType Type() const { return Type_Geometry; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Geometry || Object::IsA(type);
}
protected:
// Geometry is abstract.
Geometry();
private:
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Geometry);
};
// Internal convenience class for any Geometry with <altitudeMode>.
// This is not in the KML standard, hence there is no type info.
class AltitudeGeometryCommon : public Geometry {
public:
virtual ~AltitudeGeometryCommon();
protected:
AltitudeGeometryCommon();
public:
// <altitudeMode>
int get_altitudemode() const { return altitudemode_; }
bool has_altitudemode() const { return has_altitudemode_; }
void set_altitudemode(int value) {
altitudemode_ = value;
has_altitudemode_ = true;
}
void clear_altitudemode() {
altitudemode_ = ALTITUDEMODE_CLAMPTOGROUND;
has_altitudemode_ = false;
}
// <gx:altitudeMode>
int get_gx_altitudemode() const { return gx_altitudemode_; }
bool has_gx_altitudemode() const { return has_gx_altitudemode_; }
void set_gx_altitudemode(int value) {
gx_altitudemode_ = value;
has_gx_altitudemode_ = true;
}
void clear_gx_altitudemode() {
gx_altitudemode_ = GX_ALTITUDEMODE_CLAMPTOSEAFLOOR;
has_gx_altitudemode_ = false;
}
virtual void AddElement(const ElementPtr& element);
private:
int altitudemode_;
bool has_altitudemode_;
int gx_altitudemode_;
bool has_gx_altitudemode_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(AltitudeGeometryCommon);
};
// Internal convenience class for any Geometry with <altitudeMode> + <extrude>
// This is not in the KML standard, hence there is no type info.
class ExtrudeGeometryCommon : public AltitudeGeometryCommon {
public:
virtual ~ExtrudeGeometryCommon();
// <extrude>
bool get_extrude() const { return extrude_; }
bool has_extrude() const { return has_extrude_; }
void set_extrude(bool value) {
extrude_ = value;
has_extrude_ = true;
}
void clear_extrude() {
extrude_ = false;
has_extrude_ = false;
}
protected:
ExtrudeGeometryCommon();
virtual void AddElement(const ElementPtr& element);
private:
bool extrude_;
bool has_extrude_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(ExtrudeGeometryCommon);
};
// Internal convenience class for any Geometry with
// <altitudeMode> + <extrude> + <coordinates>.
// This is not in the KML standard, hence there is no type info.
class CoordinatesGeometryCommon : public ExtrudeGeometryCommon {
public:
virtual ~CoordinatesGeometryCommon();
public:
// <coordinates>
const CoordinatesPtr& get_coordinates() const { return coordinates_; }
bool has_coordinates() const { return coordinates_ != NULL; }
void set_coordinates(const CoordinatesPtr& coordinates) {
SetComplexChild(coordinates, &coordinates_);
}
void clear_coordinates() {
set_coordinates(NULL);
}
// Visitor API methods, see visitor.h.
virtual void AcceptChildren(VisitorDriver* driver);
protected:
CoordinatesGeometryCommon();
// Parser support
virtual void AddElement(const ElementPtr& element);
private:
CoordinatesPtr coordinates_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(CoordinatesGeometryCommon);
};
// <Point>
class Point : public CoordinatesGeometryCommon {
public:
virtual ~Point();
virtual KmlDomType Type() const { return Type_Point; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Point || Geometry::IsA(type);
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Point();
friend class Serializer;
void Serialize(Serializer& serializer) const;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Point);
};
// Internal convenience class for code common to LineString and LinearRing.
// This is not in the KML standard, hence there is no type info.
class LineCommon : public CoordinatesGeometryCommon {
public:
virtual ~LineCommon();
public:
// <tessellate>
bool get_tessellate() const { return tessellate_; }
bool has_tessellate() const { return has_tessellate_; }
void set_tessellate(bool value) {
tessellate_ = value;
has_tessellate_ = true;
}
void clear_tessellate() {
tessellate_ = false;
has_tessellate_ = false;
}
protected:
LineCommon();
// Parser support
virtual void AddElement(const ElementPtr& element);
private:
friend class Serializer;
void Serialize(Serializer& serializer) const;
bool tessellate_;
bool has_tessellate_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(LineCommon);
};
// <LineString>
class LineString : public LineCommon {
public:
virtual ~LineString();
virtual KmlDomType Type() const { return Type_LineString; }
virtual bool IsA(KmlDomType type) const {
return type == Type_LineString || Geometry::IsA(type);
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
LineString();
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(LineString);
};
// <LinearRing>
class LinearRing : public LineCommon {
public:
virtual ~LinearRing();
virtual KmlDomType Type() const { return Type_LinearRing; }
virtual bool IsA(KmlDomType type) const {
return type == Type_LinearRing || Geometry::IsA(type);
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
LinearRing();
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(LinearRing);
};
// Internal class for code common to OuterBoundaryIs and InnerBoundaryIs.
// This is not in the KML standard, hence there is no type info.
class BoundaryCommon : public Element {
public:
virtual ~BoundaryCommon();
public:
const LinearRingPtr& get_linearring() const { return linearring_; }
bool has_linearring() const { return linearring_ != NULL; }
void set_linearring(const LinearRingPtr& linearring) {
SetComplexChild(linearring, &linearring_);
}
void clear_linearring() {
set_linearring(NULL);
}
// Parser support
virtual void AddElement(const ElementPtr& element);
// Visitor API methods, see visitor.h.
virtual void AcceptChildren(VisitorDriver* driver);
protected:
BoundaryCommon();
virtual void Serialize(Serializer& serializer) const;
private:
LinearRingPtr linearring_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(BoundaryCommon);
};
// <outerBoundaryIs>
class OuterBoundaryIs : public BoundaryCommon {
public:
virtual ~OuterBoundaryIs();
virtual KmlDomType Type() const { return Type_outerBoundaryIs; }
virtual bool IsA(KmlDomType type) const {
return type == Type_outerBoundaryIs;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
OuterBoundaryIs();
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(OuterBoundaryIs);
};
// <innerBoundaryIs>
class InnerBoundaryIs : public BoundaryCommon {
public:
virtual ~InnerBoundaryIs();
virtual KmlDomType Type() const { return Type_innerBoundaryIs; }
virtual bool IsA(KmlDomType type) const {
return type == Type_innerBoundaryIs;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
InnerBoundaryIs();
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(InnerBoundaryIs);
};
// <Polygon>
class Polygon : public ExtrudeGeometryCommon {
public:
virtual ~Polygon();
virtual KmlDomType Type() const { return Type_Polygon; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Polygon || Geometry::IsA(type);
}
// <tessellate>
bool get_tessellate() const { return tessellate_; }
bool has_tessellate() const { return has_tessellate_; }
void set_tessellate(bool value) {
tessellate_ = value;
has_tessellate_ = true;
}
void clear_tessellate() {
tessellate_ = false;
has_tessellate_ = false;
}
// <outerBoundaryIs>
const OuterBoundaryIsPtr& get_outerboundaryis() const {
return outerboundaryis_;
}
bool has_outerboundaryis() const { return outerboundaryis_ != NULL; }
void set_outerboundaryis(const OuterBoundaryIsPtr& outerboundaryis) {
SetComplexChild(outerboundaryis, &outerboundaryis_);
}
void clear_outerboundaryis() {
set_outerboundaryis(NULL);
}
// <innerBoundaryIs>
void add_innerboundaryis(const InnerBoundaryIsPtr& innerboundaryis) {
AddComplexChild(innerboundaryis, &innerboundaryis_array_);
}
size_t get_innerboundaryis_array_size() const {
return innerboundaryis_array_.size();
}
const InnerBoundaryIsPtr& get_innerboundaryis_array_at(size_t index) {
return innerboundaryis_array_[index];
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
private:
friend class KmlFactory;
Polygon();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
bool tessellate_;
bool has_tessellate_;
OuterBoundaryIsPtr outerboundaryis_;
std::vector<InnerBoundaryIsPtr> innerboundaryis_array_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Polygon);
};
// <MultiGeometry>
class MultiGeometry : public Geometry {
public:
virtual ~MultiGeometry();
virtual KmlDomType Type() const { return Type_MultiGeometry; }
virtual bool IsA(KmlDomType type) const {
return type == Type_MultiGeometry || Geometry::IsA(type);
}
// The main KML-specific API
void add_geometry(const GeometryPtr& geometry);
size_t get_geometry_array_size() const {
return geometry_array_.size();
}
const GeometryPtr& get_geometry_array_at(size_t index) const {
return geometry_array_[index];
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
private:
friend class KmlFactory;
MultiGeometry();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
std::vector<GeometryPtr> geometry_array_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(MultiGeometry);
};
// <gx:Track>
class GxTrack : public AltitudeGeometryCommon {
public:
virtual ~GxTrack();
static KmlDomType ElementType() { return Type_GxTrack; }
virtual KmlDomType Type() const { return ElementType(); }
virtual bool IsA(KmlDomType type) const {
return type == ElementType() || Geometry::IsA(type);
}
// <when>
size_t get_when_array_size() {
return when_array_.size();
}
void add_when(const string& when) {
when_array_.push_back(when);
}
const string& get_when_array_at(size_t index) const {
return when_array_[index];
}
// <gx:coord>
size_t get_gx_coord_array_size() {
return gx_coord_array_.size();
}
void add_gx_coord(const kmlbase::Vec3& gx_coord) {
gx_coord_array_.push_back(gx_coord);
}
const kmlbase::Vec3& get_gx_coord_array_at(size_t index) const {
return gx_coord_array_[index];
}
// <gx:angles>
size_t get_gx_angles_array_size() {
return gx_angles_array_.size();
}
void add_gx_angles(const kmlbase::Vec3& gx_angles) {
gx_angles_array_.push_back(gx_angles);
}
const kmlbase::Vec3& get_gx_angles_array_at(size_t index) const {
return gx_angles_array_[index];
}
// <Model>
const ModelPtr& get_model() const { return model_; }
void set_model(const ModelPtr& model) {
SetComplexChild(model, &model_);
}
bool has_model() const { return model_ != NULL; }
void clear_model() { set_model(NULL); }
// <ExtendedData>
const ExtendedDataPtr& get_extendeddata() const { return extendeddata_; }
bool has_extendeddata() const { return extendeddata_ != NULL; }
void set_extendeddata(const ExtendedDataPtr& extendeddata) {
SetComplexChild(extendeddata, &extendeddata_);
}
void clear_extendeddata() {
set_extendeddata(NULL);
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
// Internal methods used in parser. Public for unittest purposes.
// See .cc for more details.
void Parse(const string& char_data, std::vector<kmlbase::Vec3>* out);
private:
friend class KmlFactory;
GxTrack();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
std::vector<string> when_array_;
std::vector<kmlbase::Vec3> gx_coord_array_;
std::vector<kmlbase::Vec3> gx_angles_array_;
ModelPtr model_;
ExtendedDataPtr extendeddata_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxTrack);
};
// <gx:MultiTrack>
class GxMultiTrack : public Geometry {
public:
virtual ~GxMultiTrack();
static KmlDomType ElementType() { return Type_GxMultiTrack; }
virtual KmlDomType Type() const { return ElementType(); }
virtual bool IsA(KmlDomType type) const {
return type == ElementType() || Geometry::IsA(type);
}
bool get_gx_interpolate() const { return gx_interpolate_; }
bool has_gx_interpolate() const { return has_gx_interpolate_; }
void set_gx_interpolate(bool value) {
gx_interpolate_ = value;
has_gx_interpolate_ = true;
}
void clear_gx_interpolate() {
gx_interpolate_ = false; // Default <gx:interpolate> is false.
has_gx_interpolate_ = false;
}
void add_gx_track(const GxTrackPtr& gx_track);
size_t get_gx_track_array_size() const {
return gx_track_array_.size();
}
const GxTrackPtr& get_gx_track_array_at(size_t index) const {
return gx_track_array_[index];
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
private:
friend class KmlFactory;
GxMultiTrack();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
bool gx_interpolate_;
bool has_gx_interpolate_;
std::vector<GxTrackPtr> gx_track_array_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxMultiTrack);
};
// HACK: the rest of this file contains what was in, and what should return to,
// kml/dom/model.h. GxTrack was added to this file, which has a <Model>. Since
// Model is defined in its own file, this double inclusion, coupled with the
// inline implementation of most methods in the headers, caused the builds of
// other dependent projects to break. The correct solution is to ensure that
// the headers are pure and all implementation is in the .cc files.
// <Location>
class Location : public Object {
public:
virtual ~Location();
virtual KmlDomType Type() const { return Type_Location; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Location || Object::IsA(type);
}
// <longitude>
double get_longitude() const {
return longitude_;
}
bool has_longitude() const {
return has_longitude_;
}
void set_longitude(double longitude) {
longitude_ = longitude;
has_longitude_ = true;
}
void clear_longitude() {
longitude_ = 0.0;
has_longitude_ = false;
}
// <latitude>
double get_latitude() const {
return latitude_;
}
bool has_latitude() const {
return has_latitude_;
}
void set_latitude(double latitude) {
latitude_ = latitude;
has_latitude_ = true;
}
void clear_latitude() {
latitude_ = 0.0;
has_latitude_ = false;
}
// <altitude>
double get_altitude() const {
return altitude_;
}
bool has_altitude() const {
return has_altitude_;
}
void set_altitude(double altitude) {
altitude_ = altitude;
has_altitude_ = true;
}
void clear_altitude() {
altitude_ = 0.0;
has_altitude_ = false;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Location();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
double longitude_;
bool has_longitude_;
double latitude_;
bool has_latitude_;
double altitude_;
bool has_altitude_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Location);
};
// <Orientation>
class Orientation : public Object {
public:
virtual ~Orientation();
virtual KmlDomType Type() const { return Type_Orientation; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Orientation || Object::IsA(type);
}
// <heading>
double get_heading() const {
return heading_;
}
bool has_heading() const {
return has_heading_;
}
void set_heading(double heading) {
heading_ = heading;
has_heading_ = true;
}
void clear_heading() {
heading_ = 0.0;
has_heading_ = false;
}
// <tilt>
double get_tilt() const {
return tilt_;
}
bool has_tilt() const {
return has_tilt_;
}
void set_tilt(double tilt) {
tilt_ = tilt;
has_tilt_ = true;
}
void clear_tilt() {
tilt_ = 0.0;
has_tilt_ = false;
}
// <roll>
double get_roll() const {
return roll_;
}
bool has_roll() const {
return has_roll_;
}
void set_roll(double roll) {
roll_ = roll;
has_roll_ = true;
}
void clear_roll() {
roll_ = 0.0;
has_roll_ = false;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Orientation();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
double heading_;
bool has_heading_;
double tilt_;
bool has_tilt_;
double roll_;
bool has_roll_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Orientation);
};
// <Scale>
class Scale : public Object {
public:
virtual ~Scale();
virtual KmlDomType Type() const { return Type_Scale; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Scale || Object::IsA(type);
}
// <x>
double get_x() const {
return x_;
}
bool has_x() const {
return has_x_;
}
void set_x(double x) {
x_ = x;
has_x_ = true;
}
void clear_x() {
x_ = 1.0;
has_x_ = false;
}
// <y>
double get_y() const {
return y_;
}
bool has_y() const {
return has_y_;
}
void set_y(double y) {
y_ = y;
has_y_ = true;
}
void clear_y() {
y_ = 1.0;
has_y_ = false;
}
// <z>
double get_z() const {
return z_;
}
bool has_z() const {
return has_z_;
}
void set_z(double z) {
z_ = z;
has_z_ = true;
}
void clear_z() {
z_ = 1.0;
has_z_ = false;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Scale();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
double x_;
bool has_x_;
double y_;
bool has_y_;
double z_;
bool has_z_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Scale);
};
// <Alias>
class Alias : public Object {
public:
virtual ~Alias();
virtual KmlDomType Type() const { return Type_Alias; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Alias || Object::IsA(type);
}
// <targetHref>
const string& get_targethref() const {
return targethref_;
}
bool has_targethref() const {
return has_targethref_;
}
void set_targethref(const string& targethref) {
targethref_ = targethref;
has_targethref_ = true;
}
void clear_targethref() {
targethref_.clear();
has_targethref_ = false;
}
// <sourceHref>
const string& get_sourcehref() const {
return sourcehref_;
}
bool has_sourcehref() const {
return has_sourcehref_;
}
void set_sourcehref(const string& sourcehref) {
sourcehref_ = sourcehref;
has_sourcehref_ = true;
}
void clear_sourcehref() {
sourcehref_.clear();
has_sourcehref_ = false;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
private:
friend class KmlFactory;
Alias();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
string targethref_;
bool has_targethref_;
string sourcehref_;
bool has_sourcehref_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Alias);
};
// <ResourceMap>
class ResourceMap : public Object {
public:
virtual ~ResourceMap();
virtual KmlDomType Type() const { return Type_ResourceMap; }
virtual bool IsA(KmlDomType type) const {
return type == Type_ResourceMap || Object::IsA(type);
}
void add_alias(const AliasPtr& alias);
size_t get_alias_array_size() const {
return alias_array_.size();
}
const AliasPtr& get_alias_array_at(size_t index) const {
return alias_array_[index];
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
private:
friend class KmlFactory;
ResourceMap();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
std::vector<AliasPtr> alias_array_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(ResourceMap);
};
// <Model>
class Model : public AltitudeGeometryCommon {
public:
virtual ~Model();
virtual KmlDomType Type() const { return Type_Model; }
virtual bool IsA(KmlDomType type) const {
return type == Type_Model || Geometry::IsA(type);
}
// <Location>
const LocationPtr& get_location() const { return location_; }
bool has_location() const { return location_ != NULL; }
void set_location(const LocationPtr& location) {
SetComplexChild(location, &location_);
}
void clear_location() {
set_location(NULL);
}
// <Orientation>
const OrientationPtr& get_orientation() const { return orientation_; }
bool has_orientation() const { return orientation_ != NULL; }
void set_orientation(const OrientationPtr& orientation) {
SetComplexChild(orientation, &orientation_);
}
void clear_orientation() {
set_orientation(NULL);
}
// <Scale>
const ScalePtr& get_scale() const { return scale_; }
bool has_scale() const { return scale_ != NULL; }
void set_scale(const ScalePtr& scale) {
SetComplexChild(scale, &scale_);
}
void clear_scale() {
set_scale(NULL);
}
// <Link>
const LinkPtr& get_link() const { return link_; }
bool has_link() const { return link_ != NULL; }
void set_link(const LinkPtr& link) {
SetComplexChild(link, &link_);
}
void clear_link() {
set_link(NULL);
}
// <ResourceMap>
const ResourceMapPtr& get_resourcemap() const { return resourcemap_; }
bool has_resourcemap() const { return resourcemap_ != NULL; }
void set_resourcemap(const ResourceMapPtr& resourcemap) {
SetComplexChild(resourcemap, &resourcemap_);
}
void clear_resourcemap() {
resourcemap_ = NULL;
}
// Visitor API methods, see visitor.h.
virtual void Accept(Visitor* visitor);
virtual void AcceptChildren(VisitorDriver* driver);
private:
friend class KmlFactory;
Model();
friend class KmlHandler;
virtual void AddElement(const ElementPtr& element);
friend class Serializer;
virtual void Serialize(Serializer& serializer) const;
LocationPtr location_;
OrientationPtr orientation_;
ScalePtr scale_;
LinkPtr link_;
ResourceMapPtr resourcemap_;
LIBKML_DISALLOW_EVIL_CONSTRUCTORS(Model);
};
} // namespace kmldom
#endif // KML_DOM_GEOMETRY_H__
|