public class WorldEnvelope extends Object implements Serializable
Constructor and Description |
---|
WorldEnvelope() |
WorldEnvelope(WorldEnvelope envelope) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.locationtech.jts.geom.Coordinate c) |
void |
expandToInclude(org.locationtech.jts.geom.Coordinate c) |
void |
expandToInclude(double x,
double y) |
double |
getLowerLeftLatitude() |
double |
getLowerLeftLongitude() |
double |
getUpperRightLatitude() |
double |
getUpperRightLongitude() |
public WorldEnvelope()
public WorldEnvelope(WorldEnvelope envelope)
public void expandToInclude(org.locationtech.jts.geom.Coordinate c)
public void expandToInclude(double x, double y)
public double getLowerLeftLongitude()
public double getLowerLeftLatitude()
public double getUpperRightLongitude()
public double getUpperRightLatitude()
public boolean contains(org.locationtech.jts.geom.Coordinate c)
Copyright © 2019. All rights reserved.