Click or drag to resize
GeMultiPolygon Class
Represents aggregate polygon geometry.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIGePolygon
    FDF.Common.GeometriesGeGeometryComplexIGePolygon
      FDF.Common.GeometriesGeMultiPolygon

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class GeMultiPolygon : GeGeometryComplex<IGePolygon>, 
	IGeMultiPolygon

The GeMultiPolygon type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides GeGeometryComplexTClone.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Overrides GeGeometryComplexTEquals(IGeGeometry, GeDimensionality, GeLength, GeSpatialComparision).)
Public methodGetTypeName
Returns String representation of the underlying type.
(Overrides GeGeometryComplexTGetTypeName.)
Public methodNormalize
Public methodOffset
Returns geometry offset.
(Overrides GeGeometryComplexTOffset(GeLength, GePlaneOrientation).)
Top
Remarks