OpenLayers JavaScript Mapping Library |
OpenLayers. Format.GMLRead/Wite GML. Create a new instance with the OpenLayers.Format.GML constructor. Supports the GML simple features profile. Inherits fromSummary
featureNS{String} Namespace used for feature attributes. Default is “http://mapserver.gis.umn.edu/mapserver". read
Read data from a string, and return a list of features. Parameters
Returns{Array(OpenLayers.Feature.Vector)} An array of features. write
Generate a GML document string given a list of features. Parameters
Returns{String} A string representing the GML document. |
Read data from a string, and return a list of features.
read: function( data )
Generate a GML document string given a list of features.
write: function( features )
buildGeometryNode: function( geometry )