public interface IRasterMapModel
extends java.io.Serializable
Description: 'Provides access to member that control RasterMapModel.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa10a39e4_b9ca_11d2_8e30_00a0249480f0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ISpatialReference |
convert2SR(ISpatialReferenceFactory factory)
Converts to Esri Spatial Reference.
|
int |
getAngularUnit()
The AngularUnit of the map model.
|
IDatum |
getDatum()
The Datum of the map model.
|
IRect |
getExtent()
The Extent of the map model.
|
int |
getLinearUnit()
The LinearUnit of the map model.
|
IGeodeticProjection |
getProjection()
The Projection of the map model.
|
ISpheroid |
getSpheroid()
The Spheroid of the map model.
|
IXForm |
getXForm()
The Transformation of the map model.
|
void |
set2SR(ISpatialReference pSR)
Resets to Esri Spatial Reference.
|
void |
setAngularUnit(int pVal)
The AngularUnit of the map model.
|
void |
setDatum(IDatum pVal)
The Datum of the map model.
|
void |
setExtent(IRect pVal)
The Extent of the map model.
|
void |
setLinearUnit(int pVal)
The LinearUnit of the map model.
|
void |
setProjection(IGeodeticProjection pVal)
The Projection of the map model.
|
void |
setSpheroid(ISpheroid pVal)
The Spheroid of the map model.
|
void |
setXForm(IXForm pVal)
The Transformation of the map model.
|
void |
touch(int disp_id)
Sets MapModel for updating.
|
static final int IIDa10a39e4_b9ca_11d2_8e30_00a0249480f0
static final int xxDummy
static final java.lang.String IID
int getAngularUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAngularUnit(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLinearUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinearUnit(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpheroid getSpheroid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpheroid(ISpheroid pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geometry.ISpheroid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDatum getDatum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDatum(IDatum pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geometry.IDatum (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXForm getXForm() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXForm(IXForm pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.datasourcesraster.IXForm (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRect getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtent(IRect pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.datasourcesraster.IRect (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodeticProjection getProjection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProjection(IGeodeticProjection pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.datasourcesraster.IGeodeticProjection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference convert2SR(ISpatialReferenceFactory factory) throws java.io.IOException, AutomationException
factory
- A reference to a com.esri.arcgis.geometry.ISpatialReferenceFactory (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void set2SR(ISpatialReference pSR) throws java.io.IOException, AutomationException
pSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void touch(int disp_id) throws java.io.IOException, AutomationException
disp_id
- The disp_id (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.