A
$Point #address — Property 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
GeometryCollection — Class in namespace Karomap\PHPOGC\DataTypes
OGC GeometryCollection type. $GeometryCollection #geometries — Property in class GeometryCollection
OGCObject collection. $Point #greatCircleProviders — Property in class Point
Great circle distance providers. GeoSpatialException — Class 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
LineString — Class in namespace Karomap\PHPOGC\DataTypes
OGC LineString type. LineString ::lenght () — Method in class LineString
Return the lenght of the linestring expressed in meters. $Point #lon — Property in class Point
Logitude or X. $Point #lat — Property in class Point
Latitude or Y. $Polygon #linestrings — Property in class Polygon
LineString collection. M
MultiLineString — Class in namespace Karomap\PHPOGC\DataTypes
OGC MultiLineString type. MultiPoint — Class in namespace Karomap\PHPOGC\DataTypes
OGC MultiPoint type. MultiPolygon — Class in namespace Karomap\PHPOGC\DataTypes
OGC MultiPolygon type. O
OGCObject — Class in namespace Karomap\PHPOGC
Abstract class represent Open Geospatial Consortium (OGC) geometry type. P
$LineString #points — Property in class LineString
Point collection. $MultiPolygon #polygons — Property in class MultiPolygon
Polygon collection. Point — Class in namespace Karomap\PHPOGC\DataTypes
OGC Point type. Polygon — Class 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 #srid — Property in class OGCObject
Spatial Reference System Identifier (SRID). T
$GeometryCollection #type — Property in class GeometryCollection
OGC type. GeometryCollection ::toValueArray () — Method in class GeometryCollection
Array representation of instance coordinates. $LineString #type — Property in class LineString
OGC type. LineString ::toValueArray () — Method in class LineString
Array representation of instance coordinates. $MultiLineString #type — Property in class MultiLineString
OGC type. $MultiPoint #type — Property in class MultiPoint
OGC type. $MultiPolygon #type — Property in class MultiPolygon
OGC type. MultiPolygon ::toValueArray () — Method in class MultiPolygon
Array representation of instance coordinates. $Point #type — Property in class Point
OGC type. Point ::toValueArray () — Method in class Point
Array representation of instance coordinates. $Polygon #type — Property in class Polygon
OGC type. Polygon ::toValueArray () — Method in class Polygon
Array representation of instance coordinates. $OGCObject #type — Property 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 #x — Property in class Point
Longitude. Y
$Point #y — Property 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.