com.neatech.climbplan.geographicinformationgathering
Class ShapeWriter.ourShape

java.lang.Object
  extended by com.neatech.climbplan.geographicinformationgathering.ShapeWriter.ourShape
Enclosing class:
ShapeWriter

private class ShapeWriter.ourShape
extends Object


Field Summary
 Color color
           
 ArrayList<com.vividsolutions.jts.geom.Coordinate> points
           
 Polygon polygon
           
 String type
           
 
Constructor Summary
ShapeWriter.ourShape(Polygon polygon, ArrayList<com.vividsolutions.jts.geom.Coordinate> po, Color color, String type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

polygon

public Polygon polygon

color

public Color color

type

public String type

points

public ArrayList<com.vividsolutions.jts.geom.Coordinate> points
Constructor Detail

ShapeWriter.ourShape

public ShapeWriter.ourShape(Polygon polygon,
                            ArrayList<com.vividsolutions.jts.geom.Coordinate> po,
                            Color color,
                            String type)