Click or drag to resize
IGeGeometry Properties

The IGeGeometry type exposes the following members.

Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
Public propertyArea
Returns total surface area of the geometry.
Public propertyCentroid
Returns geometry centroid coordinate.
Public propertyConvexHull
Returns the smallest convex boundary encompassing geometry.
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
Public propertyDimensions
Returns number of spatial dimensions (2 or 3) of a geometry.
Public propertyEnvelope
Returns geometry envelope.
Public propertyFgf
Returns feature data objects (FDO) binary representation of a geometry.
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
Public propertyWkb
Returns well-known binary representation of a geometry.
Public propertyWkt
Returns well-known text representation of a geometry.
Top
See Also