Difference between revisions of "SYSCLS MAPOVERLAY"
(Created page with "{{ClassificationInfoBox | title = Map Overlay Classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification | purpose = Classify objects as a Map...") |
m |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
| title = Map Overlay Classification | | title = Map Overlay Classification | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
− | | inheritance = | + | | inheritance = SYSCLS_FILEDOCUMENT |
− | | namespace = System.Classification | + | | namespace = System.Classification.Map |
| purpose = Classify objects as a Map Overlay object | | purpose = Classify objects as a Map Overlay object | ||
| version = 2.4.4+ | | version = 2.4.4+ | ||
Line 9: | Line 9: | ||
}} | }} | ||
− | Classifies an object as map overlay. Map Overlays are used to | + | Classifies an object as map overlay. |
+ | |||
+ | Map Overlays (also called "Ground Overlay" in Google Developer Environment) are used to extend the Basemap (Satellite Image, Google Maps). The overlays are images that are tied to latitude/longitude coordinates, so they move when the map is dragged or zoomed. | ||
== MetaProperties == | == MetaProperties == | ||
Line 16: | Line 18: | ||
! width=30% | Name !! width=30% | Data type !! Comment | ! width=30% | Name !! width=30% | Data type !! Comment | ||
|- | |- | ||
− | | | + | | LOCATION_CENTER || {{GeoData}} || Specifies the location of the overlay's center |
|- | |- | ||
− | | | + | | WIDTH_METERS || {{Double}} || Specifies the width of the overlay in meters |
|- | |- | ||
− | | | + | | ROTATION_CLOCKWISE_DEGREES || {{Double}} || Specifies the bearing (rotation) of the overlay in degrees |
+ | |- | ||
+ | | Z_LEVEL || {{Integer}} || Determines the order in which the overlay will be drawn in relation to other overlays. Overlays with a higher z-index are drawn on top of those with lower z-indexes. The order of overlays with the same z-index is arbitrary. | ||
+ | |- | ||
+ | | ''FILETYPE'' || {{String}} || Specifies the file type | ||
|} | |} | ||
+ | {{Category/Version|2.4.4}} | ||
+ | |||
+ | [[Category:Classifications|M]] |
Latest revision as of 16:32, 11 February 2016
Classifies an object as map overlay.
Map Overlays (also called "Ground Overlay" in Google Developer Environment) are used to extend the Basemap (Satellite Image, Google Maps). The overlays are images that are tied to latitude/longitude coordinates, so they move when the map is dragged or zoomed.
MetaProperties
Name | Data type | Comment |
---|---|---|
LOCATION_CENTER | Geographic Coordinate | Specifies the location of the overlay's center |
WIDTH_METERS | Double | Specifies the width of the overlay in meters |
ROTATION_CLOCKWISE_DEGREES | Double | Specifies the bearing (rotation) of the overlay in degrees |
Z_LEVEL | Integer | Determines the order in which the overlay will be drawn in relation to other overlays. Overlays with a higher z-index are drawn on top of those with lower z-indexes. The order of overlays with the same z-index is arbitrary. |
FILETYPE | String | Specifies the file type |