|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.EditTemplate
public class EditTemplate
COM Class 'EditTemplate'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'EditTemplate Class' 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.IEditTemplate |
---|
IID, IID0952f6c1_5e9d_4e2e_bc99_ed55bcc4c6ce, 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 | |
---|---|
EditTemplate()
Constructs a EditTemplate using ArcGIS Engine. |
|
EditTemplate(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. EditTemplate theEditTemplate = (EditTemplate) obj; |
Method Summary | |
---|---|
void |
clearDefaultValues()
Removes all the default values currently set. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
int |
getCreateCount()
Returns the number of times this template has created a feature. |
java.lang.Object |
getDefaultValue(java.lang.String field)
Gets the default value for the given field. |
java.lang.String |
getDescription()
Gets the description of the template. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayer |
getLayer()
Gets the layer of the template. |
java.lang.String |
getName()
Gets the name of the template. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getTags()
The tags of the item. |
GUID |
getTool()
Gets the tool for the template. |
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 EditTemplate. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setDefaultValue(java.lang.String field,
java.lang.Object value,
boolean initDefaultValues)
Sets the default value for the given field. |
void |
setDefaultValues(IFeature feature)
Sets the default values on the given feature. |
void |
setDescription(java.lang.String description)
Gets the description of the template. |
void |
setLayerByRef(ILayer layer)
Gets the layer of the template. |
void |
setName(java.lang.String name)
Gets the name of the template. |
void |
setTags(java.lang.String tags)
The tags of the item. |
void |
setTool(GUID tool)
Gets the tool for the template. |
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 EditTemplate() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic EditTemplate(java.lang.Object obj) throws java.io.IOException
EditTemplate theEditTemplate = (EditTemplate) obj;
obj
to EditTemplate
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IEditTemplate
java.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 IEditTemplate
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
setDescription
in interface IEditTemplate
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws java.io.IOException, AutomationException
getLayer
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer layer) throws java.io.IOException, AutomationException
setLayerByRef
in interface IEditTemplate
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public GUID getTool() throws java.io.IOException, AutomationException
getTool
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTool(GUID tool) throws java.io.IOException, AutomationException
setTool
in interface IEditTemplate
tool
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearDefaultValues() throws java.io.IOException, AutomationException
clearDefaultValues
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultValue(java.lang.String field) throws java.io.IOException, AutomationException
getDefaultValue
in interface IEditTemplate
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultValue(java.lang.String field, java.lang.Object value, boolean initDefaultValues) throws java.io.IOException, AutomationException
setDefaultValue
in interface IEditTemplate
field
- The field (in)value
- A Variant (in)initDefaultValues
- The initDefaultValues (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultValues(IFeature feature) throws java.io.IOException, AutomationException
setDefaultValues
in interface IEditTemplate
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCreateCount() throws java.io.IOException, AutomationException
getCreateCount
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTags() throws java.io.IOException, AutomationException
getTags
in interface IEditTemplate
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTags(java.lang.String tags) throws java.io.IOException, AutomationException
setTags
in interface IEditTemplate
tags
- The tags (in)
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 IPersist
pClassID
- 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 isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |