|
|||||||||
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.3}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.3}ArrayOfRepresentationRuleInfo"/> <element name="GeneralAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfGraphicAttribute"/> <element name="LastRuleID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>Representation Class Data Element object.
Constructor Summary | |
---|---|
DERepresentationClass()
DERepresentationClass default constructor. |
|
DERepresentationClass(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer dsid,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
java.lang.String configurationKeyword,
java.lang.String featureClassName,
java.lang.String ruleIDFieldName,
java.lang.String overrideFieldName,
boolean requireShapeOverride,
RepresentationRuleInfo[] rules,
GraphicAttribute[] generalAttributes,
java.lang.Integer lastRuleID)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getFeatureClassName()
The name of the attached feature class. |
GraphicAttribute[] |
getGeneralAttributes()
General attributes defined at the representation class level. |
java.lang.Integer |
getLastRuleID()
The highest value ever used for a RuleID for this representation class. |
java.lang.String |
getOverrideFieldName()
The name of the Override field. |
java.lang.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(java.lang.String value)
The name of the attached feature class. |
void |
setGeneralAttributes(GraphicAttribute[] value)
General attributes defined at the representation class level. |
void |
setLastRuleID(java.lang.Integer value)
The highest value ever used for a RuleID for this representation class. |
void |
setOverrideFieldName(java.lang.String value)
The name of the Override field. |
void |
setRequireShapeOverride(boolean value)
Indicates if a shape override is required for feature representations. |
void |
setRuleIDFieldName(java.lang.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(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer dsid, java.lang.Boolean versioned, java.lang.Boolean canVersion, java.lang.String configurationKeyword, java.lang.String featureClassName, java.lang.String ruleIDFieldName, java.lang.String overrideFieldName, boolean requireShapeOverride, RepresentationRuleInfo[] rules, GraphicAttribute[] generalAttributes, java.lang.Integer lastRuleID)
public DERepresentationClass()
Method Detail |
---|
public java.lang.String getFeatureClassName()
String
public void setFeatureClassName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRuleIDFieldName()
String
public void setRuleIDFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOverrideFieldName()
String
public void setOverrideFieldName(java.lang.String value)
value
- allowed object is
String
public 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
[]
public java.lang.Integer getLastRuleID()
Integer
public void setLastRuleID(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |