GeoProjectionType 枚举

定义

定义 GeoProjectionType 枚举。

public enum GeoProjectionType
public readonly struct GeoProjectionType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoProjectionType>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoProjectionType>
type GeoProjectionType = 
type GeoProjectionType = struct
    interface IEnumValue
    interface IEnumValueFactory<GeoProjectionType>
Public Enum GeoProjectionType
Public Structure GeoProjectionType
Implements IEnumValue, IEnumValueFactory(Of GeoProjectionType), IEquatable(Of GeoProjectionType)
继承
GeoProjectionType
继承
GeoProjectionType

字段

名称 说明
Mercator 0
Miller 1
Robinson 2
Albers 3
Albers

albers。

当项序列化为 xml 时,其值为“albers”。

Equality(GeoProjectionType, GeoProjectionType)
Equals(GeoProjectionType)
Equals(Object)
GeoProjectionType(String)

创建新的 GeoProjectionType 枚举实例

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoProjectionType>.Create(String)
Inequality(GeoProjectionType, GeoProjectionType)
Mercator

墨卡托。

当项序列化为 xml 时,其值为“mercator”。

Miller

磨坊主。

当项序列化为 xml 时,其值为“miller”。

Robinson

罗宾逊。

当项序列化为 xml 时,其值为“robinson”。

ToString()

适用于