Packagecom.esri.aws.awx.geom
Classpublic class PointShape
InheritancePointShape Inheritance GeoPoint Inheritance flash.geom.Point
Implementscom.esri.aws.awx.geom.IShape
SubclassesMarkerShape

A point shape described by a x/y location.



Public Properties
 PropertyDefined by
  extent : Extent
[read-only] Retrieves the bounding box (maxX, maxY, minX, minY) of this shape.
PointShape
Public Methods
 MethodDefined by
  
PointShape(x:Number = 0.0, y:Number = 0.0)
Creates a new PointShape with the given x/y values.
PointShape
  
deepClone():IShape
PointShape
Property detail
extentproperty
extent:Extent  [read-only]

Retrieves the bounding box (maxX, maxY, minX, minY) of this shape.

Implementation
    public function get extent():Extent
Constructor detail
PointShape()constructor
public function PointShape(x:Number = 0.0, y:Number = 0.0)

Creates a new PointShape with the given x/y values.

Parameters
x:Number (default = 0.0) — the location latitude.
 
y:Number (default = 0.0) — the location longitude.
Method detail
deepClone()method
public function deepClone():IShape

Returns
IShape