cts:polygon Server Expression

A server expression that returns a value of (or implicitly castable to) the cts:polygon server type. For all server types, see the Server Expression Type Hierarchy.


Cast With

Server Return Type Server Function Java Doc
cts:polygon cts:polygon(cts:point vertices*) java

Parameter Of

Server Return Type Server Function Java Doc Server Doc
cts:complex-polygon cts:complex-polygon(cts:polygon outer, cts:polygon inner*) java server

Return Value Of

Server Return Type Server Function Java Doc Server Doc
cts:polygon geo:circle-polygon(cts:circle circle, xs:double arc-tolerance, xs:string options*) java server
cts:polygon geo:ellipse-polygon(cts:point center*, xs:double semi-major-axis, xs:double semi-minor-axis, xs:double azimuth, xs:double arc-tolerance, xs:string options*) java server