Serialized Form
-
Package com.treasure.hunt.jts.geom
-
Class com.treasure.hunt.jts.geom.Circle extends org.locationtech.jts.geom.Coordinate implements Serializable
-
Serialized Fields
-
numPoints
int numPoints
-
radius
double radius
-
-
-
Class com.treasure.hunt.jts.geom.GeometryAngle extends org.locationtech.jts.geom.LineString implements Serializable
-
Class com.treasure.hunt.jts.geom.GeometryUtility extends org.locationtech.jts.geom.Geometry implements Serializable
-
Serialized Fields
-
coordinates
org.locationtech.jts.geom.Coordinate[] coordinates
-
-
-
Class com.treasure.hunt.jts.geom.HalfPlane extends Line implements Serializable
-
Serialized Fields
-
strict
boolean strict
Strict decides whether or not to include points on the threshold line. If strict is true, points on the line (〈 a, x 〉 = b) will be excluded (〈 a, x 〉 > b), otherwise, these will be included (〈 a, x 〉 ≥ b) by theHalfPlane.inside(Coordinate)
method.- See Also:
HalfPlane.inside(Coordinate)
-
-
-
Class com.treasure.hunt.jts.geom.Line extends Ray implements Serializable
-
Class com.treasure.hunt.jts.geom.Ray extends org.locationtech.jts.geom.LineSegment implements Serializable
-
-
Package com.treasure.hunt.strategy.hider.impl
-
Class com.treasure.hunt.strategy.hider.impl.ImpossibleTreasureLocationException extends java.lang.Exception implements Serializable
-
Class com.treasure.hunt.strategy.hider.impl.InvalidHintException extends java.lang.Exception implements Serializable
-