|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.MaplexLabelEngineLayerProperties
public class MaplexLabelEngineLayerProperties
COM Class 'MaplexLabelEngineLayerProperties'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Properties that specify the labeling of a layer and conversion of labels to annotation.' 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.IAnnotateProperties |
|---|
IID, IID01004141_0d1c_11d2_a26f_080009b6f22b, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IAnnotateLayerProperties |
|---|
IID, IID01004142_0d1c_11d2_a26f_080009b6f22b, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.ILabelEngineLayerProperties |
|---|
IID, IID01004143_0d1c_11d2_a26f_080009b6f22b, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.ILabelEngineLayerProperties2 |
|---|
IID, IID59a8eeba_8ef7_4143_b497_4efcaf6a2405, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IAnnotateLayerTransformationProperties |
|---|
IID, IID3eb7ef02_dd8b_11d2_9f47_00c04f6bc6a5, 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 |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Constructor Summary | |
|---|---|
MaplexLabelEngineLayerProperties()
Constructs a MaplexLabelEngineLayerProperties using ArcGIS Engine. |
|
MaplexLabelEngineLayerProperties(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MaplexLabelEngineLayerProperties theMaplexLabelEngineLayerProperties = (MaplexLabelEngineLayerProperties) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
java.lang.String |
esri_getClass()
The class name. |
int |
getAnnotationClassID()
The ID of the annotation class. |
double |
getAnnotationMaximumScale()
The maximum scale at which to display annotation. |
double |
getAnnotationMinimumScale()
The minimum scale at which to display annotation. |
IBasicOverposterLayerProperties |
getBasicOverposterLayerProperties()
The overposter properties, which specify how labels are placed relative to features. |
IEnvelope |
getBounds()
The full extent in world coordinates. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getExpression()
The VBScript or JScript expression that evaluates and formats the label. |
IAnnotationExpressionEngine |
getExpressionParser()
The object that interprets the expression. |
IEnvelope |
getExtent()
The extent to perform labeling in. |
IFeatureLayer |
getFeatureLayer()
The annotated feature class. |
IGraphicsContainer |
getGraphicsContainer()
The output graphics container for placed labels. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLabelWhichFeatures()
The type of features labeled. |
double |
getOffset()
The offset between the label and the feature. |
IOverposterLayerProperties |
getOverposterLayerProperties()
The overposter properties, which specify how labels are placed relative to features. |
int |
getPriority()
Priority for labels of this feature class (0 is highest). |
double |
getReferenceScale()
Reference scale for computing scaled symbol sizes. |
double |
getScaleRatio()
Scale ratio of the transformation. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ITextSymbol |
getSymbol()
The text symbol used to draw the label. |
int |
getSymbolID()
The ID of the group symbol used to draw the label. |
int |
getUnits()
The units of the world coordinates. |
java.lang.String |
getWhereClause()
SQL where clause that determines which features are labeled. |
int |
hashCode()
the hashcode for this object |
boolean |
isAddUnplacedToGraphicsContainer()
Indicates if overflow labels are put into a graphics container. |
boolean |
isCreateUnplacedElements()
Indicates if unplaced elements are created. |
void |
isDirty()
isDirty |
boolean |
isDisplayAnnotation()
Indicates if the layer displays annotation. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isExpressionSimple()
Indicates if the expression is simple. |
boolean |
isFeatureLinked()
Indicates if the text is feature linked. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isUseOutput()
Indicates if the output will be used. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a MaplexLabelEngineLayerProperties. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAddUnplacedToGraphicsContainer(boolean value)
Indicates if overflow labels are put into a graphics container. |
void |
setAnnotationClassID(int annotationClassID)
The ID of the annotation class. |
void |
setAnnotationMaximumScale(double maxScale)
The maximum scale at which to display annotation. |
void |
setAnnotationMinimumScale(double minScale)
The minimum scale at which to display annotation. |
void |
setBasicOverposterLayerPropertiesByRef(IBasicOverposterLayerProperties props)
The overposter properties, which specify how labels are placed relative to features. |
void |
setBounds(IEnvelope bounds)
The full extent in world coordinates. |
void |
setClass(java.lang.String className)
The class name. |
void |
setCreateUnplacedElements(boolean flag)
Indicates if unplaced elements are created. |
void |
setDisplayAnnotation(boolean value)
Indicates if the layer displays annotation. |
void |
setExpression(java.lang.String expression)
The VBScript or JScript expression that evaluates and formats the label. |
void |
setExpressionParserByRef(IAnnotationExpressionEngine engine)
The object that interprets the expression. |
void |
setExtent(IEnvelope extent)
The extent to perform labeling in. |
void |
setFeatureLayerByRef(IFeatureLayer featureLayer)
The annotated feature class. |
void |
setFeatureLinked(boolean flag)
Indicates if the text is feature linked. |
void |
setGraphicsContainerByRef(IGraphicsContainer graphicsContainer)
The output graphics container for placed labels. |
void |
setIsExpressionSimple(boolean simpleExpression)
Indicates if the expression is simple. |
void |
setLabelWhichFeatures(int type)
The type of features labeled. |
void |
setOffset(double offset)
The offset between the label and the feature. |
void |
setOverposterLayerPropertiesByRef(IOverposterLayerProperties props)
The overposter properties, which specify how labels are placed relative to features. |
void |
setPriority(int priority)
Priority for labels of this feature class (0 is highest). |
void |
setReferenceScale(double scale)
Reference scale for computing scaled symbol sizes. |
void |
setScaleRatio(double scale)
Scale ratio of the transformation. |
void |
setSymbolByRef(ITextSymbol textSymbol)
The text symbol used to draw the label. |
void |
setSymbolID(int pSymbolID)
The ID of the group symbol used to draw the label. |
void |
setUnits(int unitsCode)
The units of the world coordinates. |
void |
setUseOutput(boolean set)
Indicates if the output will be used. |
void |
setWhereClause(java.lang.String whereClause)
SQL where clause that determines which features are labeled. |
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 MaplexLabelEngineLayerProperties()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public MaplexLabelEngineLayerProperties(java.lang.Object obj)
throws java.io.IOException
MaplexLabelEngineLayerProperties theMaplexLabelEngineLayerProperties = (MaplexLabelEngineLayerProperties) obj;
obj to MaplexLabelEngineLayerProperties.
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 void setUseOutput(boolean set)
throws java.io.IOException,
AutomationException
setUseOutput in interface IAnnotateLayerPropertiesset - The set (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseOutput()
throws java.io.IOException,
AutomationException
isUseOutput in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtent(IEnvelope extent)
throws java.io.IOException,
AutomationException
setExtent in interface IAnnotateLayerPropertiesextent - 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.
public IFeatureLayer getFeatureLayer()
throws java.io.IOException,
AutomationException
getFeatureLayer in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeatureLayerByRef(IFeatureLayer featureLayer)
throws java.io.IOException,
AutomationException
setFeatureLayerByRef in interface IAnnotateLayerPropertiesfeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClass(java.lang.String className)
throws java.io.IOException,
AutomationException
setClass in interface IAnnotateLayerPropertiesclassName - The className (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String esri_getClass()
throws java.io.IOException,
AutomationException
esri_getClass in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelWhichFeatures(int type)
throws java.io.IOException,
AutomationException
setLabelWhichFeatures in interface IAnnotateLayerPropertiestype - A com.esri.arcgis.carto.esriLabelWhichFeatures constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLabelWhichFeatures()
throws java.io.IOException,
AutomationException
getLabelWhichFeatures in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCreateUnplacedElements(boolean flag)
throws java.io.IOException,
AutomationException
setCreateUnplacedElements in interface IAnnotateLayerPropertiesflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCreateUnplacedElements()
throws java.io.IOException,
AutomationException
isCreateUnplacedElements in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAnnotationMinimumScale()
throws java.io.IOException,
AutomationException
getAnnotationMinimumScale in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnnotationMinimumScale(double minScale)
throws java.io.IOException,
AutomationException
setAnnotationMinimumScale in interface IAnnotateLayerPropertiesminScale - The minScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAnnotationMaximumScale()
throws java.io.IOException,
AutomationException
getAnnotationMaximumScale in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnnotationMaximumScale(double maxScale)
throws java.io.IOException,
AutomationException
setAnnotationMaximumScale in interface IAnnotateLayerPropertiesmaxScale - The maxScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeatureLinked(boolean flag)
throws java.io.IOException,
AutomationException
setFeatureLinked in interface IAnnotateLayerPropertiesflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFeatureLinked()
throws java.io.IOException,
AutomationException
isFeatureLinked in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriority(int priority)
throws java.io.IOException,
AutomationException
setPriority in interface IAnnotateLayerPropertiespriority - The priority (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPriority()
throws java.io.IOException,
AutomationException
getPriority in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDisplayAnnotation()
throws java.io.IOException,
AutomationException
isDisplayAnnotation in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayAnnotation(boolean value)
throws java.io.IOException,
AutomationException
setDisplayAnnotation in interface IAnnotateLayerPropertiesvalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
setWhereClause in interface IAnnotateLayerPropertieswhereClause - The whereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
getWhereClause in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGraphicsContainerByRef(IGraphicsContainer graphicsContainer)
throws java.io.IOException,
AutomationException
setGraphicsContainerByRef in interface IAnnotateLayerPropertiesgraphicsContainer - A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGraphicsContainer getGraphicsContainer()
throws java.io.IOException,
AutomationException
getGraphicsContainer in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddUnplacedToGraphicsContainer()
throws java.io.IOException,
AutomationException
isAddUnplacedToGraphicsContainer in interface IAnnotateLayerPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddUnplacedToGraphicsContainer(boolean value)
throws java.io.IOException,
AutomationException
setAddUnplacedToGraphicsContainer in interface IAnnotateLayerPropertiesvalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolByRef(ITextSymbol textSymbol)
throws java.io.IOException,
AutomationException
setSymbolByRef in interface ILabelEngineLayerPropertiessetSymbolByRef in interface ILabelEngineLayerProperties2textSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getSymbol()
throws java.io.IOException,
AutomationException
getSymbol in interface ILabelEngineLayerPropertiesgetSymbol in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolID(int pSymbolID)
throws java.io.IOException,
AutomationException
setSymbolID in interface ILabelEngineLayerPropertiessetSymbolID in interface ILabelEngineLayerProperties2pSymbolID - The pSymbolID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSymbolID()
throws java.io.IOException,
AutomationException
getSymbolID in interface ILabelEngineLayerPropertiesgetSymbolID in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffset(double offset)
throws java.io.IOException,
AutomationException
setOffset in interface ILabelEngineLayerPropertiessetOffset in interface ILabelEngineLayerProperties2offset - The offset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffset()
throws java.io.IOException,
AutomationException
getOffset in interface ILabelEngineLayerPropertiesgetOffset in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBasicOverposterLayerPropertiesByRef(IBasicOverposterLayerProperties props)
throws java.io.IOException,
AutomationException
setBasicOverposterLayerPropertiesByRef in interface ILabelEngineLayerPropertiessetBasicOverposterLayerPropertiesByRef in interface ILabelEngineLayerProperties2props - A reference to a com.esri.arcgis.carto.IBasicOverposterLayerProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBasicOverposterLayerProperties getBasicOverposterLayerProperties()
throws java.io.IOException,
AutomationException
getBasicOverposterLayerProperties in interface ILabelEngineLayerPropertiesgetBasicOverposterLayerProperties in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
setExpression in interface ILabelEngineLayerPropertiessetExpression in interface ILabelEngineLayerProperties2expression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExpression()
throws java.io.IOException,
AutomationException
getExpression in interface ILabelEngineLayerPropertiesgetExpression in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsExpressionSimple(boolean simpleExpression)
throws java.io.IOException,
AutomationException
setIsExpressionSimple in interface ILabelEngineLayerPropertiessetIsExpressionSimple in interface ILabelEngineLayerProperties2simpleExpression - The simpleExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExpressionSimple()
throws java.io.IOException,
AutomationException
isExpressionSimple in interface ILabelEngineLayerPropertiesisExpressionSimple in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionParserByRef(IAnnotationExpressionEngine engine)
throws java.io.IOException,
AutomationException
setExpressionParserByRef in interface ILabelEngineLayerPropertiessetExpressionParserByRef in interface ILabelEngineLayerProperties2engine - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAnnotationExpressionEngine getExpressionParser()
throws java.io.IOException,
AutomationException
getExpressionParser in interface ILabelEngineLayerPropertiesgetExpressionParser in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnnotationClassID(int annotationClassID)
throws java.io.IOException,
AutomationException
setAnnotationClassID in interface ILabelEngineLayerProperties2annotationClassID - The annotationClassID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAnnotationClassID()
throws java.io.IOException,
AutomationException
getAnnotationClassID in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverposterLayerPropertiesByRef(IOverposterLayerProperties props)
throws java.io.IOException,
AutomationException
setOverposterLayerPropertiesByRef in interface ILabelEngineLayerProperties2props - A reference to a com.esri.arcgis.carto.IOverposterLayerProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IOverposterLayerProperties getOverposterLayerProperties()
throws java.io.IOException,
AutomationException
getOverposterLayerProperties in interface ILabelEngineLayerProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBounds(IEnvelope bounds)
throws java.io.IOException,
AutomationException
setBounds in interface IAnnotateLayerTransformationPropertiesbounds - 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.
public IEnvelope getBounds()
throws java.io.IOException,
AutomationException
getBounds in interface IAnnotateLayerTransformationPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IAnnotateLayerTransformationPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnits(int unitsCode)
throws java.io.IOException,
AutomationException
setUnits in interface IAnnotateLayerTransformationPropertiesunitsCode - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScaleRatio()
throws java.io.IOException,
AutomationException
getScaleRatio in interface IAnnotateLayerTransformationPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleRatio(double scale)
throws java.io.IOException,
AutomationException
setScaleRatio in interface IAnnotateLayerTransformationPropertiesscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IAnnotateLayerTransformationPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScale(double scale)
throws java.io.IOException,
AutomationException
setReferenceScale in interface IAnnotateLayerTransformationPropertiesscale - The scale (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 IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
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 | ||||||||