ESRI.ArcGIS.ADF.Web
Point Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Point Class




The following tables list the members exposed by Point.

Public Constructors

 NameDescription
public ConstructorPoint ConstructorOverloaded.   
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 ESRI.ArcGIS.ADF.Web.Geometry.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 MethodGetSchemaThis 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 System.Xml.Serialization.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).Deprecated. Use ToMapPoint(int, int, TransformationParams).  
public MethodToScreenPointOverloaded. Deprecated. Use ToScreenPoint(TransformationParams).  
public MethodToString Converts the Point to its string representation.  
public MethodWriteXml Converts an object into its XML representation.  
Top

See Also

© 2011 All Rights Reserved.