Optional
extensions?: anyAdd properties to file root
Protected
dataProtected
defaultProtected
featureA list media types supported by the format in descending order of preference.
Fonction de lecture du KML avec fonction de traitement en fonction du type PlaceMark (Label ou Marker). Les traitements sont de 2 types :
kml nodes
features
process
// ajoute des fonctionnalités dans le KML
_processKml(kmlDoc, {
labelStyle : createStyleLabel,
iconStyle : createStyleIcon
});
// lit des fonctionnalités du KML non impl. par OpenLayers
_processKml(kmlNode, {
labelStyle : getStyleToFeatureLabel,
iconStyle : getStyleToFeatureIcon,
extendedData : getExtendedData
});
...
...
...
Protected
adaptProtected
Sets the dataProjection
on the options, if no dataProjection
is set.
Options.
Updated options.
Protected
getProtected
Adds the data projection to the read options.
Source.
Optional
options: ReadOptionsOptions.
Options.
Abstract
getThe format type.
Read the cameras of the KML.
Source.
Cameras.
Optional
Altitude?: numberAltitude of the camera.
Optional
AltitudeMode?: stringFloor-related altitude mode.
Optional
Heading?: numberHorizontal camera rotation.
Optional
Latitude?: numberLatitude of the camera.
Optional
Longitude?: numberLongitude of the camera.
Optional
Roll?: numberVertical camera rotation.
Optional
Tilt?: numberLateral camera rotation.
Document.
Cameras.
Optional
Altitude?: numberAltitude of the camera.
Optional
AltitudeMode?: stringFloor-related altitude mode.
Optional
Heading?: numberHorizontal camera rotation.
Optional
Latitude?: numberLatitude of the camera.
Optional
Longitude?: numberLongitude of the camera.
Optional
Roll?: numberVertical camera rotation.
Optional
Tilt?: numberLateral camera rotation.
Node.
Cameras.
Optional
Altitude?: numberAltitude of the camera.
Optional
AltitudeMode?: stringFloor-related altitude mode.
Optional
Heading?: numberHorizontal camera rotation.
Optional
Latitude?: numberLatitude of the camera.
Optional
Longitude?: numberLongitude of the camera.
Optional
Roll?: numberVertical camera rotation.
Optional
Tilt?: numberLateral camera rotation.
Document.
Optional
options: ReadOptionsOptions.
Feature.
Node.
Optional
options: ReadOptionsOptions.
Feature.
Protected
readProtected
Document.
Optional
options: ReadOptionsOptions.
Features.
Protected
Abstract
readProtected
Node.
Optional
options: ReadOptionsOptions.
Features.
Abstract
readRead a single geometry from a source.
Source.
Optional
options: ReadOptionsRead options.
Geometry.
Protected
readProtected
Document.
Optional
options: ReadOptionsOptions.
Geometry.
Protected
readProtected
Node.
Optional
options: ReadOptionsOptions.
Geometry.
Document.
Name.
Node.
Name.
Document.
Network links.
Node.
Network links.
Protected
readProtected
Document.
Projection.
Protected
readProtected
Node.
Projection.
Document.
Region.
...
...
json
Encode a feature as string.
Feature.
Optional
options: WriteOptionsWrite options.
Encoded feature.
Protected
writeProtected
Feature.
Optional
options: WriteOptionsOptions.
Node.
Features.
Optional
options: WriteOptionsOptions.
Node.
Encode a geometry as string.
Geometry.
Optional
options: WriteOptionsWrite options.
Encoded geometry.
Geometry.
Optional
options: WriteOptionsOptions.
Node.
Options