30
|
Chapter 2
Understanding Requests
gmlgeometry.dtd
<!-- ======================================================== -->
<!-- G e o g r a p h y -->
<!-- M a r k u p -->
<!-- L a n g u a g e -->
<!-- -->
<!-- ( G M L ) -->
<!-- -->
<!-- G E O M E T R Y D T D -->
<!-- -->
<!-- Copyright (c) 2001 OGC All Rights Reserved. -->
<!-- ======================================================== -->
<!-- the coordinate element holds a list of coordinates as parsed
character data. Note that it does not reference a SRS and does not
constitute a proper geometry class. -->
<!ELEMENT coordinates (#PCDATA) >
<!ATTLIST coordinates
decimal CDATA #IMPLIED
cs CDATA #IMPLIED
ts CDATA #IMPLIED >
<!-- the Box element defines an extent using a pair of coordinates
and a SRS name. -->
<!ELEMENT Box (coordinates) >
<!ATTLIST Box
ID CDATA #IMPLIED
srsName CDATA #REQUIRED >
<!-- ======================================================== -->
<!-- G E O M E T R Y C L A S S D e f i n i t i o n s -->
<!-- ======================================================== -->
<!-- a Point is defined by a single coordinate. -->
<!ELEMENT Point (coordinates) >
<!ATTLIST Point
ID CDATA #IMPLIED
srsName CDATA #IMPLIED >
<!-- a LineString is defined by two or more coordinates, with linear
interoplation between them. -->
<!ELEMENT LineString (coordinates) >
<!ATTLIST LineString
ID CDATA #IMPLIED
srsName CDATA #IMPLIED >
Содержание 15606-011408-9330 - MAPGUIDE R6.3 SITE LIC-UPG R6
Страница 1: ...April 2004 Autodesk MapGuide LiteView Developer s Guide ...
Страница 12: ...8 Chapter 1 Introduction ...
Страница 38: ...34 Chapter 2 Understanding Requests ...
Страница 90: ...86 Chapter 4 Configuring and Using the Sample Applications ...