public class ClipLine extends Object
| 构造器 | 说明 |
|---|---|
ClipLine() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
double |
getValue() |
Get value
|
boolean |
isExtentCross(Extent aExtent) |
Determine if an extent is cross
|
boolean |
isExtentInside(Extent aExtent) |
Determine if an extent is inside
|
boolean |
isInside(PointD aPoint) |
Determine if a point is inside
|
boolean |
isLeftOrTop() |
Get if is left (longitude) or top (latitude)
|
boolean |
isLongitude() |
Get if is longitude
|
void |
setLeftOrTop(boolean istrue) |
Set if is left (longitude) or top (latitude)
|
void |
setLongitude(boolean istrue) |
Set if is longitude
|
void |
setValue(double value) |
Set value
|
public double getValue()
public void setValue(double value)
value - Valuepublic boolean isLongitude()
public void setLongitude(boolean istrue)
istrue - Booleanpublic boolean isLeftOrTop()
public void setLeftOrTop(boolean istrue)
istrue - public boolean isInside(PointD aPoint)
aPoint - The Pointpublic boolean isExtentCross(Extent aExtent)
aExtent - The extentpublic boolean isExtentInside(Extent aExtent)
aExtent - The extentCopyright © 2019. All rights reserved.