A

$Point#addressProperty in class Point
Point address.

B

OGCObject::buildOGCObject() — Method in class OGCObject
Create an OGCObject instance from parsed WKB/WKT.

C

GeometryCollection::count() — Method in class GeometryCollection
Countable interface implementation.
LineString::count() — Method in class LineString
Countable interface implementation.
MultiPolygon::count() — Method in class MultiPolygon
Countable interface implementation.
Polygon::count() — Method in class Polygon
Countable interface implementation.

D

LineString::diff() — Method in class LineString
Point::distance() — Method in class Point
Calculate the distance between two points in meter.

F

LineString::fromArray() — Method in class LineString
A Linestring could be constructed with an array of points-array.
LineString::fromString() — Method in class LineString
A Linestring could be instantiated using a string where points are divided by a "," and coordinates are divided by " ". Separators must be different.
MultiPolygon::fromArray() — Method in class MultiPolygon
MultiPolygon::fromString() — Method in class MultiPolygon
Point::fromArray() — Method in class Point
A Point could be instantiated from array containing a tuple of string|float lat, lon $point = Point::fromArray(["1.123", "2.345"]) $point = Point::fromArray([1.123, 2.345]).
Point::fromString() — Method in class Point
A Point could be instantiated from a string with a delimiters, by default " " is used $point = Point::fromString("1.123 2.345") $point = Point::fromString("1.123: 2.345", ":").
Polygon::fromArray() — Method in class Polygon
A Polygon could be instantiated with an array like this:.
Polygon::fromString() — Method in class Polygon
A Polygon could be instantiated using a string containing linestrings.
OGCObject::fromWKT() — Method in class OGCObject
Create an OGCObject instance from WKT.
OGCObject::fromWKB() — Method in class OGCObject
Create an OGCObject instance from WKB.

G

GeometryCollectionClass in namespace Karomap\PHPOGC\DataTypes
OGC GeometryCollection type.
$GeometryCollection#geometriesProperty in class GeometryCollection
OGCObject collection.
$Point#greatCircleProvidersProperty in class Point
Great circle distance providers.
GeoSpatialExceptionClass in namespace Karomap\PHPOGC\Exceptions
OGCObject::getGeoJsonType() — Method in class OGCObject
Get GeoJSON geom type.
OGCObject::getType() — Method in class OGCObject
Get OGC type.

I

LineString::isCircular() — Method in class LineString
Check if the LineString is circular, that is the first and the last Point are the same.
LineString::insertPoint() — Method in class LineString
Insert a Point into the LineString.

L

LineStringClass in namespace Karomap\PHPOGC\DataTypes
OGC LineString type.
LineString::lenght() — Method in class LineString
Return the lenght of the linestring expressed in meters.
$Point#lonProperty in class Point
Logitude or X.
$Point#latProperty in class Point
Latitude or Y.
$Polygon#linestringsProperty in class Polygon
LineString collection.

M

MultiLineStringClass in namespace Karomap\PHPOGC\DataTypes
OGC MultiLineString type.
MultiPointClass in namespace Karomap\PHPOGC\DataTypes
OGC MultiPoint type.
MultiPolygonClass in namespace Karomap\PHPOGC\DataTypes
OGC MultiPolygon type.

O

OGCObjectClass in namespace Karomap\PHPOGC
Abstract class represent Open Geospatial Consortium (OGC) geometry type.

P

$LineString#pointsProperty in class LineString
Point collection.
$MultiPolygon#polygonsProperty in class MultiPolygon
Polygon collection.
PointClass in namespace Karomap\PHPOGC\DataTypes
OGC Point type.
PolygonClass in namespace Karomap\PHPOGC\DataTypes
OGC Polygon type.

S

LineString::split() — Method in class LineString
Split the LineString object on the given Point, if present, and returns a tuple (array with two object) composed by Points, LineStrings or null.
$OGCObject#sridProperty in class OGCObject
Spatial Reference System Identifier (SRID).

T

$GeometryCollection#typeProperty in class GeometryCollection
OGC type.
GeometryCollection::toValueArray() — Method in class GeometryCollection
Array representation of instance coordinates.
$LineString#typeProperty in class LineString
OGC type.
LineString::toValueArray() — Method in class LineString
Array representation of instance coordinates.
$MultiLineString#typeProperty in class MultiLineString
OGC type.
$MultiPoint#typeProperty in class MultiPoint
OGC type.
$MultiPolygon#typeProperty in class MultiPolygon
OGC type.
MultiPolygon::toValueArray() — Method in class MultiPolygon
Array representation of instance coordinates.
$Point#typeProperty in class Point
OGC type.
Point::toValueArray() — Method in class Point
Array representation of instance coordinates.
$Polygon#typeProperty in class Polygon
OGC type.
Polygon::toValueArray() — Method in class Polygon
Array representation of instance coordinates.
$OGCObject#typeProperty in class OGCObject
OGC type.
OGCObject::toWKT() — Method in class OGCObject
Get WKT representation of the instance.
OGCObject::toWKB() — Method in class OGCObject
(not implemented) Get WKB representation of the instance.
OGCObject::toValueArray() — Method in class OGCObject
Array representation of instance coordinates.
OGCObject::toArray() — Method in class OGCObject
Array representation of the instance.

X

$Point#xProperty in class Point
Longitude.

Y

$Point#yProperty in class Point
Latitude.

_

GeometryCollection::__construct() — Method in class GeometryCollection
GeometryCollection constructor.
GeometryCollection::__toString() — Method in class GeometryCollection
String representation of the instance.
LineString::__construct() — Method in class LineString
LineString constructor.
LineString::__toString() — Method in class LineString
String representation of the instance.
MultiLineString::__construct() — Method in class MultiLineString
MultiLineString constructor.
MultiPoint::__construct() — Method in class MultiPoint
MultiPoint constructor.
MultiPolygon::__construct() — Method in class MultiPolygon
MultiPolygon constructor.
MultiPolygon::__toString() — Method in class MultiPolygon
String representation of the instance.
Point::__construct() — Method in class Point
Point constructor.
Point::__toString() — Method in class Point
String representation of the instance.
Point::__get() — Method in class Point
Get an object property.
Polygon::__construct() — Method in class Polygon
Polygon constructor. A Polygon must be constructed with at least 1 closed linestring.
Polygon::__toString() — Method in class Polygon
String representation of the instance.
OGCObject::__get() — Method in class OGCObject
Get an object property.
OGCObject::__toString() — Method in class OGCObject
String representation of the instance.