static void |
ShapeField.decodeTriangle(byte[] t,
ShapeField.DecodedTriangle triangle) |
|
protected boolean |
LatLonShapeBoundingBoxQuery.queryContains(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected boolean |
LatLonShapeQuery.queryContains(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected abstract boolean |
ShapeQuery.queryContains(byte[] triangle,
ShapeField.DecodedTriangle scratchTriangle) |
returns true if the provided triangle is within the query
|
protected boolean |
XYShapeQuery.queryContains(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected boolean |
LatLonShapeBoundingBoxQuery.queryIntersects(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected boolean |
LatLonShapeQuery.queryIntersects(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected abstract boolean |
ShapeQuery.queryIntersects(byte[] triangle,
ShapeField.DecodedTriangle scratchTriangle) |
returns true if the provided triangle intersects the query
|
protected boolean |
XYShapeQuery.queryIntersects(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected boolean |
ShapeQuery.queryMatches(byte[] triangle,
ShapeField.DecodedTriangle scratchTriangle,
ShapeField.QueryRelation queryRelation) |
returns true if the provided triangle matches the query
|
protected Component2D.WithinRelation |
LatLonShapeBoundingBoxQuery.queryWithin(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected Component2D.WithinRelation |
LatLonShapeQuery.queryWithin(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
protected abstract Component2D.WithinRelation |
ShapeQuery.queryWithin(byte[] triangle,
ShapeField.DecodedTriangle scratchTriangle) |
Return the within relationship between the query and the indexed shape.
|
protected Component2D.WithinRelation |
XYShapeQuery.queryWithin(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
|
private static void |
ShapeField.resolveTriangleType(ShapeField.DecodedTriangle triangle) |
|