com.esri.arcgis.maplex
Class MaplexAnnotateFeature

java.lang.Object
  extended by com.esri.arcgis.maplex.MaplexAnnotateFeature
All Implemented Interfaces:
IAnnotateFeature, IAnnotateFeature2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class MaplexAnnotateFeature
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAnnotateFeature, IAnnotateFeature2

COM Class 'MaplexAnnotateFeature'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriMaplex.olb'

Description 'A renderer for labeling one feature.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IAnnotateFeature
IID, IID858eb8e3_c2a5_11d2_9f30_00c04f6bc6a5, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IAnnotateFeature2
IID, IID2cf9d4eb_53a9_45aa_a7f7_5a89239cfd5a, xxDummy
 
Constructor Summary
MaplexAnnotateFeature()
          Constructs a MaplexAnnotateFeature using ArcGIS Engine.
MaplexAnnotateFeature(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MaplexAnnotateFeature theMaplexAnnotateFeature = (MaplexAnnotateFeature) 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 hashCode()
          the hashcode for this object
 void label(IAnnotateLayerProperties annoLayerProps, IFeature feature, IDisplay display, ISpatialReference pSpatialRef, IBarrierCollection barrierColl, IElement[] placedElement, IElement[] unplacedElement)
          Labels a feature based on the properties given.
 void label(IOverposterProperties overposterProps, IAnnotateLayerProperties annoLayerProps, IFeature feature, IDisplay display, ISpatialReference pSpatialRef, IBarrierCollection barrierColl, IElement[] placedElement, IElement[] unplacedElement)
          Labels a feature based on the properties given.
 void release()
          Release a MaplexAnnotateFeature.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaplexAnnotateFeature

public MaplexAnnotateFeature()
                      throws java.io.IOException,
                             java.net.UnknownHostException
Constructs a MaplexAnnotateFeature using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

MaplexAnnotateFeature

public MaplexAnnotateFeature(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MaplexAnnotateFeature theMaplexAnnotateFeature = (MaplexAnnotateFeature) obj;

Construct a MaplexAnnotateFeature using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to MaplexAnnotateFeature.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a MaplexAnnotateFeature.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

label

public void label(IAnnotateLayerProperties annoLayerProps,
                  IFeature feature,
                  IDisplay display,
                  ISpatialReference pSpatialRef,
                  IBarrierCollection barrierColl,
                  IElement[] placedElement,
                  IElement[] unplacedElement)
           throws java.io.IOException,
                  AutomationException
Labels a feature based on the properties given.

Specified by:
label in interface IAnnotateFeature
Parameters:
annoLayerProps - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
pSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
barrierColl - A reference to a com.esri.arcgis.carto.IBarrierCollection (in)
placedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
unplacedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

label

public void label(IOverposterProperties overposterProps,
                  IAnnotateLayerProperties annoLayerProps,
                  IFeature feature,
                  IDisplay display,
                  ISpatialReference pSpatialRef,
                  IBarrierCollection barrierColl,
                  IElement[] placedElement,
                  IElement[] unplacedElement)
           throws java.io.IOException,
                  AutomationException
Labels a feature based on the properties given.

Specified by:
label in interface IAnnotateFeature2
Parameters:
overposterProps - A reference to a com.esri.arcgis.carto.IOverposterProperties (in)
annoLayerProps - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
pSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
barrierColl - A reference to a com.esri.arcgis.carto.IBarrierCollection (in)
placedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
unplacedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.