RePast
v. 2.0

uchicago.src.sim.gui
Interface DrawableGisFeature

All Superinterfaces:
RepastGisFeature
All Known Implementing Classes:
DrawableLineString, DrawablePolygon

public interface DrawableGisFeature
extends RepastGisFeature

Created by IntelliJ IDEA. User: thowe Date: Dec 17, 2002 Time: 1:54:31 PM To change this template use Options | File Templates.


Method Summary
 boolean contains(double x, double y)
           
 void draw(SimGraphics g)
           
 Color getColor()
           
 com.vividsolutions.jts.geom.Coordinate[] getCoords()
           
 void setColor(Color color)
           
 
Methods inherited from interface uchicago.src.sim.gis.RepastGisFeature
addAttribute, crosses, disjoint, getAttribute, getAttributeNames, getGeometry, intersects, isMulti, overlaps, setAttributes, setFeature, setGeometry, touches, within
 

Method Detail

getCoords

public com.vividsolutions.jts.geom.Coordinate[] getCoords()

getColor

public Color getColor()

setColor

public void setColor(Color color)

draw

public void draw(SimGraphics g)

contains

public boolean contains(double x,
                        double y)

RePast
v. 2.0

Bug reports and feature requests to RePast