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

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.trergn.Overview
      extended by uk.me.parabola.imgfmt.app.trergn.PointOverview
All Implemented Interfaces:
java.lang.Comparable<Overview>

public class PointOverview
extends Overview

Points have both a type and a subtype.

Author:
Steve Ratcliffe

Field Summary
 
Fields inherited from class uk.me.parabola.imgfmt.app.trergn.Overview
LINE_KIND, POINT_KIND, SHAPE_KIND
 
Constructor Summary
PointOverview(int type, int minResolution)
           
 
Method Summary
 
Methods inherited from class uk.me.parabola.imgfmt.app.trergn.Overview
compareTo, equals, getKind, getMinResolution, hasExtType, hashCode, setMaxLevel, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointOverview

public PointOverview(int type,
                     int minResolution)