ESRI.ArcGIS.ADF.Web
ESRI.ArcGIS.ADF.Web.Geometry Namespace
See Also  Inheritance Hierarchy
ESRI.ArcGIS.ADF.Web.Geometry contains classes used to represent feature geometry. These are used for graphics layers, such as when features are retrieved when querying a map layer and then drawing the returned features on a graphics layer on the Map control.

Classes

Class Description
Envelope An object that has the properties of a rectangle and can be associated with a map, layout, or a feature.
Geometry An abstract representation of shapes related to a map or features.
GeometryCollection Represents a thread-safe collection of Geometries.
Hole An object that represents a Hole in a Ring.
HoleCollection A thread-safe collection of Holes.
Multipoint An object that represents a related group of Points.
Path The Path class represents a segment of a PolyLine.
PathCollection A thread-safe collection of Paths.
Point Class that represents an x,y coordinate.
PointCollection A thread-safe collection of Points.
Polygon Represents a grouping of Rings.
Polyline Represents a grouping of Paths.
Ring Represents a single multi-sided shape in a Polygon object.
RingCollection A thread-safe collection of Rings.
RotationParams Rotation parameters for map/screen transformations
TransformationParams The parameters for Map/Screen transformations
Utility Summary description for Utility.

Enumerations

Enumeration Description
TransformationDirection The transformation direction

See Also