C# Class PreStorm.GeometryBase

Represents the base class for all geometry types that are supported by ArcGIS Rest API.
ファイルを表示 Open project: jshirota/PreStorm Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string

Returns the JSON representation of the geometry.

Method Details

ToString() public method

Returns the JSON representation of the geometry.
public ToString ( ) : string
return string