Packagecom.esri.aws.services
Classpublic class Geometry

Contains information about the shape of a feature.



Public Properties
 PropertyDefined 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
Property detail
coordSysproperty
public var coordSys:CoordSys

The coordinate system of the geometry.

partsproperty 
public var parts:Array

The index number of the first point in a feature.

pointsproperty 
public var points:Array

The points of the feature.

typeproperty 
public var type:Number

The type of geometry. Valid values are "1" for multipoint, "2" for polyline, or "3" for polygon.