Package net.opengis.gml311
Interface TopoComplexType
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoComplexTypeImpl
A representation of the model object 'Topo Complex Type'.
This type represents a TP_Complex capable of holding topological primitives.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Maximal Complex' containment reference.EList<TopoComplexMemberType>
Returns the value of the 'Sub Complex' containment reference list.EList<TopoComplexMemberType>
Returns the value of the 'Super Complex' containment reference list.EList<TopoPrimitiveMemberType>
Returns the value of the 'Topo Primitive Member' containment reference list.Returns the value of the 'Topo Primitive Members' containment reference.boolean
Returns the value of the 'Is Maximal' attribute.boolean
Returns whether the value of the 'Is Maximal
' attribute is set.void
setIsMaximal
(boolean value) Sets the value of the 'Is Maximal
' attribute.void
Sets the value of the 'Maximal Complex
' containment reference.void
Sets the value of the 'Topo Primitive Members
' containment reference.void
Unsets the value of the 'Is Maximal
' attribute.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMaximalComplex
TopoComplexMemberType getMaximalComplex()Returns the value of the 'Maximal Complex' containment reference. Need schamatron test here that isMaximal attribute value is true- Returns:
- the value of the 'Maximal Complex' containment reference.
- See Also:
-
setMaximalComplex
Sets the value of the 'Maximal Complex
' containment reference.- Parameters:
value
- the new value of the 'Maximal Complex' containment reference.- See Also:
-
getSuperComplex
EList<TopoComplexMemberType> getSuperComplex()Returns the value of the 'Super Complex' containment reference list. The list contents are of typeTopoComplexMemberType
.If the meaning of the 'Super Complex' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Super Complex' containment reference list.
- See Also:
-
getSubComplex
EList<TopoComplexMemberType> getSubComplex()Returns the value of the 'Sub Complex' containment reference list. The list contents are of typeTopoComplexMemberType
.If the meaning of the 'Sub Complex' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sub Complex' containment reference list.
- See Also:
-
getTopoPrimitiveMember
EList<TopoPrimitiveMemberType> getTopoPrimitiveMember()Returns the value of the 'Topo Primitive Member' containment reference list. The list contents are of typeTopoPrimitiveMemberType
.If the meaning of the 'Topo Primitive Member' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Primitive Member' containment reference list.
- See Also:
-
getTopoPrimitiveMembers
TopoPrimitiveArrayAssociationType getTopoPrimitiveMembers()Returns the value of the 'Topo Primitive Members' containment reference.If the meaning of the 'Topo Primitive Members' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Primitive Members' containment reference.
- See Also:
-
setTopoPrimitiveMembers
Sets the value of the 'Topo Primitive Members
' containment reference.- Parameters:
value
- the new value of the 'Topo Primitive Members' containment reference.- See Also:
-
isIsMaximal
boolean isIsMaximal()Returns the value of the 'Is Maximal' attribute. The default value is"false"
.If the meaning of the 'Is Maximal' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Is Maximal' attribute.
- See Also:
-
setIsMaximal
void setIsMaximal(boolean value) Sets the value of the 'Is Maximal
' attribute.- Parameters:
value
- the new value of the 'Is Maximal' attribute.- See Also:
-
unsetIsMaximal
void unsetIsMaximal()Unsets the value of the 'Is Maximal
' attribute. -
isSetIsMaximal
boolean isSetIsMaximal()Returns whether the value of the 'Is Maximal
' attribute is set.- Returns:
- whether the value of the 'Is Maximal' attribute is set.
- See Also:
-