| MGExtentEx Object |
|
The MGExtentEx object represents spatial extents or a bounding box.
This object can be created using the createObject method of MGMap and it is returned from other methods such as MGMap.getMapExtent, MGMapObject.getExtentEx, and MGPrimitive.getExtent.
Java Development for Autodesk MapGuide Viewer Plug-In: For Autodesk MapGuide Viewer Plug-In, the Java class MGExtentEx extends java.lang.Object and can be found in the mapguide package, located in the npmapv32.zip file in the Netscape Plugins folder.
Java Development for Autodesk MapGuide Viewer, Java Edition: For Autodesk MapGuide Viewer, Java Edition, MGExtentEx is a Java interface that resides in the com.autodesk.mgjava package, which is located in the mgjava.cab file (for Windows systems only) and the mgjava.jar file (for all platforms).
|
Compares this MGExtentEx to the specified object. |
|
|
Gets the maximum X value, or longitude, of the extent. |
|
|
Gets the maximum Y value, or latitude, of the extent. |
|
|
Gets the minimum X value, or longitude, of the extent. |
|
|
Gets the minimum Y value, or latitude, of the extent. |
|
|
Sets the extents of the object. |
Note that direct access to properties is only available in Autodesk MapGuide Viewer ActiveX Control. In Autodesk MapGuide Viewer Plug-In and Autodesk MapGuide Viewer, Java Edition APIs, get/set methods provide access to an object's properties. For compatibility, the ActiveX Control API supports the same get/set methods as the Autodesk MapGuide Viewer Plug-In and the Autodesk MapGuide Viewer, Java Edition APIs.
|
Gets the maximum X value, or longitude, of the extent. |
|
|
Gets the maximum Y value, or latitude, of the extent. |
|
|
Gets the minimum X value, or longitude, of the extent. |
|
|
Gets the minimum Y value, or latitude, of the extent. |