Table of Contents
-
$isRosreestrLayerEnable
: bool
-
$map
: AirlayOSM
-
__construct()
: mixed
-
addFeature()
: void
-
addLine()
: void
-
addMultiLine()
: void
-
addMultiPoint()
: void
-
addMultiPolygon()
: void
-
addPoint()
: void
-
addPolygon()
: void
-
drawCircleMarker()
: void
-
drawIconMarker()
: void
-
drawPolygonMarker()
: void
-
getBbox()
: Bbox
-
saveToFile()
: void
-
toImage()
: string
$isRosreestrLayerEnable
private
bool
$isRosreestrLayerEnable
$map
private
AirlayOSM
$map
__construct()
public
__construct(Point $center, int $zoom, int $width, int $height[, bool $isRosreestrLayerEnable = false ]) : mixed
Parameters
-
$center
: Point
-
-
$zoom
: int
-
-
$width
: int
-
-
$height
: int
-
-
$isRosreestrLayerEnable
: bool
= false
-
Return values
mixed
—
addFeature()
public
addFeature(FeatureEntity $feature, Layer $styles) : void
Parameters
-
$feature
: FeatureEntity
-
-
$styles
: Layer
-
Return values
void
—
addLine()
public
addLine(LineString $lineString, Line $style) : void
Parameters
-
$lineString
: LineString
-
-
$style
: Line
-
Return values
void
—
addMultiLine()
public
addMultiLine(MultiLineString $multiLineString, Line $style) : void
Parameters
-
$multiLineString
: MultiLineString
-
-
$style
: Line
-
Return values
void
—
addMultiPoint()
public
addMultiPoint(MultiPoint $multiPoint, Point $style) : void
Parameters
-
$multiPoint
: MultiPoint
-
-
$style
: Point
-
Return values
void
—
addMultiPolygon()
public
addMultiPolygon(MultiPolygon $multiPolygon, Polygon $style) : void
Parameters
-
$multiPolygon
: MultiPolygon
-
-
$style
: Polygon
-
Return values
void
—
addPoint()
public
addPoint(Point $point, Point $style) : void
Parameters
-
$point
: Point
-
-
$style
: Point
-
Return values
void
—
addPolygon()
public
addPolygon(Polygon $polygon, Polygon $style) : void
Parameters
-
$polygon
: Polygon
-
-
$style
: Polygon
-
Return values
void
—
drawCircleMarker()
public
drawCircleMarker(Point $point, Marker $style) : void
Parameters
-
$point
: Point
-
-
$style
: Marker
-
Return values
void
—
drawIconMarker()
public
drawIconMarker(Point $point, Icon $style) : void
Parameters
-
$point
: Point
-
-
$style
: Icon
-
Return values
void
—
drawPolygonMarker()
public
drawPolygonMarker(Point $point, Marker $style) : void
Parameters
-
$point
: Point
-
-
$style
: Marker
-
Return values
void
—
getBbox()
public
getBbox() : Bbox
Return values
Bbox
—
saveToFile()
public
saveToFile(string $filepath) : void
Parameters
-
$filepath
: string
-
Return values
void
—
toImage()
public
toImage() : string
Return values
string
—