org.cresques.px
Class PxLayerList

java.lang.Object
  extended byorg.cresques.px.PxObjList
      extended byorg.cresques.px.PxLayerList
All Implemented Interfaces:
Colored, Drawable, Extent.Has, IObjList, Projected

public class PxLayerList
extends PxObjList


Nested Class Summary
 
Nested classes inherited from class org.cresques.px.IObjList
IObjList.vector
 
Field Summary
 
Fields inherited from class org.cresques.px.PxObjList
extent
 
Constructor Summary
PxLayerList()
           
 
Method Summary
 void add(PxLayer layer)
           
 PxLayer getByName(java.lang.String lName)
           
 PxLayer getCurrent()
           
 Extent getExtent()
           
 boolean isCurrent(PxLayer layer)
           
 void setCurrent(PxLayer layer)
           
 
Methods inherited from class org.cresques.px.PxObjList
add, c, c, clear, draw, drawPxContour, getAt, getColor, getFillColor, getProjection, iterator, remove, reProject, setColor, setFillColor, setProjection, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PxLayerList

public PxLayerList()
Method Detail

add

public void add(PxLayer layer)

getByName

public PxLayer getByName(java.lang.String lName)

isCurrent

public boolean isCurrent(PxLayer layer)

getCurrent

public PxLayer getCurrent()

setCurrent

public void setCurrent(PxLayer layer)

getExtent

public Extent getExtent()
Specified by:
getExtent in interface Extent.Has
Overrides:
getExtent in class PxObjList