| Package | com.esri.baserver |
| Class | public class PointLayer |
| Inheritance | PointLayer BADataLayer Object |
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.
| Property | Defined By | ||
|---|---|---|---|
![]() | featureSet : FeatureSet
Feature record set. | BADataLayer | |
![]() | folderItem : FolderItem
An item of the Business Analyst Server repository. | BADataLayer | |
| points : Array
Array of PointRecord type items. | PointLayer | ||
| spatialReference : SpatialReference
A spatial reference. | PointLayer | ||
| Method | Defined By | ||
|---|---|---|---|
PointLayer(dataLayer:Object = null)
Creates a new instance of a data layer with polygon geometry. | PointLayer | ||
| points | property |
points:ArrayArray of PointRecord type items.
public function get points():Array public function set points(value:Array):voidSee also
| spatialReference | property |
spatialReference:SpatialReference
A spatial reference.
This property is specified together with the points property.
public function get spatialReference():SpatialReference public function set spatialReference(value:SpatialReference):voidSee also
| PointLayer | () | Constructor |
public function PointLayer(dataLayer:Object = null)Creates a new instance of a data layer with polygon geometry.
ParametersdataLayer:Object (default = null) — An instance of the FeatureSet, FolderItem or an array of PointRecord type items.
|