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.

Public Constructors

 NameDescription
Public ConstructorPoint ConstructorOverloaded.  Constructs a Point.  
Top

Public Properties

 NameDescription
Public PropertyMGets or sets the M value (measure) of the Point.  
Public PropertySpatialReference Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry)
Public PropertyX Gets or sets the x-coordinate of the Point.  
Public PropertyY Gets or sets the y-coordinate of the Point.  
Public PropertyZGets or sets the Z-value (elevation) of the Point.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden.  Creates a deep clone of the current Object.  
Public MethodCompare Tests whether the current Point has the same coordinates as the second point.  
Public MethodExpand Expands the Point by a given percentage of the current extent.  
Public MethodGetSchema 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 XmlSchemaProviderAttribute to the class.  
Public MethodReadXml Generates an object from its XML representation.  
Public Methodstatic (Shared in Visual Basic)ToMapPointOverloaded. Deprecated. Use ToMapPoint(Point, TransformationParams).  
Public MethodToScreenPointOverloaded. Deprecated. Use ToScreenPoint(TransformationParams).  
Public MethodToStringOverridden.  Converts the Point to its string representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also

© 2010 All Rights Reserved.