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


The following tables list the members exposed by GeometricRelationship.

Public Properties

 NameDescription
Public PropertyItemOverloaded.  Gets or sets the value of one of this GeometricRelationship elements (3x3).  
Public PropertyMatrix Returns the matrix for this object.  
Top

Public Methods

 NameDescription
Public MethodClone Returns an exact copy of this object.  
Public MethodContains Returns true if this GeometricRelationship is T*****FF*. Returns true if the first Geometry contains the second.  
Public MethodCrosses Returns true if this GeometricRelationship is T*T****** (for a point and a polyline, a point and a polygon or a polyline and a polygon) and 0******** (for two polyline). Returns true if the two Geometries related by this GeometricRelationship cross. For this function to return true, the Geometries must be a point and a polyline; a point and a polygon; two polylines; or a polyline and a polygon.  
Public MethodEqualsOverloaded.  Returns true if this GeometricRelationship is T*F**FFF*. Returns true if the two Geometries related by this GeometricRelationship are equal; the Geometries must have the same dimension for this function to return true.  
Public MethodIntersects Returns true if IsDisjoint returns false.  
Public MethodIsDisjoint Returns true if this GeometricRelationship is FF*FF****.  
Public MethodIsWithin Returns true if this GeometricRelationship is T*F**F***. Returns true if the first Geometry is within the second.  
Public MethodMatchesOverloaded.  Returns whether the elements of this GeometricRelationship satisfies the required dimension symbols.  
Public MethodOverlaps Returns true if this GeometricRelationship is T*T***T** (for two points or two polygons) and 1*T***T** (for two polylines). Returns true if the two Geometries related by this GeometricRelationship overlap. For this function to return true, the Geometries must be two points, two polylines or two polygons.  
Public MethodTouches Returns true if this GeometricRelationship is FT*******, F**T*****, or F***T****. Returns true if the two Geometries related by this GeometricRelationship touch. Returns false if both Geometries are points.  
Top

See Also