|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DERepresentationClass
public class DERepresentationClass
Representation Class Data Element object.
Java class for DERepresentationClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DERepresentationClass">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
<sequence>
<element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RuleIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OverrideFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RequireShapeOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Rules" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRepresentationRuleInfo"/>
<element name="GeneralAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicAttribute"/>
</sequence>
</extension>
</complexContent>
</complexType>
Representation Class Data Element object.
| Constructor Summary | |
|---|---|
DERepresentationClass()
DERepresentationClass default constructor. |
|
DERepresentationClass(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
String featureClassName,
String ruleIDFieldName,
String overrideFieldName,
boolean requireShapeOverride,
RepresentationRuleInfo[] rules,
GraphicAttribute[] generalAttributes)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getFeatureClassName()
The name of the attached feature class. |
GraphicAttribute[] |
getGeneralAttributes()
General attributes defined at the representation class level. |
String |
getOverrideFieldName()
The name of the Override field. |
String |
getRuleIDFieldName()
The name of the RuleID field. |
RepresentationRuleInfo[] |
getRules()
The array of representation rules. |
boolean |
isRequireShapeOverride()
Indicates if a shape override is required for feature representations. |
void |
setFeatureClassName(String value)
The name of the attached feature class. |
void |
setGeneralAttributes(GraphicAttribute[] value)
General attributes defined at the representation class level. |
void |
setOverrideFieldName(String value)
The name of the Override field. |
void |
setRequireShapeOverride(boolean value)
Indicates if a shape override is required for feature representations. |
void |
setRuleIDFieldName(String value)
The name of the RuleID field. |
void |
setRules(RepresentationRuleInfo[] value)
The array of representation rules. |
| Methods inherited from class com.esri.arcgisws.DEDataset |
|---|
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
|---|
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DERepresentationClass(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
String featureClassName,
String ruleIDFieldName,
String overrideFieldName,
boolean requireShapeOverride,
RepresentationRuleInfo[] rules,
GraphicAttribute[] generalAttributes)
public DERepresentationClass()
| Method Detail |
|---|
public String getFeatureClassName()
Stringpublic void setFeatureClassName(String value)
value - allowed object is
Stringpublic String getRuleIDFieldName()
Stringpublic void setRuleIDFieldName(String value)
value - allowed object is
Stringpublic String getOverrideFieldName()
Stringpublic void setOverrideFieldName(String value)
value - allowed object is
Stringpublic boolean isRequireShapeOverride()
public void setRequireShapeOverride(boolean value)
public RepresentationRuleInfo[] getRules()
[] public void setRules(RepresentationRuleInfo[] value)
value - allowed object is
[] public GraphicAttribute[] getGeneralAttributes()
[] public void setGeneralAttributes(GraphicAttribute[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||