Главная страница
Навигация по странице:

  • Width in pixels of the original image. Height in pixels of the original image.

  • (required) Contains a element.

  • Boolean value. Specifies whether to fill the polygon.

  • (required)

  • Specified in meters (and is affected by the altitude mode specification).

  • (required) Specifies the longitude of the east edge of the bounding box, in decimal degrees from 0 to ±180. (required)


  • Географическая Карта Моделирования Бизнес процесса. Гео карта Google esrth. Kmlсправочник


    Скачать 7.61 Mb.
    НазваниеKmlсправочник
    АнкорГеографическая Карта Моделирования Бизнес процесса
    Дата29.08.2022
    Размер7.61 Mb.
    Формат файлаdocx
    Имя файлаГео карта Google esrth.docx
    ТипСправочник
    #655453
    страница13 из 18
    1   ...   10   11   12   13   14   15   16   17   18
    in the element to include specifications for which tiles to load.



    Size of the tiles, in pixels. Tiles must be square, and must be a power of 2. A tile size of 256 (the default) or 512 is recommended. The original image is divided into tiles of this size, at varying resolutions.



    Width in pixels of the original image.



    Height in pixels of the original image.



    Specifies where to begin numbering the tiles in each layer of the pyramid. A value of lowerLeft specifies that row 1, column 1 of each layer is in the bottom left corner of the grid.




    The
    element acts as a
    inside a
    element. It draws an icon to mark the position of the PhotoOverlay. The icon drawn is specified by the and fields, just as it is for
    .



    The PhotoOverlay is projected onto the . The can be one of the following:

    rectangle (default) - for an ordinary photo

    cylinder - for panoramas, which can be either partial or full cylinders

    sphere - for spherical panoramas

    Example


    A simple non-pyramidal photo

    High above the ocean



    small-photo.jpg



    default is 0 -->



    1000

    -60

    60

    -45

    45



    fine for a non-pyramidal image -->


    1,1


    -->
    Extends



    Contained By

    1. , or 


    Syntax


    ...

    1

    0

    ...



    ...


    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...

    ...


    ...


    ...


    Description

    A Placemark is a Feature with associated Geometry. In Google Earth, a Placemark appears as a list item in the Places panel. A Placemark with a Point has an icon associated with it that marks a point on the Earth in the 3D viewer. (In the Google Earth 3D viewer, a Point Placemark is the only object you can click or roll over. Other Geometry objects do not have an icon in the 3D viewer. To give the user something to click in the 3D viewer, you would need to create a MultiGeometry object that contains both a Point and the other Geometry object.)

    Elements Specific to Placemark

    1. 0 or one  elements

    Example
    Google Earth - New Placemark

    Some Descriptive text.



    -90.86879847669974

    48.25330383601299

    440.8

    8.3

    2.7




    -90.86948943473118,48.25450093195546,0

    Extends

    1. <Feature>

    Contained By





    See Also




    Syntax


    0

    clampToGround

    ...


    Description

    A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.

    Elements Specific to Point



    Boolean value. Specifies whether to connect the point to the ground with a line. To extrude a Point, the value for must be either relativeToGround, relativeToSeaFloor, or absolute. The point is extruded toward the center of the Earth's sphere.



    Specifies how altitude components in the element are interpreted. Possible values are

    1. clampToGround - (default) Indicates to ignore an altitude specification (for example, in the tag).

    2. relativeToGround - Sets the altitude of the element relative to the actual ground elevation of a particular location. For example, if the ground elevation of a location is exactly at sea level and the altitude for a point is set to 9 meters, then the elevation for the icon of a point placemark elevation is 9 meters with this mode. However, if the same coordinate is set over a location where the ground elevation is 10 meters above sea level, then the elevation of the coordinate is 19 meters. A typical use of this mode is for placing telephone poles or a ski lift.

    3. absolute - Sets the altitude of the coordinate relative to sea level, regardless of the actual elevation of the terrain beneath the element. For example, if you set the altitude of a coordinate to 10 meters with an absolute altitude mode, the icon of a point placemark will appear to be at ground level if the terrain beneath is also 10 meters above sea level. If the terrain is 3 meters above sea level, the placemark will appear elevated above the terrain by 7 meters. A typical use of this mode is for aircraft placement.



    A KML extension in the Google extension namespace, allowing altitudes relative to the sea floor. Values are:

    1. relativeToSeaFloor - Interprets the altitude as a value in meters above the sea floor. If the point is above land rather than sea, the altitude will be interpreted as being above the ground.

    2. clampToSeaFloor - The altitude specification is ignored, and the point will be positioned on the sea floor. If the point is on land rather than at sea, the point will be positioned on the ground.

    (required)

    A single tuple consisting of floating point values for longitude, latitude, and altitude (in that order). Longitude and latitude values are in degrees, where

    1. longitude ≥ −180 and <= 180

    2. latitude ≥ −90 and ≤ 90

    3. altitude values (optional) are in meters above sea level

    Do not include spaces between the three values that describe a coordinate.

    Example


    -90.86948943473118,48.25450093195546


    Extends

    1. <Geometry>

    Contained By







    Syntax


    0

    0

    clampToGround





    ...









    ...






    Description

    A Polygon is defined by an outer boundary and 0 or more inner boundaries. The boundaries, in turn, are defined by LinearRings. When a Polygon is extruded, its boundaries are connected to the ground to form additional polygons, which gives the appearance of a building or a box. Extruded Polygons use 
     for their color, color mode, and fill.

    The for polygons must be specified in counterclockwise order. Polygons follow the "right-hand rule," which states that if you place the fingers of your right hand in the direction in which the coordinates are specified, your thumb points in the general direction of the geometric normal for the polygon. (In 3D graphics, the geometric normal is used for lighting and points away from the front face of the polygon.) Since Google Earth fills only the front face of polygons, you will achieve the desired effect only when the coordinates are specified in the proper order. Otherwise, the polygon will be gray.

    Note: In Google Earth, a Polygon with an of clampToGround follows lines of constant bearing; however, a LinearRing (by itself) with an of clampToGround follows great circle lines.

    Elements Specific to Polygon



    Boolean value. Specifies whether to connect the Polygon to the ground. To extrude a Polygon, the altitude mode must be either relativeToGround, relativeToSeaFloor, or absolute. Only the vertices are extruded, not the geometry itself (for example, a rectangle turns into a box with five faces. The vertices of the Polygon are extruded toward the center of the Earth's sphere.



    This field is not used by Polygon. To allow a Polygon to follow the terrain (that is, to enable tessellation) specify an altitude mode of clampToGround or clampToSeaFloor.



    Specifies how altitude components in the element are interpreted. Possible values are

    1. clampToGround - (default) Indicates to ignore an altitude specification (for example, in the tag).

    2. relativeToGround - Sets the altitude of the element relative to the actual ground elevation of a particular location. For example, if the ground elevation of a location is exactly at sea level and the altitude for a point is set to 9 meters, then the elevation for the icon of a point placemark elevation is 9 meters with this mode. However, if the same coordinate is set over a location where the ground elevation is 10 meters above sea level, then the elevation of the coordinate is 19 meters. A typical use of this mode is for placing telephone poles or a ski lift.

    3. absolute - Sets the altitude of the coordinate relative to sea level, regardless of the actual elevation of the terrain beneath the element. For example, if you set the altitude of a coordinate to 10 meters with an absolute altitude mode, the icon of a point placemark will appear to be at ground level if the terrain beneath is also 10 meters above sea level. If the terrain is 3 meters above sea level, the placemark will appear elevated above the terrain by 7 meters. A typical use of this mode is for aircraft placement.



    A KML extension in the Google extension namespace, allowing altitudes relative to the sea floor. Values are:

    1. relativeToSeaFloor - Interprets the as a value in meters above the sea floor. If the point is above land rather than sea, the altitude will be interpreted as being above the ground.

    2. clampToSeaFloor - The altitude specification is ignored, and the point will be positioned on the sea floor. If the point is on land rather than at sea, the point will be positioned on the ground.

    (required)

    Contains a  element.



    Contains a  element. A Polygon can contain multiple elements, which create multiple cut-outs inside the Polygon.

    Example




    Polygon.kml
    0


    hollow box


    1
    relativeToGround



    -122.366278,37.818844,30
    -122.365248,37.819267,30
    -122.365640,37.819861,30
    -122.366669,37.819429,30
    -122.366278,37.818844,30






    -122.366212,37.818977,30
    -122.365424,37.819294,30
    -122.365704,37.819731,30
    -122.366488,37.819402,30
    -122.366212,37.818977,30






    Extends

    1. <Geometry>

    Contained By







    Syntax


    ffffffff

    normal

    1

    1


    Description

    Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences).

    Elements Specific to PolyStyle



    Boolean value. Specifies whether to fill the polygon.



    Boolean value. Specifies whether to outline the polygon. Polygon outlines use the current LineStyle.

    Example




    PolygonStyle.kml
    1



    hollow box
    #examplePolyStyle


    1
    relativeToGround



    -122.3662784465226,37.81884427772081,30

    -122.3652480684771,37.81926777010555,30

    -122.365640222455,37.81986126286519,30

    -122.36666937925,37.81942987753481,30

    -122.3662784465226,37.81884427772081,30







    -122.366212593918,37.81897719083808,30

    -122.3654241733188,37.81929450992014,30

    -122.3657048517827,37.81973175302663,30

    -122.3664882465854,37.81940249291773,30

    -122.366212593918,37.81897719083808,30







    Extends

    1. <ColorStyle>

    Contained By

    1. 1   ...   10   11   12   13   14   15   16   17   18


    написать администратору сайта