Packagecom.esri.baserver
Classpublic class PointLayer
InheritancePointLayer Inheritance BADataLayer Inheritance Object

The PointLayer class specifies a Business Analyst Server data layer with the point geometry.

An instance of this class can be composed of a FeatureSet (Feature Record Set) instance, a FolderItem or an array of PointRecord items. The featureSet, folderItem, and points properties are mutually exclusive. If the points property is specified, the spatialReference property can be also specified.



Public Properties
 PropertyDefined By
 InheritedfeatureSet : FeatureSet
Feature record set.
BADataLayer
 InheritedfolderItem : FolderItem
An item of the Business Analyst Server repository.
BADataLayer
  points : Array
Array of PointRecord type items.
PointLayer
  spatialReference : SpatialReference
A spatial reference.
PointLayer
Public Methods
 MethodDefined By
  
PointLayer(dataLayer:Object = null)
Creates a new instance of a data layer with polygon geometry.
PointLayer
Property Detail
pointsproperty
points:Array

Array of PointRecord type items.


Implementation
    public function get points():Array
    public function set points(value:Array):void

See also

spatialReferenceproperty 
spatialReference:SpatialReference

A spatial reference. This property is specified together with the points property.


Implementation
    public function get spatialReference():SpatialReference
    public function set spatialReference(value:SpatialReference):void

See also

Constructor Detail
PointLayer()Constructor
public function PointLayer(dataLayer:Object = null)

Creates a new instance of a data layer with polygon geometry.

Parameters
dataLayer:Object (default = null) — An instance of the FeatureSet, FolderItem or an array of PointRecord type items.