XML Information
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Generic XML Format and GIS -> Intermediate Mapping
Basic GIS XML Format and Mapping
Basic Mapping GIS --> Intermediate Mapping:
<map> <DatasetName>***</DatasetName --> <group name="***"> <Value xsi:type="xs:int">***</Value> --> <shape id="***" class="***"> <Extent xsi:type="esri:EnvelopeN"> *** </Extent> --> <boundingBox> *** </boundingBox> <PointArray xsi:type="esri:ArrayOfPoint"> *** </PointArray> --> <closedPath> *** </closedPath> <Point xsi:type="esri:PointN"> *** </Point> --> <point x="***" y="***"> </point>
Coordinate Conversion:
xo = 1324343.4
yo = 877552.8
round(($X - $xo)*10) div 10 = new X value
round(($Y - $yo)*10) div 10 = new Y value