2.24.4.10 ST_GeoProjectionType

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_Geography

This simple type<591> specifies the cartographic map projection for a geospatial series.

Value

Meaning

mercator

Specifies a Mercator projection for the geospatial series.

miller

Specifies a Miller cylindrical projection for the geospatial series.

robinson

Specifies a Robinson projection for the geospatial series.

albers

Specifies an Albers equal-area conic projection for the geospatial series.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_GeoProjectionType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="mercator"/>
     <xsd:enumeration value="miller"/>
     <xsd:enumeration value="robinson"/>
     <xsd:enumeration value="albers"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).