|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.SymbologyEnvironment
public class SymbologyEnvironment
COM Class 'SymbologyEnvironment'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'Controls how symbols are drawn as Graphical Device Interface (GDI) objects.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.display.ISymbologyEnvironment2 |
|---|
IID, IIDf8c203ae_65c9_4919_b39f_b006927b2979, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.ISymbologyEnvironment |
|---|
IID65856cd7_ad04_11d3_9fc2_00c04f6bc8dd |
| Fields inherited from interface com.esri.arcgis.display.IPictureSymbolEnvironment |
|---|
IID, IIDc6778756_976c_4761_a3a7_661b2446a7bb, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IFontsInSymbolsEnvironment |
|---|
IID, IID3b2de5e8_95cd_4c41_97fe_8fb8884dcbe0, xxDummy |
| Constructor Summary | |
|---|---|
SymbologyEnvironment()
Constructs a SymbologyEnvironment using ArcGIS Engine. |
|
SymbologyEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SymbologyEnvironment theSymbologyEnvironment = (SymbologyEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getPictureSymbolOptions()
Output options for layers with picture symbols. |
int |
hashCode()
the hashcode for this object |
boolean |
isDisableFontAntialiasing()
Disabling fonts antialiasing in symbols. |
boolean |
isGeometryClipping()
Indicates if all geometry is clipped on output. |
boolean |
isOutputGDICommentForCMYKColor()
Indicates if a GDI comment is output for CMYK colors. |
boolean |
isOutputGDICommentForFeatureAttributes()
Indicates if a GDI comment is output for feature attributes. |
boolean |
isOutputGDICommentForGroupings()
Indicates if a GDI comment is output for groupings. |
boolean |
isOutputGDICommentForHyperlinks()
Indicates if a GDI comment is output for hyperlinks. |
boolean |
isOutputGDICommentForLayers()
Indicates if a GDI comment is output for layers. |
boolean |
isOutputGDICommentForMapsAndLayout()
Indicates if a GDI comment is output for Maps and Page Layout. |
boolean |
isOutputGDICommentForText()
Indicates if a GDI comment is output for text. |
boolean |
isStrokeTrueTypeMarkers()
Indicates if TrueType markers are stroked. |
void |
release()
Release a SymbologyEnvironment. |
void |
setDisableFontAntialiasing(boolean bDisable)
Disabling fonts antialiasing in symbols. |
void |
setGeometryClipping(boolean geometryClipping)
Indicates if all geometry is clipped on output. |
void |
setOutputGDICommentForCMYKColor(boolean pCmykColor)
Indicates if a GDI comment is output for CMYK colors. |
void |
setOutputGDICommentForFeatureAttributes(boolean featureAttributes)
Indicates if a GDI comment is output for feature attributes. |
void |
setOutputGDICommentForGroupings(boolean grouping)
Indicates if a GDI comment is output for groupings. |
void |
setOutputGDICommentForHyperlinks(boolean hyperlinks)
Indicates if a GDI comment is output for hyperlinks. |
void |
setOutputGDICommentForLayers(boolean layers)
Indicates if a GDI comment is output for layers. |
void |
setOutputGDICommentForMapsAndLayout(boolean maps)
Indicates if a GDI comment is output for Maps and Page Layout. |
void |
setOutputGDICommentForText(boolean text)
Indicates if a GDI comment is output for text. |
void |
setPictureSymbolOptions(int options)
Output options for layers with picture symbols. |
void |
setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
Indicates if TrueType markers are stroked. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SymbologyEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SymbologyEnvironment(java.lang.Object obj)
throws java.io.IOException
SymbologyEnvironment theSymbologyEnvironment = (SymbologyEnvironment) obj;
obj to SymbologyEnvironment.
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 boolean isOutputGDICommentForCMYKColor()
throws java.io.IOException,
AutomationException
isOutputGDICommentForCMYKColor in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForCMYKColor(boolean pCmykColor)
throws java.io.IOException,
AutomationException
setOutputGDICommentForCMYKColor in interface ISymbologyEnvironmentpCmykColor - The pCmykColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForLayers()
throws java.io.IOException,
AutomationException
isOutputGDICommentForLayers in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForLayers(boolean layers)
throws java.io.IOException,
AutomationException
setOutputGDICommentForLayers in interface ISymbologyEnvironmentlayers - The layers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForGroupings()
throws java.io.IOException,
AutomationException
isOutputGDICommentForGroupings in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForGroupings(boolean grouping)
throws java.io.IOException,
AutomationException
setOutputGDICommentForGroupings in interface ISymbologyEnvironmentgrouping - The grouping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForText()
throws java.io.IOException,
AutomationException
isOutputGDICommentForText in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForText(boolean text)
throws java.io.IOException,
AutomationException
setOutputGDICommentForText in interface ISymbologyEnvironmenttext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isGeometryClipping()
throws java.io.IOException,
AutomationException
isGeometryClipping in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryClipping(boolean geometryClipping)
throws java.io.IOException,
AutomationException
setGeometryClipping in interface ISymbologyEnvironmentgeometryClipping - The geometryClipping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isStrokeTrueTypeMarkers()
throws java.io.IOException,
AutomationException
isStrokeTrueTypeMarkers in interface ISymbologyEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStrokeTrueTypeMarkers(boolean strokeTrueTypeMarkers)
throws java.io.IOException,
AutomationException
setStrokeTrueTypeMarkers in interface ISymbologyEnvironmentstrokeTrueTypeMarkers - The strokeTrueTypeMarkers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForFeatureAttributes()
throws java.io.IOException,
AutomationException
isOutputGDICommentForFeatureAttributes in interface ISymbologyEnvironment2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForFeatureAttributes(boolean featureAttributes)
throws java.io.IOException,
AutomationException
setOutputGDICommentForFeatureAttributes in interface ISymbologyEnvironment2featureAttributes - The featureAttributes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForHyperlinks()
throws java.io.IOException,
AutomationException
isOutputGDICommentForHyperlinks in interface ISymbologyEnvironment2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForHyperlinks(boolean hyperlinks)
throws java.io.IOException,
AutomationException
setOutputGDICommentForHyperlinks in interface ISymbologyEnvironment2hyperlinks - The hyperlinks (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputGDICommentForMapsAndLayout()
throws java.io.IOException,
AutomationException
isOutputGDICommentForMapsAndLayout in interface ISymbologyEnvironment2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGDICommentForMapsAndLayout(boolean maps)
throws java.io.IOException,
AutomationException
setOutputGDICommentForMapsAndLayout in interface ISymbologyEnvironment2maps - The maps (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPictureSymbolOptions()
throws java.io.IOException,
AutomationException
getPictureSymbolOptions in interface IPictureSymbolEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPictureSymbolOptions(int options)
throws java.io.IOException,
AutomationException
setPictureSymbolOptions in interface IPictureSymbolEnvironmentoptions - A com.esri.arcgis.display.esriPictureSymbolOptions constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDisableFontAntialiasing()
throws java.io.IOException,
AutomationException
isDisableFontAntialiasing in interface IFontsInSymbolsEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisableFontAntialiasing(boolean bDisable)
throws java.io.IOException,
AutomationException
setDisableFontAntialiasing in interface IFontsInSymbolsEnvironmentbDisable - The bDisable (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 | ||||||||