public interface BBox2D extends Envelope2D
| Modifier and Type | Method and Description |
|---|---|
BBox2D |
copy() |
double |
getArea() |
List<Point2D> |
getBounds() |
Point2D |
getCentroid() |
tr.com.terrayazilim.core.unit.DimensionUnit |
getDimensionUnit() |
double |
getHeight() |
Point2D |
getNorthEast() |
Point2D |
getNorthWest() |
ShapeUnit |
getShapeUnit() |
Point2D |
getSouthEast() |
Point2D |
getSouthWest() |
double |
getWidth() |
boolean |
isBounded() |
BBox2D |
scale(double scaleFactor) |
BBox2D |
setNorthEast(Point2D point2D) |
BBox2D |
setSouthWest(Point2D point2D) |
BBox2D |
translate(double... args) |
ShapeUnit getShapeUnit()
getShapeUnit in interface Envelope2DgetShapeUnit in interface Shapetr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit in interface Envelope2DgetDimensionUnit in interface ShapeBBox2D scale(double scaleFactor)
BBox2D translate(double... args)
boolean isBounded()
BBox2D copy()
Point2D getNorthWest()
getNorthWest in interface Envelope2DPoint2D getSouthEast()
getSouthEast in interface Envelope2DPoint2D getNorthEast()
getNorthEast in interface Envelope2DPoint2D getSouthWest()
getSouthWest in interface Envelope2Ddouble getArea()
getArea in interface Envelope2Ddouble getHeight()
getHeight in interface Envelope2Ddouble getWidth()
getWidth in interface Envelope2DPoint2D getCentroid()
getCentroid in interface Envelope2DCopyright © 2018 Terra Software Informatics LLC.. All rights reserved.