Package com.esri.core.geometry
Class Bufferer.BufferCommand
java.lang.Object
com.esri.core.geometry.Bufferer.BufferCommand
- Enclosing class:
Bufferer
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BufferCommand
(Point2D from, Point2D to, int next, int prev, String dummy) private
BufferCommand
(Point2D from, Point2D to, Point2D center, int type, int next, int prev) -
Method Summary
-
Field Details
-
m_from
-
m_to
-
m_center
-
m_next
private int m_next -
m_prev
private int m_prev -
m_type
private int m_type
-
-
Constructor Details
-
BufferCommand
-
BufferCommand
-