| java.lang.Object | ||
| ↳ | com.esri.core.map.Domain | |
| ↳ | com.esri.core.map.InheritedDomain | |
The InheritedDomain class represents the 'Inherited Domain'. Inherited domains apply to domains on
sub-types. It implies that the domain for a field at the subtype level is the same as the domain for the field at the
layer level.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.map.Domain
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
InheritedDomain(String domainName)
Instantiates a InheritedDomain with the given name.
| |||||||||||
|
InheritedDomain()
Instantiates an empty object of InheritedDomain.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getType()
Gets the type of the InheritedDomain.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.map.Domain
| |||||||||||
From class
java.lang.Object
| |||||||||||
Instantiates a InheritedDomain with the given name.
| domainName | domain name |
|---|
Instantiates an empty object of InheritedDomain.
Gets the type of the InheritedDomain. It is always "inherited".