FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Geometry::IEnvelopeImp:
Public Member Functions | |
__property System::Boolean | get_IsEmpty () |
Indicates whether the envelope's extents are set. | |
__property System::Double | get_MaxX () |
Gets the maximum X coordinate value. | |
__property System::Double | get_MaxY () |
Gets the maximum Y coordinate value. | |
__property System::Double | get_MaxZ () |
Gets the maximum Z coordinate value. | |
__property System::Double | get_MinX () |
Gets the minimum X coordinate value. | |
__property System::Double | get_MinY () |
Gets the minimum Y coordinate value. | |
__property System::Double | get_MinZ () |
Gets the minimum Z coordinate value. | |
IEnvelopeImp (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs an IEnvelopeImp managed object based on an unmanaged instance of the object. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs an IEnvelopeImp managed object based on an unmanaged instance of the object.
|
|
Indicates whether the envelope's extents are set.
|
|
Gets the maximum X coordinate value.
|
|
Gets the maximum Y coordinate value.
|
|
Gets the maximum Z coordinate value.
|
|
Gets the minimum X coordinate value.
|
|
Gets the minimum Y coordinate value.
|
|
Gets the minimum Z coordinate value.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |