<POLYGON> : Polygon

Java class : leon.view.LyPolygon

ROLE

A polygon is a set of points that defines a map region.

ATTRIBUTES

<!ATTLIST POLYGON
	  color CDATA #IMPLIED
	  borderColor CDATA #IMPLIED>
Attribute Mand. Description Default
color no Filling color of the polygon.  
borderColor no Border color of the polygon.  

ELEMENTS

<!ELEMENT POLYGON 
	  (POINT+)>
Element Mand. Mult. Description
POINT yes yes Set of points defining the polygon.