|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapContext
COM Interface 'IMapContext'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to the context in which geometric effects and marker placements work.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa7be1534_8847_4a3b_ba08_4d4a94405427
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeometry |
fromGeographyToMap(IGeometry ingeom)
Converts geographic geometry to map context geometry. |
IGeometry |
fromMapToGeography(IGeometry ingeom)
Converts map context geometry to geographic geometry. |
double |
fromPoints(double ptDist)
Converts a distance expressed in points into a geographic distance. |
double |
getReferenceScale()
The reference scale of the map. |
ISpatialReference |
getSpatialReference()
The spatial reference of the map. |
void |
init(ISpatialReference mapProj,
double mapRefScale,
IEnvelope mapExtent)
Initializes the map context. |
void |
initFromDisplay(IDisplayTransformation displayTransform)
Initializes the map context using a display transformation. |
double |
toPoints(double mapDist)
Converts a geographic distance into a distance expressed in points. |
| Field Detail |
|---|
static final int IIDa7be1534_8847_4a3b_ba08_4d4a94405427
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void initFromDisplay(IDisplayTransformation displayTransform)
throws java.io.IOException,
AutomationException
displayTransform - A reference to a com.esri.arcgis.display.IDisplayTransformation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void init(ISpatialReference mapProj,
double mapRefScale,
IEnvelope mapExtent)
throws java.io.IOException,
AutomationException
mapProj - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)mapRefScale - The mapRefScale (in)mapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry fromGeographyToMap(IGeometry ingeom)
throws java.io.IOException,
AutomationException
ingeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry fromMapToGeography(IGeometry ingeom)
throws java.io.IOException,
AutomationException
ingeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getReferenceScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double fromPoints(double ptDist)
throws java.io.IOException,
AutomationException
ptDist - The ptDist (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double toPoints(double mapDist)
throws java.io.IOException,
AutomationException
mapDist - The mapDist (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||