These methods convert the given objects to XML representations for HTTP POST requests. The given instance of SOS is possibly used for encoding sub-elements or accessing metadata which is required for the encoding, like time stamp format.

Methods

signature(obj = "GmlDirectPosition", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlEnvelope", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlLineString", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlPointProperty", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlPoint", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlPolygon", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlTimeInstantProperty", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlTimeInstant", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlTimePeriod", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "GmlTimePosition", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "POSIXt", sos = "SOS")

Converts the time object to a string that is suitable to be used as the value of XML time elements.

signature(obj = "OgcBBOX", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "OgcComparisonOps", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "OgcContains", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "OgcIntersects", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "OgcOverlaps", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "SosEventTime", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "SosFeatureOfInterest", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "SosGetFeatureOfInterest_2.0.0", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "TM_After", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "TM_Before", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "TM_During", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "TM_Equals", sos = "SOS")

Convert the given object to an XML representation.

signature(obj = "XMLNode", sos = "SOS")

Convert the given object to an XML representation.

References

XML specification: http://www.w3.org/XML/.

See also