![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Point Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Point Class |
The following tables list the members exposed by Point.
Name | Description | |
---|---|---|
![]() | Point Constructor | Overloaded. Constructs a Point. |
Name | Description | |
---|---|---|
![]() | M | Gets or sets the M value (measure) of the Point. |
![]() | SpatialReference | Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry) |
![]() | X | Gets or sets the x-coordinate of the Point. |
![]() | Y | Gets or sets the y-coordinate of the Point. |
![]() | Z | Gets or sets the Z-value (elevation) of the Point. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates a deep clone of the current Object. |
![]() | Compare | Tests whether the current Point has the same coordinates as the second point. |
![]() | Expand | Expands the Point by a given percentage of the current extent. |
![]() | GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the |
![]() | ReadXml | Generates an object from its XML representation. |
![]() ![]() | ToMapPoint | Overloaded. Deprecated. Use ToMapPoint(Point, TransformationParams). |
![]() | ToScreenPoint | Overloaded. Deprecated. Use ToScreenPoint(TransformationParams). |
![]() | ToString | Overridden. Converts the Point to its string representation. |
![]() | WriteXml | Converts an object into its XML representation. |