com.neatech.climbplan.geographicinformationgathering
Class ShapeWriter.ourShape
java.lang.Object
com.neatech.climbplan.geographicinformationgathering.ShapeWriter.ourShape
- Enclosing class:
- ShapeWriter
private class ShapeWriter.ourShape
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
polygon
public Polygon polygon
color
public Color color
type
public String type
points
public ArrayList<com.vividsolutions.jts.geom.Coordinate> points
ShapeWriter.ourShape
public ShapeWriter.ourShape(Polygon polygon,
ArrayList<com.vividsolutions.jts.geom.Coordinate> po,
Color color,
String type)