public class SpatialCoverageProperty extends Object
| 构造器和说明 |
|---|
SpatialCoverageProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getBottom() |
double |
getLeft() |
double |
getRight() |
double |
getTop() |
void |
setBottom(double bottom) |
void |
setLeft(double left) |
void |
setRight(double right) |
void |
setTop(double top) |
public double getTop()
public void setTop(double top)
public double getRight()
public void setRight(double right)
public double getBottom()
public void setBottom(double bottom)
public double getLeft()
public void setLeft(double left)
Copyright © 2020 GTMAP. All rights reserved.