Angular Cesium
Demo
Github
Enterprise Support
Search…
Introducation
Getting Started
Installation
CORE CONCEPTS
The Basics
Ac-Layer
Ac-Entities
Arc
Billboard
Box
Circle
Corridor
Cylinder
CZML
Ellipse
Ellipsoid
Label
Model
Point
Polyline
Polyline Volume
Polygon
Rectangle
Wall
Ac-Array
Html
GUIDES
Map Events Handling
Maps Manager Service
Multiple Maps and Maps Sync
Map Imagery Providers
Html Anchoring
Map Context Menu
Camera Control
Camera Keyboard Control
Viewer Configuration
Widgets
Range And Bearing
Zoom To Rectangle
Geometry Drawing Tools
API
API docs
Powered By
GitBook
Rectangle
<ac-rectangle-desc />
This is a rectangle implementation. The element must be a child of
ac-layer
element.
Usage:
1
<
ac-rectangle-desc
props
=
"
{
2
show : rectangle.show, //optional
3
coordinates : rectangle.positions,
4
material : rectangle.color //optional
5
}
"
>
6
</
ac-rectangle-desc
>
Copied!
Description of the props :
All other properties of props are the same as the properties
RectangleGraphics
and the general properties of
Entity
(like
position
).
​
<ac-rectangle />
This is a single rectangle implementation. The element must be a child of
ac-map
element.
Usage:
1
<
ac-rectangle
props
=
"
{
2
coordinates: rectangle.coordinates,
3
material: rectangle.material,
4
height: rectangle.height
5
}
"
>
6
</
ac-rectangle
>
Copied!
Description of the props :
All other properties of props are the same as the properties
RectangleGraphics
and the general properties of
Entity
(like
position
).
Previous
Polygon
Next
Wall
Last modified
2yr ago
Copy link
Contents
<ac-rectangle-desc />
Usage:
<ac-rectangle />
Usage: