|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.MapDescription
public class MapDescription
COM Class 'MapDescription'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'The Map Description coclass contains settings of a map in the current document.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.IMapDescription |
|---|
IID, IID4a81affe_0883_4062_8536_85ab858a10a5, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IMapDescription2 |
|---|
IID, IIDeea2fceb_f704_4de2_b2cf_289d1788cdab, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IMapTimeDescription2 |
|---|
IID, IID2305fe16_0e11_4291_b824_8e6ceb1649f4, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IMapTimeDescription |
|---|
IIDaa4291a6_8c04_4519_8aa5_4edb246f726b |
| Fields inherited from interface com.esri.arcgis.carto.IMapServerGeoTransformation |
|---|
IID, IIDae983588_93a2_465f_8228_0617d8d5c23b, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
|---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Constructor Summary | |
|---|---|
MapDescription()
Constructs a MapDescription using ArcGIS Engine. |
|
MapDescription(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapDescription theMapDescription = (MapDescription) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IFillSymbol |
getBackgroundSymbol()
Background symbol of the Map. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IGraphicElements |
getCustomGraphics()
Custom graphics. |
IGeoTransformation |
getGeoTransformation()
On-the-fly geographic transformations. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayerDescriptions |
getLayerDescriptions()
A collection of Layer Description objects, each describing a layer within the map (data frame). |
IMapArea |
getMapArea()
The display area of the map (data frame). |
double |
getMapRotation()
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. |
java.lang.String |
getName()
The name of the map (data frame). |
IColor |
getSelectionColor()
The default selection color. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ISpatialReference |
getSpatialReference()
The spatial reference of the map (data frame). |
ITimeReference |
getTimeReference()
Time reference used by the time aware content. |
int |
getTimeRelation()
Time relation for the time query. |
ITimeValue |
getTimeValue()
Time value that will be used by the time aware content of the map. |
IColor |
getTransparentColor()
The color that is transparent (100 %). |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a MapDescription. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setBackgroundSymbol(IFillSymbol fillSymbol)
Background symbol of the Map. |
void |
setCustomGraphics(IGraphicElements elements)
Custom graphics. |
void |
setGeoTransformationByRef(IGeoTransformation transformations)
On-the-fly geographic transformations. |
void |
setLayerDescriptions(ILayerDescriptions layerDescriptions)
A collection of Layer Description objects, each describing a layer within the map (data frame). |
void |
setMapArea(IMapArea area)
The display area of the map (data frame). |
void |
setMapRotation(double angleDegrees)
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. |
void |
setName(java.lang.String name)
The name of the map (data frame). |
void |
setSelectionColor(IColor color)
The default selection color. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference of the map (data frame). |
void |
setTimeReferenceByRef(ITimeReference timeReference)
Time reference used by the time aware content. |
void |
setTimeRelation(int relation)
Time relation for the time query. |
void |
setTimeValueByRef(ITimeValue timeValue)
Time value that will be used by the time aware content of the map. |
void |
setTransparentColor(IColor color)
The color that is transparent (100 %). |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public MapDescription()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public MapDescription(java.lang.Object obj)
throws java.io.IOException
MapDescription theMapDescription = (MapDescription) obj;
obj to MapDescription.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IMapDescriptiongetName in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IMapDescriptionsetName in interface IMapDescription2name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMapArea getMapArea()
throws java.io.IOException,
AutomationException
getMapArea in interface IMapDescriptiongetMapArea in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapArea(IMapArea area)
throws java.io.IOException,
AutomationException
setMapArea in interface IMapDescriptionsetMapArea in interface IMapDescription2area - A reference to a com.esri.arcgis.carto.IMapArea (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayerDescriptions getLayerDescriptions()
throws java.io.IOException,
AutomationException
getLayerDescriptions in interface IMapDescriptiongetLayerDescriptions in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerDescriptions(ILayerDescriptions layerDescriptions)
throws java.io.IOException,
AutomationException
setLayerDescriptions in interface IMapDescriptionsetLayerDescriptions in interface IMapDescription2layerDescriptions - A reference to a com.esri.arcgis.carto.ILayerDescriptions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMapRotation()
throws java.io.IOException,
AutomationException
getMapRotation in interface IMapDescriptiongetMapRotation in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapRotation(double angleDegrees)
throws java.io.IOException,
AutomationException
setMapRotation in interface IMapDescriptionsetMapRotation in interface IMapDescription2angleDegrees - The angleDegrees (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IMapDescriptiongetSpatialReference in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference spatialReference)
throws java.io.IOException,
AutomationException
setSpatialReferenceByRef in interface IMapDescriptionsetSpatialReferenceByRef in interface IMapDescription2spatialReference - 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.
public IGraphicElements getCustomGraphics()
throws java.io.IOException,
AutomationException
getCustomGraphics in interface IMapDescriptiongetCustomGraphics in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomGraphics(IGraphicElements elements)
throws java.io.IOException,
AutomationException
setCustomGraphics in interface IMapDescriptionsetCustomGraphics in interface IMapDescription2elements - A reference to a com.esri.arcgis.carto.IGraphicElements (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getTransparentColor()
throws java.io.IOException,
AutomationException
getTransparentColor in interface IMapDescriptiongetTransparentColor in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparentColor(IColor color)
throws java.io.IOException,
AutomationException
setTransparentColor in interface IMapDescriptionsetTransparentColor in interface IMapDescription2color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getSelectionColor()
throws java.io.IOException,
AutomationException
getSelectionColor in interface IMapDescriptiongetSelectionColor in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionColor(IColor color)
throws java.io.IOException,
AutomationException
setSelectionColor in interface IMapDescriptionsetSelectionColor in interface IMapDescription2color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getBackgroundSymbol()
throws java.io.IOException,
AutomationException
getBackgroundSymbol in interface IMapDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundSymbol(IFillSymbol fillSymbol)
throws java.io.IOException,
AutomationException
setBackgroundSymbol in interface IMapDescription2fillSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeValue getTimeValue()
throws java.io.IOException,
AutomationException
getTimeValue in interface IMapTimeDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeValueByRef(ITimeValue timeValue)
throws java.io.IOException,
AutomationException
setTimeValueByRef in interface IMapTimeDescriptiontimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeReference getTimeReference()
throws java.io.IOException,
AutomationException
getTimeReference in interface IMapTimeDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeReferenceByRef(ITimeReference timeReference)
throws java.io.IOException,
AutomationException
setTimeReferenceByRef in interface IMapTimeDescriptiontimeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTimeRelation()
throws java.io.IOException,
AutomationException
getTimeRelation in interface IMapTimeDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeRelation(int relation)
throws java.io.IOException,
AutomationException
setTimeRelation in interface IMapTimeDescription2relation - A com.esri.arcgis.system.esriTimeRelation constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeoTransformationByRef(IGeoTransformation transformations)
throws java.io.IOException,
AutomationException
setGeoTransformationByRef in interface IMapServerGeoTransformationtransformations - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoTransformation getGeoTransformation()
throws java.io.IOException,
AutomationException
getGeoTransformation in interface IMapServerGeoTransformationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||