AGSGeometryParameters.h File Reference

Enumerations

enum  AGSGeometryOffsetType { AGSGeometryOffsetTypeMitered = 0, AGSGeometryOffsetTypeBevelled, AGSGeometryOffsetTypeRounded, AGSGeometryOffsetTypeSquare }
enum  AGSGeometryRelation {
  AGSGeometryRelationCross = 0, AGSGeometryRelationDisjoint, AGSGeometryRelationIn, AGSGeometryRelationInteriorIntersection,
  AGSGeometryRelationIntersection, AGSGeometryRelationLineCoincidence, AGSGeometryRelationLineTouch, AGSGeometryRelationOverlap,
  AGSGeometryRelationPointTouch, AGSGeometryRelationTouch, AGSGeometryRelationWithin, AGSGeometryRelationRelation
}

Enumeration Type Documentation

Supported offsetHow types for the AGSGeometryServiceTask's offsetWithParameters: operation.

Since:
1.0
Enumerator:
AGSGeometryOffsetTypeSquare 

Only applicable with the AGSGeometryEngine

Possible relationships between geometries.

Since:
1.0
Enumerator:
AGSGeometryRelationCross 
AGSGeometryRelationDisjoint 
AGSGeometryRelationIn 
AGSGeometryRelationInteriorIntersection 
AGSGeometryRelationIntersection 
AGSGeometryRelationLineCoincidence 
AGSGeometryRelationLineTouch 
AGSGeometryRelationOverlap 
AGSGeometryRelationPointTouch 
AGSGeometryRelationTouch 
AGSGeometryRelationWithin 
AGSGeometryRelationRelation