This document is archived and information here might be outdated.  Recommended version.


ISpheroid Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpheroid Interface
ArcGIS Developer Help

ISpheroid Interface

Provides access to members that control the properties of all spheroids.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Defines a spheroid object. You can retrieve any of the three values that define a spheroid: the semimajor or semiminor axes or the flattening. The axes are in meters.

Members

Name Description
Read-only property Abbreviation The abbreviated name of this spatial reference component.
Read-only property Alias The alias of this spatial reference component.
Read-only property FactoryCode The factory code (WKID) of the spatial reference.
Read-only property Flattening The flattening ratio of this spheroid.
Read-only property Name The name of this spatial reference component.
Read-only property Remarks The comment string of this spatial reference component.
Read-only property SemiMajorAxis The semi-major axis length of this spheroid.
Read-only property SemiMinorAxis The semi-minor axis length of this spheroid.

Inherited Interfaces

Interfaces Description
ISpatialReferenceInfo Provides access to members that control the properties common to all components of a spatial reference system.

Classes that implement ISpheroid

Classes Description
Spheroid Creates a spheroid.

.NET Samples

Clonable object