| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.generator |
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
Box.as(Class<Q> castToType) |
Box<P> |
Geometry.getBoundingBox()
Returns the bounding
Box of this instance |
Box<P> |
Box.intersect(Box<P> other)
Intersects the specified
Box with this Box and returns the result. |
static <P extends Position> |
Box.mkEmpty(CoordinateReferenceSystem<P> crs) |
Box<P> |
Box.union(Box<P> other)
Creates an
Box that is the set-theoretic union of this Box with the specified Box |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Box.contains(Box other)
Checks whether this
Box contains the specifies Box. |
Box<P> |
Box.intersect(Box<P> other)
Intersects the specified
Box with this Box and returns the result. |
boolean |
Box.intersects(Box<P> other)
Checks whether this
Box intersects the specifies Box. |
Box<P> |
Box.union(Box<P> other)
Creates an
Box that is the set-theoretic union of this Box with the specified Box |
boolean |
Box.within(Box<P> other)
Checks whether this
Box is contained within the specified Box |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
GeometryGenerators.lineString(int numPnts,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.lineString(int numPnts,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
GeometryGenerators.multiLineString(int numLines,
int numPoints,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.multiLineString(int numLines,
int numPoints,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
GeometryGenerators.multiPoint(int numPnts,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.multiPoint(int numPnts,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
GeometryGenerators.multiPolygon(int numLines,
int numPoints,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.multiPolygon(int numLines,
int numPoints,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
PositionGenerator.nPositionsWithin(int size,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
PositionGenerator.nPositionsWithinAndClosed(int size,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
GeometryGenerators.point(Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.point(Box<P> bbox,
Random rnd) |
static <P extends Position> |
GeometryGenerators.polygon(int numPnts,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.polygon(int numPnts,
Box<P> bbox,
Random rnd) |
static <P extends Position> |
PositionGenerator.positionWithin(Box<P> bbox,
Random rnd) |
Copyright © 2021 geolatte.org. All rights reserved.