Click or drag to resize
GePolygon Properties

The GePolygon type exposes the following members.

Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeGeometryAggregateType.)
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
(Overrides GeGeometryDerivedType.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
Public propertyExteriorRing
Gets or sets polygon's exterior ring.
Public propertyInteriorRings
Gets or sets polygon's interior rings.
Public propertyInterpolation
Returns surface interpolation.
(Overrides GeSurfaceInterpolation.)
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides GeGeometryIsEmpty.)
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeGeometryLength.)
Public propertyNormal
Returns unit normal vector of this surface. If surface has no normal, returns empty vector.
(Overrides GeSurfaceNormal.)
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also