Uses of Interface
net.opengis.gml311.TopoComplexType
-
Packages that use TopoComplexType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoComplexType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoComplexType Modifier and Type Method Description TopoComplexType
Gml311Factory. createTopoComplexType()
Returns a new object of class 'Topo Complex Type'.TopoComplexType
DocumentRoot. getTopoComplex()
Returns the value of the 'Topo Complex' containment reference.TopoComplexType
TopoComplexMemberType. getTopoComplex()
Returns the value of the 'Topo Complex' containment reference.Methods in net.opengis.gml311 with parameters of type TopoComplexType Modifier and Type Method Description void
DocumentRoot. setTopoComplex(TopoComplexType value)
Sets the value of the 'Topo Complex
' containment reference.void
TopoComplexMemberType. setTopoComplex(TopoComplexType value)
Sets the value of the 'Topo Complex
' containment reference. -
Uses of TopoComplexType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoComplexType Modifier and Type Class Description class
TopoComplexTypeImpl
An implementation of the model object 'Topo Complex Type'.Fields in net.opengis.gml311.impl declared as TopoComplexType Modifier and Type Field Description protected TopoComplexType
TopoComplexMemberTypeImpl. topoComplex
The cached value of the 'Topo Complex
' containment reference.Methods in net.opengis.gml311.impl that return TopoComplexType Modifier and Type Method Description TopoComplexType
Gml311FactoryImpl. createTopoComplexType()
TopoComplexType
DocumentRootImpl. getTopoComplex()
TopoComplexType
TopoComplexMemberTypeImpl. getTopoComplex()
Methods in net.opengis.gml311.impl with parameters of type TopoComplexType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoComplex(TopoComplexType newTopoComplex, NotificationChain msgs)
NotificationChain
TopoComplexMemberTypeImpl. basicSetTopoComplex(TopoComplexType newTopoComplex, NotificationChain msgs)
void
DocumentRootImpl. setTopoComplex(TopoComplexType newTopoComplex)
void
TopoComplexMemberTypeImpl. setTopoComplex(TopoComplexType newTopoComplex)
-
Uses of TopoComplexType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoComplexType Modifier and Type Method Description T
Gml311Switch. caseTopoComplexType(TopoComplexType object)
Returns the result of interpreting the object as an instance of 'Topo Complex Type'.boolean
Gml311Validator. validateTopoComplexType(TopoComplexType topoComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-