Package com.esri.core.geometry
Class ConstructOffset.GraphicPoint
- java.lang.Object
-
- com.esri.core.geometry.ConstructOffset.GraphicPoint
-
- Enclosing class:
- ConstructOffset
static class ConstructOffset.GraphicPoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphicPoint(double x_, double y_)
GraphicPoint(ConstructOffset.GraphicPoint pt)
GraphicPoint(ConstructOffset.GraphicPoint srcPt, double d, double angle)
GraphicPoint(ConstructOffset.GraphicPoint pt1, ConstructOffset.GraphicPoint pt2)
GraphicPoint(ConstructOffset.GraphicPoint pt1, ConstructOffset.GraphicPoint pt2, double ratio)
GraphicPoint(Point2D r)
-
-
-
Constructor Detail
-
GraphicPoint
GraphicPoint(double x_, double y_)
-
GraphicPoint
GraphicPoint(Point2D r)
-
GraphicPoint
GraphicPoint(ConstructOffset.GraphicPoint pt)
-
GraphicPoint
GraphicPoint(ConstructOffset.GraphicPoint srcPt, double d, double angle)
-
GraphicPoint
GraphicPoint(ConstructOffset.GraphicPoint pt1, ConstructOffset.GraphicPoint pt2)
-
GraphicPoint
GraphicPoint(ConstructOffset.GraphicPoint pt1, ConstructOffset.GraphicPoint pt2, double ratio)
-
-