org.gdal.ogr
Class Envelope

java.lang.Object
  extended by org.gdal.ogr.Envelope

public class Envelope
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  Envelope()
           
protected Envelope(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(Envelope obj)
           
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 void setMaxX(double value)
           
 void setMaxY(double value)
           
 void setMinX(double value)
           
 void setMinY(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Envelope

protected Envelope(long cPtr,
                   boolean cMemoryOwn)

Envelope

public Envelope()
Method Detail

getCPtr

protected static long getCPtr(Envelope obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setMinX

public void setMinX(double value)

getMinX

public double getMinX()

setMaxX

public void setMaxX(double value)

getMaxX

public double getMaxX()

setMinY

public void setMinY(double value)

getMinY

public double getMinY()

setMaxY

public void setMaxY(double value)

getMaxY

public double getMaxY()