Table of Contents
-
$planarProjectionParameters
: string|null
-
$geometry
: Geometry
-
$planarGeometry
: Geometry|null
-
$projectionConverter
: ProjectionConverter
-
$properties
: array<string|int, mixed>
-
__construct()
: mixed
-
fromGeoJson()
: GeosObject
-
getGeometry()
: Geometry
-
getGeometryType()
: string
-
getPlaneCoordinates()
: Geometry
-
getProjectionConverter()
: ProjectionConverter
-
getProperties()
: array<string|int, mixed>
-
getProperty()
: mixed
-
getSphericalCoordinates()
: Geometry
-
setGeometry()
: self
-
setProperties()
: self
-
setProperty()
: void
-
toArray()
: array<string|int, mixed>
$planarProjectionParameters
public
string|null
$planarProjectionParameters
= null
$geometry
private
Geometry
$geometry
$planarGeometry
private
Geometry|null
$planarGeometry
= null
$projectionConverter
private
ProjectionConverter
$projectionConverter
$properties
private
array<string|int, mixed>
$properties
= []
__construct()
public
__construct([string|null $planarProjectionParameters = null ]) : mixed
Parameters
-
$planarProjectionParameters
: string|null
= null
-
Return values
mixed
—
fromGeoJson()
public
static fromGeoJson(FeatureEntity $feature[, string|null $planarProjectionParameters = null ]) : GeosObject
Parameters
-
$feature
: FeatureEntity
-
-
$planarProjectionParameters
: string|null
= null
-
Return values
GeosObject
—
getGeometry()
public
getGeometry() : Geometry
Return values
Geometry
—
getGeometryType()
public
getGeometryType() : string
Return values
string
—
getPlaneCoordinates()
public
getPlaneCoordinates() : Geometry
Return values
Geometry
—
getProjectionConverter()
public
getProjectionConverter() : ProjectionConverter
Return values
ProjectionConverter
—
getProperties()
public
getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getProperty()
public
getProperty(string $key) : mixed
Parameters
-
$key
: string
-
Return values
mixed
—
getSphericalCoordinates()
public
getSphericalCoordinates() : Geometry
Return values
Geometry
—
setGeometry()
public
setGeometry(Geometry $geometry) : self
Parameters
-
$geometry
: Geometry
-
Return values
self
—
setProperties()
public
setProperties(array<string|int, mixed> $properties) : self
Parameters
-
$properties
: array<string|int, mixed>
-
Return values
self
—
setProperty()
public
setProperty(string $key, mixed $value) : void
Parameters
-
$key
: string
-
-
$value
: mixed
-
Return values
void
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—