public interface Envelope2D extends Shape
| Modifier and Type | Method and Description |
|---|---|
Envelope2D |
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() |
Envelope2D |
scale(double scaleFactor) |
Envelope2D |
translate(double... args) |
Point2D getCentroid()
double getWidth()
double getHeight()
double getArea()
Point2D getSouthWest()
Point2D getNorthEast()
Point2D getSouthEast()
Point2D getNorthWest()
Envelope2D copy()
boolean isBounded()
Envelope2D translate(double... args)
Envelope2D scale(double scaleFactor)
tr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit in interface ShapeShapeUnit getShapeUnit()
getShapeUnit in interface ShapeCopyright © 2018 Terra Software Informatics LLC.. All rights reserved.