| Package | com.esri.aws.services |
| Class | public class Geometry |
| Property | Defined by | ||
|---|---|---|---|
| coordSys : CoordSys
The coordinate system of the geometry.
| Geometry | ||
| parts : Array
The index number of the first point in a feature.
| Geometry | ||
| points : Array
The points of the feature.
| Geometry | ||
| type : Number
The type of geometry.
| Geometry | ||
| coordSys | property |
public var coordSys:CoordSysThe coordinate system of the geometry.
| parts | property |
public var parts:ArrayThe index number of the first point in a feature.
| points | property |
public var points:ArrayThe points of the feature.
| type | property |
public var type:NumberThe type of geometry. Valid values are "1" for multipoint, "2" for polyline, or "3" for polygon.