Package | com.esri.tracking.connector.geometry |
Class | public class GmlPolygon |
Inheritance | GmlPolygon ![]() |
TmsPolygon
objects are composed of these.
See also
Property | Defined By | ||
---|---|---|---|
gml : String [read-only]
The GML representing the Polygon. | GmlPolygon | ||
innerBoundaryRings : Array [read-only]
An Array of Arrays. | GmlPolygon | ||
outerBoundaryRing : Array [read-only]
The Array of TmsPoint objects representing the vertices
of the outer boundary ring. | GmlPolygon |
Method | Defined By | ||
---|---|---|---|
GmlPolygon(gml:String)
The constructor. | GmlPolygon |
gml | property |
gml:String
[read-only]
The GML representing the Polygon. This must use the coordinates
tag. The coord
tag is not supported.
public function get gml():String
innerBoundaryRings | property |
innerBoundaryRings:Array
[read-only]
An Array of Arrays. Each Array element contains TmsPoint
objects representing an inner boundary ring.
public function get innerBoundaryRings():Array
See also
outerBoundaryRing | property |
outerBoundaryRing:Array
[read-only]
The Array of TmsPoint
objects representing the vertices
of the outer boundary ring.
public function get outerBoundaryRing():Array
See also
GmlPolygon | () | Constructor |
public function GmlPolygon(gml:String)
The constructor.
Parametersgml:String — The GML representing the Polygon.
|