com.vividsolutions.jump.workbench.ui.cursortool.editing
Class InsertVertexTool.SegmentContext

java.lang.Object
  extended by com.vividsolutions.jump.workbench.ui.cursortool.editing.InsertVertexTool.SegmentContext
Enclosing class:
InsertVertexTool

protected static class InsertVertexTool.SegmentContext
extends java.lang.Object


Constructor Summary
InsertVertexTool.SegmentContext(Layer layer, Feature feature, com.vividsolutions.jts.geom.LineSegment segment)
           
 
Method Summary
 Feature getFeature()
           
 Layer getLayer()
           
 com.vividsolutions.jts.geom.LineSegment getSegment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertVertexTool.SegmentContext

public InsertVertexTool.SegmentContext(Layer layer,
                                       Feature feature,
                                       com.vividsolutions.jts.geom.LineSegment segment)
Method Detail

getFeature

public Feature getFeature()

getLayer

public Layer getLayer()

getSegment

public com.vividsolutions.jts.geom.LineSegment getSegment()