Package com.esri.core.geometry
Class ConstructOffset.GraphicPoint
java.lang.Object
com.esri.core.geometry.ConstructOffset.GraphicPoint
- Enclosing class:
ConstructOffset
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphicPoint
(double x_, double y_) GraphicPoint
(ConstructOffset.GraphicPoint srcPt, double d, double angle) GraphicPoint
(ConstructOffset.GraphicPoint pt1, ConstructOffset.GraphicPoint pt2, double ratio) -
Method Summary
-
Field Details
-
x
double x -
y
double y -
m_next
int m_next -
m_prev
int m_prev -
m
double m -
type
int type
-
-
Constructor Details
-
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)
-