uk.me.parabola.imgfmt.app.trergn
Class Polygon

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.trergn.MapObject
      extended by uk.me.parabola.imgfmt.app.trergn.Polyline
          extended by uk.me.parabola.imgfmt.app.trergn.Polygon

public class Polygon
extends Polyline

A Polygon on a garmin map is pretty much treated like a line.

Author:
Steve Ratcliffe

Constructor Summary
Polygon(Subdivision div)
           
 
Method Summary
 
Methods inherited from class uk.me.parabola.imgfmt.app.trergn.Polyline
addCoord, isLastSegment, isRoad, roadHasInternalNodes, setDirection, setLastSegment, setRoadDef, sharesNodeWith, write, write
 
Methods inherited from class uk.me.parabola.imgfmt.app.trergn.MapObject
addRefLabel, getDeltaLong, getExtTypeExtraBytes, getLabel, getNumber, getRefLabels, getSubdiv, getType, hasExtendedType, hasExtendedType, setDeltaLat, setDeltaLong, setExtTypeAttributes, setLabel, setLatitude, setLongitude, setNumber, setSubdiv, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Polygon

public Polygon(Subdivision div)