You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.4 KiB
23 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8" ?> |
|
<Propertys> |
|
<GeometryType Name="Point"> |
|
<Property Name="X Coordinate of Point" AliasName="X坐标" Type="PointX"></Property> |
|
<Property Name="Y Coordinate of Point" AliasName="Y坐标" Type="PointY"></Property> |
|
</GeometryType> |
|
<GeometryType Name="Line"> |
|
<Property Name="Length" AliasName="长度" Type="Length"></Property> |
|
<Property Name="X Coordinate of Line Start" AliasName="线开始X坐标" Type="LineStartX"></Property> |
|
<Property Name="Y Coordinate of Line Start" AliasName="线开始Y坐标" Type="LineStartY"></Property> |
|
<Property Name="X Coordinate of Line End" AliasName="线结束X坐标" Type="LineEndX"></Property> |
|
<Property Name="Y Coordinate of Line End" AliasName="线结束Y坐标" Type="LineEndY"></Property> |
|
<Property Name="X Coordinate of Centroid" AliasName="质心X坐标" Type="LineCentroidX"></Property> |
|
<Property Name="Y Coordinate of Centroid" AliasName="质心Y坐标" Type="LineCentroidY"></Property> |
|
</GeometryType> |
|
<GeometryType Name="Polygon"> |
|
<Property Name="Area" AliasName="面积" Type="Area"></Property> |
|
<Property Name="Perimeter" AliasName="周长" Type="Length"></Property> |
|
<Property Name="X Coordinate of Centroid" AliasName="质心X坐标" Type="PolygonCentroidX"></Property> |
|
<Property Name="Y Coordinate of Centroid" AliasName="质心Y坐标" Type="PolygonCentroidY"></Property> |
|
</GeometryType> |
|
</Propertys> |
|
|
|
|