ESRI.ArcGIS.ADF.ArcGISServer
Relation Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class : Relation Method




Computes the set of pairs of geometries from geometries1 and geometries2 that belong to the specified relation. Both arrays are assumed to be in the same spatial reference, denoted by the spatial reference of the first geometry in geometries1. The relations are evaluated in 2D. Z coordinates are not used. Geometry types cannot be mixed within an array. Note that if the spatialRelationship is specified as esriGeometryRelationRelation, the relationParam parameter describes the spatial relationship and must be specified.

Overload List

OverloadDescription
Relation(SpatialReference,Geometry[],Geometry[],esriGeometryRelationEnum,String)  
Relation(List<Geometry>,List<Geometry>,esriGeometryRelationEnum,String) Computes the set of pairs of geometries from geometries1 and geometries2 that belong to the specified relation. Both arrays are assumed to be in the same spatial reference, denoted by the spatial reference of the first geometry in geometries1. The relations are evaluated in 2D. Z coordinates are not used. Geometry types cannot be mixed within an array. Note that if the spatialRelationship is specified as esriGeometryRelationRelation, the relationParam parameter describes the spatial relationship and must be specified.  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.