gov.nasa.worldwind.render
Class SegmentPlane.ControlPoint
java.lang.Object
gov.nasa.worldwind.render.SegmentPlane.ControlPoint
- Enclosing class:
- SegmentPlane
public static class SegmentPlane.ControlPoint - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentPlane.ControlPoint
public SegmentPlane.ControlPoint(Object owner,
Object key,
double uCoordinate,
double vCoordinate,
boolean relativeToSurface,
String shapeType)
getCoordinates
public double[] getCoordinates()
getKey
public Object getKey()
getOwner
public Object getOwner()
getShapeType
public String getShapeType()
isRelativeToSurface
public boolean isRelativeToSurface()
|
|