User Tools

Site Tools


thinkgeo.mapsuite.portablecore.querytype

This is an old revision of the document!


ThinkGeo.MapSuite.Core.QueryType

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

Disjoint

  • Summary:The current shape and the targetShape have no points in common.

Intersects

  • Summary:The current shape and the targetShape have at least one point in common.

Touches

  • Summary:The current shape and the targetShape have at least one boundary point in common, but no interior points.

Crosses

  • Summary:The current shape and the targetShape share some but not all interior points.

Within

  • Summary:The current shape lies within the interior of the targetShape.

Contains

  • Summary:The targetShape lies within the interior of the current shape.

Overlaps

  • Summary:The current shape and the targetShape share some but not all points in common.

TopologicalEqual

  • Summary:The current shape and the target Shape are topologically equal.
thinkgeo.mapsuite.portablecore.querytype.1442823396.txt.gz · Last modified: 2015/09/21 08:16 by admin