ESRI.ArcGIS.ADF.ArcGISServer
Relation Method
See Also 
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(Generic List,Generic List,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.  
Relation(SpatialReference,Geometry[],Geometry[],esriGeometryRelationEnum,String)  

See Also

© 2010 All Rights Reserved.