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


The following tables list the members exposed by Multipoint.

Public Constructors

 NameDescription
Public ConstructorMultipoint ConstructorOverloaded. Creates a new instance of Multipoint class.  
Top

Public Properties

 NameDescription
Public PropertyBoundaryDimensionOverridden. Returns the geometry boundary dimension.  
Public PropertyCoordinates Gets the Multipoint coordinate collection.  
Public PropertyCurrentCoordinate Gets the current coordinate if current part has been set. (Inherited from Geometry)
Public PropertyCurrentCoordinateIndexGets or sets the current vertex in the current part. (Inherited from Geometry)
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 Multipoint object.  
Public PropertyDimensionOverridden.  Gets the geometry dimension.  
Public PropertyGeometryTypeOverridden.  Returns the geometry type of this geometry.  
Public PropertyIsEmptyOverridden.  Returns true if the multipoint is empty.  
Public PropertyIsGeometryCollectionChecks if this geometry is a collection of parts. (Inherited from Geometry)
Public PropertyIsValidOverridden.  Returns true if the geometry is valid.  
Public PropertyParts Gets the collection of coordinates for this geometry. (Inherited from Geometry)
Top

Public Methods

 NameDescription
Public MethodAddCoordinateOverridden. Adds the coordinate to the multipoint object after the CurrentCoordinateIndex.  
Public MethodAddCoordinatesOverridden.  Adds the range of coordinates to the multipoint object after the CurrentCoordinateIndex.  
Public MethodClearOverridden. Removes all coordinates from the coordinate collection.  
Public MethodCloneOverridden. Returns a clone of the multipoint object.  
Public MethodCrossesChecks if the geometry crosses another geometry. (Inherited from Geometry)
Public MethodDeleteCurrentCoordinate Deletes the current vertex in the current part. (Inherited from Geometry)
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 if two Geometry 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.  Adds the coordinate in the multipoint object at the CurrentCoordinateIndex.  
Public MethodInsertCoordinateAfterOverridden.  Adds the coordinate in the multipoint object after the CurrentCoordinateIndex. The current vertex index will be increased by 1.  
Public MethodInsertCoordinatesOverridden.  Adds the range of coordinates at the CurrentCoordinateIndex.  
Public MethodInsertCoordinatesAfterOverridden.  Adds the range of coordinates after the CurrentCoordinateIndex. The current vertex index will be increased by the number of coordinates inserted.  
Public MethodIntersects Determines if this geometry intersects another geometry. (Inherited from Geometry)
Public MethodMoveCurrentCoordinate Moves the current vertex in the current part to the specified coordinate. (Inherited from Geometry)
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 Multipoint.  
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 parts and 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