PHP/Mapscript Class Reference
All content on one page (useful for printing, presentation mode etc.)
-
Introduction
Description of document, and associated background pages.
-
Constants
List of MapServer constants available.
-
Functions
List of functions available.
-
Classes
List of classes available.
All content on one page (useful for printing, presentation mode etc.)
This Reference Manual applies to: MapServer 4.0, MapServer 4.2, MapServer 4.4, MapServer 4.6, MapServer 4.8
Insert layer function
Hi jeff, whats the equivalent function for insertlayer in phpmapscript as given in
http://mapserver.gis.umn.edu/docs/reference/mapscript. I guess its a mapobj function, i am unable to get the correct syntax, thanks for your help ....
missing function containsShape
int containsShape(shapeobj shape) Returns true if the shape given in argument is included inside the shape. Else returns false. Uses underlying GEOS msGEOSContains.