Package ch.so.agi.filegdb.geometry
Class CircularArcSegment
java.lang.Object
ch.so.agi.filegdb.geometry.CircularArcSegment
- All Implemented Interfaces:
FileGdbSegment
Circular arc between the point at
startPointIndex and the following
point.
Properties:
startPointIndex: index of the start point in the partinteriorX: x of the interior point or of the arc centerinteriorY: y of the interior point or of the arc centerbyCenter: whether the coordinates describe the arc center instead of an interior pointcounterClockwise: winding for center based arcs
-
Constructor Summary
ConstructorsConstructorDescriptionCircularArcSegment(int startPointIndex, double interiorX, double interiorY, boolean byCenter, boolean counterClockwise) -
Method Summary
-
Constructor Details
-
CircularArcSegment
public CircularArcSegment(int startPointIndex, double interiorX, double interiorY, boolean byCenter, boolean counterClockwise)
-
-
Method Details
-
startPointIndex
public int startPointIndex()- Specified by:
startPointIndexin interfaceFileGdbSegment
-
interiorX
public double interiorX() -
interiorY
public double interiorY() -
byCenter
public boolean byCenter() -
counterClockwise
public boolean counterClockwise() -
equals
-
hashCode
public final int hashCode() -
toString
-