Extension [ extension #66 geos version 1.0.0 ] { - Constants [20] { Constant [ int GEOSBUF_CAP_ROUND ] { 1 } Constant [ int GEOSBUF_CAP_FLAT ] { 2 } Constant [ int GEOSBUF_CAP_SQUARE ] { 3 } Constant [ int GEOSBUF_JOIN_ROUND ] { 1 } Constant [ int GEOSBUF_JOIN_MITRE ] { 2 } Constant [ int GEOSBUF_JOIN_BEVEL ] { 3 } Constant [ int GEOS_POINT ] { 0 } Constant [ int GEOS_LINESTRING ] { 1 } Constant [ int GEOS_LINEARRING ] { 2 } Constant [ int GEOS_POLYGON ] { 3 } Constant [ int GEOS_MULTIPOINT ] { 4 } Constant [ int GEOS_MULTILINESTRING ] { 5 } Constant [ int GEOS_MULTIPOLYGON ] { 6 } Constant [ int GEOS_GEOMETRYCOLLECTION ] { 7 } Constant [ int GEOSVALID_ALLOW_SELFTOUCHING_RING_FORMING_HOLE ] { 1 } Constant [ int GEOSRELATE_BNR_MOD2 ] { 1 } Constant [ int GEOSRELATE_BNR_OGC ] { 1 } Constant [ int GEOSRELATE_BNR_ENDPOINT ] { 2 } Constant [ int GEOSRELATE_BNR_MULTIVALENT_ENDPOINT ] { 3 } Constant [ int GEOSRELATE_BNR_MONOVALENT_ENDPOINT ] { 4 } } - Functions { Function [ function GEOSVersion ] { - Parameters [0] { } } Function [ function GEOSPolygonize ] { - Parameters [1] { Parameter #0 [ $geom ] } } Function [ function GEOSLineMerge ] { - Parameters [1] { Parameter #0 [ $geom ] } } Function [ function GEOSSharedPaths ] { - Parameters [2] { Parameter #0 [ $geom1 ] Parameter #1 [ $geom2 ] } } Function [ function GEOSRelateMatch ] { - Parameters [2] { Parameter #0 [ $maxtric ] Parameter #1 [ $pattern ] } } } - Classes [5] { Class [ class GEOSWKTReader ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $wkt ] } } } } Class [ class GEOSWKTWriter ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method setTrim ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method setRoundingPrecision ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method setOutputDimension ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method getOutputDimension ] { - Parameters [0] { } } Method [ public method setOld3D ] { - Parameters [1] { Parameter #0 [ $bval ] } } } } Class [ class GEOSGeometry implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [66] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method project ] { - Parameters [2] { Parameter #0 [ $geom ] Parameter #1 [ $normalized = ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $dist ] Parameter #1 [ $normalized = ] } } Method [ public method buffer ] { - Parameters [2] { Parameter #0 [ $dist ] Parameter #1 [ $style = ] } } Method [ public method offsetCurve ] { - Parameters [2] { Parameter #0 [ $dist ] Parameter #1 [ $style = ] } } Method [ public method envelope ] { - Parameters [0] { } } Method [ public method intersection ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method convexHull ] { - Parameters [0] { } } Method [ public method difference ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method symDifference ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method boundary ] { - Parameters [0] { } } Method [ public method union ] { - Parameters [1] { Parameter #0 [ $geom = ] } } Method [ public method pointOnSurface ] { - Parameters [0] { } } Method [ public method centroid ] { - Parameters [0] { } } Method [ public method relate ] { - Parameters [2] { Parameter #0 [ $geom ] Parameter #1 [ $pattern = ] } } Method [ public method relateBoundaryNodeRule ] { - Parameters [2] { Parameter #0 [ $geom ] Parameter #1 [ $rule ] } } Method [ public method simplify ] { - Parameters [2] { Parameter #0 [ $tolerance ] Parameter #1 [ $preserveTopology = ] } } Method [ public method normalize ] { - Parameters [0] { } } Method [ public method setPrecision ] { - Parameters [2] { Parameter #0 [ $gridsize ] Parameter #1 [ $flags = ] } } Method [ public method getPrecision ] { - Parameters [0] { } } Method [ public method extractUniquePoints ] { - Parameters [0] { } } Method [ public method disjoint ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method touches ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method intersects ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method crosses ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method within ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method contains ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method overlaps ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method covers ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method coveredBy ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method equals ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method equalsExact ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method isEmpty ] { - Parameters [0] { } } Method [ public method checkValidity ] { - Parameters [1] { Parameter #0 [ $flags = ] } } Method [ public method isSimple ] { - Parameters [0] { } } Method [ public method isRing ] { - Parameters [0] { } } Method [ public method hasZ ] { - Parameters [0] { } } Method [ public method isClosed ] { - Parameters [0] { } } Method [ public method typeName ] { - Parameters [0] { } } Method [ public method typeId ] { - Parameters [0] { } } Method [ public method getSRID ] { - Parameters [0] { } } Method [ public method setSRID ] { - Parameters [1] { Parameter #0 [ $srid = ] } } Method [ public method numGeometries ] { - Parameters [0] { } } Method [ public method geometryN ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method numInteriorRings ] { - Parameters [0] { } } Method [ public method numPoints ] { - Parameters [0] { } } Method [ public method getX ] { - Parameters [0] { } } Method [ public method getY ] { - Parameters [0] { } } Method [ public method interiorRingN ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method exteriorRing ] { - Parameters [0] { } } Method [ public method numCoordinates ] { - Parameters [0] { } } Method [ public method dimension ] { - Parameters [0] { } } Method [ public method coordinateDimension ] { - Parameters [0] { } } Method [ public method pointN ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method startPoint ] { - Parameters [0] { } } Method [ public method endPoint ] { - Parameters [0] { } } Method [ public method area ] { - Parameters [0] { } } Method [ public method length ] { - Parameters [0] { } } Method [ public method distance ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method hausdorffDistance ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method snapTo ] { - Parameters [2] { Parameter #0 [ $geom ] Parameter #1 [ $tolerance ] } } Method [ public method node ] { - Parameters [0] { } } Method [ public method delaunayTriangulation ] { - Parameters [2] { Parameter #0 [ $tolerance = ] Parameter #1 [ $edgeonly = ] } } Method [ public method voronoiDiagram ] { - Parameters [3] { Parameter #0 [ $tolerance = ] Parameter #1 [ $edgeonly = ] Parameter #2 [ $extent = ] } } Method [ public method clipByRect ] { - Parameters [4] { Parameter #0 [ $xmin ] Parameter #1 [ $ymin ] Parameter #2 [ $xmax ] Parameter #3 [ $ymax ] } } } } Class [ class GEOSWKBWriter ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method getOutputDimension ] { - Parameters [0] { } } Method [ public method setOutputDimension ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method getByteOrder ] { - Parameters [0] { } } Method [ public method setByteOrder ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method getIncludeSRID ] { - Parameters [0] { } } Method [ public method setIncludeSRID ] { - Parameters [1] { Parameter #0 [ $num ] } } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $geom ] } } Method [ public method writeHEX ] { - Parameters [1] { Parameter #0 [ $geom ] } } } } Class [ class GEOSWKBReader ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $wkb ] } } Method [ public method readHEX ] { - Parameters [1] { Parameter #0 [ $wkb ] } } } } } }