User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.querytype

ThinkGeo.MapSuite.WindowsPhoneCore.QueryType

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Enumeration –> This enumeration specifies the ways you can execute a spatial query against a FeatureSource.

Remarks

This enumeration is used on the FeatureSource for the SpatialQuery method and reflects all the ways you can compare geometries.

Items

Name Summary
Disjoint The current shape and the targetShape have no points in common.
Intersects The current shape and the targetShape have at least one point in common.
Touches The current shape and the targetShape have at least one boundary point in common, but no interior points.
Crosses The current shape and the targetShape share some but not all interior points.
Within The current shape lies within the interior of the targetShape.
Contains The targetShape lies within the interior of the current shape.
Overlaps The current shape and the targetShape share some but not all points in common.
TopologicalEqual The current shape and the target Shape are topologically equal.

NOTOC WindowsPhoneMapSuiteCore ThinkGeo.MapSuite.WindowsPhoneCore

thinkgeo.mapsuite.windowsphonecore.querytype.txt · Last modified: 2017/03/16 21:59 (external edit)