C# Class GlobeGraphicsToolbar.PolygonGeometry

ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
AddPoint ( IPoint point ) : void
Close ( ) : void
PolygonGeometry ( ISpatialReference spatialReference ) : ESRI.ArcGIS.Geometry

Private Methods

Method Description
GetGeometry ( ISpatialReference spatialReference ) : IGeometry
MakeZAware ( IGeometry geometry ) : void

Method Details

AddPoint() public method

public AddPoint ( IPoint point ) : void
point IPoint
return void

Close() public method

public Close ( ) : void
return void

PolygonGeometry() public method

public PolygonGeometry ( ISpatialReference spatialReference ) : ESRI.ArcGIS.Geometry
spatialReference ISpatialReference
return ESRI.ArcGIS.Geometry