public class BoundingBox extends Object
Constructor and Description |
---|
BoundingBox(String s) |
Modifier and Type | Method and Description |
---|---|
org.locationtech.jts.geom.Envelope |
envelope() |
org.locationtech.jts.geom.Coordinate |
lowerLeft() |
org.locationtech.jts.geom.Coordinate |
lowerRight() |
org.locationtech.jts.geom.Coordinate |
upperLeft() |
org.locationtech.jts.geom.Coordinate |
upperRight() |
public BoundingBox(String s)
public org.locationtech.jts.geom.Coordinate lowerLeft()
public org.locationtech.jts.geom.Coordinate upperLeft()
public org.locationtech.jts.geom.Coordinate lowerRight()
public org.locationtech.jts.geom.Coordinate upperRight()
public org.locationtech.jts.geom.Envelope envelope()
Copyright © 2019. All rights reserved.