Package net.opengis.gml311
Interface TopoComplexType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTopologyType
,EObject
,Notifier
- All Known Implementing Classes:
TopoComplexTypeImpl
public interface TopoComplexType extends AbstractTopologyType
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:
Gml311Package.getTopoComplexType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoComplexMemberType
getMaximalComplex()
Returns the value of the 'Maximal Complex' containment reference.EList<TopoComplexMemberType>
getSubComplex()
Returns the value of the 'Sub Complex' containment reference list.EList<TopoComplexMemberType>
getSuperComplex()
Returns the value of the 'Super Complex' containment reference list.EList<TopoPrimitiveMemberType>
getTopoPrimitiveMember()
Returns the value of the 'Topo Primitive Member' containment reference list.TopoPrimitiveArrayAssociationType
getTopoPrimitiveMembers()
Returns the value of the 'Topo Primitive Members' containment reference.boolean
isIsMaximal()
Returns the value of the 'Is Maximal' attribute.boolean
isSetIsMaximal()
Returns whether the value of the 'Is Maximal
' attribute is set.void
setIsMaximal(boolean value)
Sets the value of the 'Is Maximal
' attribute.void
setMaximalComplex(TopoComplexMemberType value)
Sets the value of the 'Maximal Complex
' containment reference.void
setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
Sets the value of the 'Topo Primitive Members
' containment reference.void
unsetIsMaximal()
Unsets the value of the 'Is Maximal
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(TopoComplexMemberType)
,Gml311Package.getTopoComplexType_MaximalComplex()
-
setMaximalComplex
void setMaximalComplex(TopoComplexMemberType value)
Sets the value of the 'Maximal Complex
' containment reference.- Parameters:
value
- the new value of the 'Maximal Complex' containment reference.- See Also:
getMaximalComplex()
-
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:
Gml311Package.getTopoComplexType_SuperComplex()
-
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:
Gml311Package.getTopoComplexType_SubComplex()
-
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:
Gml311Package.getTopoComplexType_TopoPrimitiveMember()
-
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(TopoPrimitiveArrayAssociationType)
,Gml311Package.getTopoComplexType_TopoPrimitiveMembers()
-
setTopoPrimitiveMembers
void setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
Sets the value of the 'Topo Primitive Members
' containment reference.- Parameters:
value
- the new value of the 'Topo Primitive Members' containment reference.- See Also:
getTopoPrimitiveMembers()
-
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:
isSetIsMaximal()
,unsetIsMaximal()
,setIsMaximal(boolean)
,Gml311Package.getTopoComplexType_IsMaximal()
-
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:
isSetIsMaximal()
,unsetIsMaximal()
,isIsMaximal()
-
unsetIsMaximal
void unsetIsMaximal()
Unsets the value of the 'Is Maximal
' attribute.- See Also:
isSetIsMaximal()
,isIsMaximal()
,setIsMaximal(boolean)
-
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:
unsetIsMaximal()
,isIsMaximal()
,setIsMaximal(boolean)
-
-