ESRI.ArcGIS.Mobile
Point Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : Point Class


The following tables list the members exposed by Point.

Public Constructors

 NameDescription
Public ConstructorPoint ConstructorOverloaded. Initializes a new instance of Point class.  
Top

Public Properties

 NameDescription
Public PropertyBoundaryDimensionOverridden. Returns the geometry boundary dimension  
Public PropertyCoordinate Gets or sets the Point coordinate.  
Public PropertyCurrentCoordinate Gets the current coordinate if current part has been set. (Inherited from Geometry)
Public PropertyCurrentCoordinateIndexOverridden.  Gets or sets the vertex in the current part, the value is always 0 for a Point object.  
Public PropertyCurrentPart Gets the current part CoordinateCollection. (Inherited from Geometry)
Public PropertyCurrentPartIndexOverridden.  Gets or sets the current geometry part, the value is always 0 for a Point object.  
Public PropertyDimensionOverridden.  Returns the geometry dimension.  
Public PropertyGeometryTypeOverridden.  Returns the geometry type of this geometry.  
Public PropertyIsEmptyOverridden.  Returns true if the geometry is empty.  
Public PropertyIsGeometryCollectionChecks if this geometry is a collection of parts. (Inherited from Geometry)
Public PropertyIsValidChecks if the geometry is valid. (Inherited from Geometry)
Public PropertyParts Gets the collection of coordinates for this geometry. (Inherited from Geometry)
Top

Public Methods

 NameDescription
Public MethodAddCoordinateOverridden. Adds the coordinate to the point object.  
Public MethodAddCoordinatesOverridden.  Not supported for Point.  
Public MethodClearOverridden.  Sets the geometry to empty.  
Public MethodCloneOverridden. Returns a clone of the point.  
Public MethodCrossesChecks if the geometry crosses another geometry. (Inherited from Geometry)
Public MethodDeleteCurrentCoordinateOverridden.  Sets the point coordinate to empty.  
Public MethodDisjointChecks if two Geometry objects are disjoint. (Inherited from Geometry)
Public MethodDistanceReturns the closest distance between two Geometry objects. (Inherited from Geometry)
Public MethodEquivalentToOverridden. Determines whether two Point instances are equal.  
Public MethodExportToEsriShapeOverridden.  Creates a byte array containing a version of this geometry in ESRI shapefile format.  
Public MethodExportToWgs84EsriShape Create a byte array containing a version of this geometry in ESRI shapefile format based on Wgs84 Geographical Coordinate System. (Inherited from Geometry)
Public MethodGetExtent Returns the envelope for the Geometry object. (Inherited from Geometry)
Public MethodGetNearestCoordinateOverloaded. Returns a coordinate that is closest to the input coordinate. (Inherited from Geometry)
Public MethodGetNearestVertexOverloaded.  Finds a vertex on the geometry which is the closet one to the input point location. (Inherited from Geometry)
Public MethodGetNearestVerticesOverloaded.  Returns all vertices in the given distance from a specific point, sorted from closest to furthest. (Inherited from Geometry)
Public MethodGetSchema This property is reserved, apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Geometry)
Public MethodImportFromEsriShapeOverloaded. Overridden.  Deserializes the geometry from a BinaryReader.  
Public MethodInsertCoordinateOverridden. Replaces the point coordinate.  
Public MethodInsertCoordinateAfterOverridden. Replaces the point coordinate.  
Public MethodInsertCoordinatesOverridden.  Not supported for Point.  
Public MethodInsertCoordinatesAfterOverridden.  Not supported for Point.  
Public MethodIntersects Determines if this geometry intersects another geometry. (Inherited from Geometry)
Public MethodMoveCurrentCoordinateOverridden.  Replace the point coordinate with the input coordinate.  
Public MethodReadXmlGenerates a geometry object from its XML representation. (Inherited from Geometry)
Public MethodRelateOverloaded.  Returns true if the two geometries respect the specified spatial relation. (Inherited from Geometry)
Public MethodToStringOverridden. Returns a String that represents the current point.  
Public MethodTouchesChecks if the geometry intersects with another geometry. (Inherited from Geometry)
Public MethodValidateOverridden.  Indicates if the geometry is safe to be saved.  
Public MethodWithinChecks if the geometry is within another geometry. (Inherited from Geometry)
Public MethodWriteXmlConverts the geometry object into its XML representation. (Inherited from Geometry)
Top

Protected Methods

 NameDescription
Protected MethodOnGeometryChangedOverridden.  Invoked when the geometry coordinates have changed.  
Top

Public Events

 NameDescription
Public EventCurrentCoordinateIndexChanged Occurs when the CurrentVertexIndex has changed. (Inherited from Geometry)
Public EventCurrentPartIndexChanged Occurs when CurrentPartIndex has changed. (Inherited from Geometry)
Public EventGeometryChanged Occurs when the geometry changed. (Inherited from Geometry)
Top

See Also