NASA World Wind

gov.nasa.worldwind.render
Class SegmentPlane.ControlPoint

java.lang.Object
  extended by gov.nasa.worldwind.render.SegmentPlane.ControlPoint
Enclosing class:
SegmentPlane

public static class SegmentPlane.ControlPoint
extends Object


Constructor Summary
SegmentPlane.ControlPoint(Object owner, Object key, double uCoordinate, double vCoordinate, boolean relativeToSurface, String shapeType)
           
 
Method Summary
 double[] getCoordinates()
           
 Object getKey()
           
 Object getOwner()
           
 String getShapeType()
           
 boolean isRelativeToSurface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentPlane.ControlPoint

public SegmentPlane.ControlPoint(Object owner,
                                 Object key,
                                 double uCoordinate,
                                 double vCoordinate,
                                 boolean relativeToSurface,
                                 String shapeType)
Method Detail

getCoordinates

public double[] getCoordinates()

getKey

public Object getKey()

getOwner

public Object getOwner()

getShapeType

public String getShapeType()

isRelativeToSurface

public boolean isRelativeToSurface()

NASA World Wind

Hosted by docs.bugaco.com