|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.featureutils.EnvelopeBuffer
Class to allow changes to an envelope.
Constructor Summary | |
EnvelopeBuffer()
Creates an empty EnvelopeBuffer. |
|
EnvelopeBuffer(Envelope inEnvelope)
Creates a new instance of EnvelopeBuffer |
Method Summary | |
void |
expandToInclude(double inX,
double inY)
Expands this envelope to include the Point sent in. |
void |
expandToInclude(Envelope inEnvelope)
Expands this envelope to include the envelope sent in. |
void |
expandToInclude(Point inPoint)
Expands this envelope to include the Point sent in. |
Envelope |
getEnvelope()
Return the envelope from this EnvelopeBuffer. |
double |
getMaxX()
Return the Maximum X coordinate. |
double |
getMaxY()
Return the Maximum Y coordinate. |
double |
getMinX()
Return the Minimum X coordinate. |
double |
getMinY()
Return the minimum Y coordinate. |
void |
setMaxX(double inMaxX)
Set the Maximum X coordinate. |
void |
setMaxY(double inMaxY)
Set the Maximum Y coordinate. |
void |
setMinX(double inMinX)
Set the Minimum X coordinate. |
void |
setMinY(double inMinY)
Set the Minimum Y coordinate. |
void |
translate(double diffX,
double diffY)
Translate this envelope buffer the given distance in X and Y. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnvelopeBuffer()
public EnvelopeBuffer(Envelope inEnvelope)
Method Detail |
public double getMinX()
public void setMinX(double inMinX)
public double getMaxX()
public void setMaxX(double inMaxX)
public double getMinY()
public void setMinY(double inMinY)
public double getMaxY()
public void setMaxY(double inMaxY)
public void expandToInclude(Envelope inEnvelope)
public void expandToInclude(Point inPoint)
public void expandToInclude(double inX, double inY)
public void translate(double diffX, double diffY)
public Envelope getEnvelope()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |