|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicLayer
COM Interface 'ISchematicLayer'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the schematic layer functionality.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDffb0b3bc_d54d_4983_a000_b9939f7e9020
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ISchematicDiagram |
getSchematicDiagram()
Schematic diagram of the schematic layer. |
IEnumSchematicFeature |
getSchematicFeaturesAtPoint(IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
Schematic features selected in the schematic layer. |
IEnumSchematicFeature |
getSchematicFeaturesAtPointByClass(ISchematicElementClass schematicElementClass,
IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
Schematic features of the specified type around the specified point. |
IEnumSchematicFeature |
getSchematicFeaturesAtPointByType(int elementType,
IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
Schematic features around the specified point. |
IEnumSchematicFeature |
getSchematicFeaturesInZone(IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
Schematic features returned by a spatial query baed on a polygon. |
IEnumSchematicFeature |
getSchematicFeaturesInZoneByClass(ISchematicElementClass schematicElementClass,
IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
Schematic features of the specified class returned by a spatial query baed on a polygon. |
IEnumSchematicFeature |
getSchematicFeaturesInZoneByType(int elementType,
IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
Schematic features of the specified type returned by a spatial query baed on a polygon. |
ISchematicInMemoryDiagram |
getSchematicInMemoryDiagram()
Schematic in memory diagram of the schematic layer. |
IEnumSchematicFeature |
getSchematicSelectedFeatures(boolean onlyVisible)
Schematic in memory diagram of the schematic layer. |
boolean |
isEditingSchematicDiagram()
Indicates if the schematic diagram is being edited inside this layer. |
void |
setSchematicDiagramByRef(ISchematicDiagram diagram)
Schematic diagram of the schematic layer. |
void |
startEditSchematicDiagram(boolean lockDiagram)
Start editing the schematic diagram. |
void |
stopEditSchematicDiagram()
Stop editing the schematic diagram. |
void |
updateExtent()
Recalculate the extent of the schematic diagram. |
| Field Detail |
|---|
static final int IIDffb0b3bc_d54d_4983_a000_b9939f7e9020
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ISchematicDiagram getSchematicDiagram()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicDiagramByRef(ISchematicDiagram diagram)
throws java.io.IOException,
AutomationException
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicSelectedFeatures(boolean onlyVisible)
throws java.io.IOException,
AutomationException
onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesAtPoint(IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)pointSearchDistance - The pointSearchDistance (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesAtPointByType(int elementType,
IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
elementType - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)point - A reference to a com.esri.arcgis.geometry.IPoint (in)pointSearchDistance - The pointSearchDistance (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesAtPointByClass(ISchematicElementClass schematicElementClass,
IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
schematicElementClass - A reference to a com.esri.arcgis.schematic.ISchematicElementClass (in)point - A reference to a com.esri.arcgis.geometry.IPoint (in)pointSearchDistance - The pointSearchDistance (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesInZone(IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
polygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)spatialRelation - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesInZoneByType(int elementType,
IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
elementType - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)polygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)spatialRelation - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicFeature getSchematicFeaturesInZoneByClass(ISchematicElementClass schematicElementClass,
IPolygon polygon,
int spatialRelation,
boolean onlySelectable,
boolean onlyVisible)
throws java.io.IOException,
AutomationException
schematicElementClass - A reference to a com.esri.arcgis.schematic.ISchematicElementClass (in)polygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)spatialRelation - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)onlySelectable - The onlySelectable (in)onlyVisible - The onlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startEditSchematicDiagram(boolean lockDiagram)
throws java.io.IOException,
AutomationException
lockDiagram - The lockDiagram (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopEditSchematicDiagram()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEditingSchematicDiagram()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateExtent()
throws java.io.IOException,
AutomationException
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 | ||||||||