Uses of Interface
net.opengis.gml311.TopoPrimitiveArrayAssociationType
-
Packages that use TopoPrimitiveArrayAssociationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoPrimitiveArrayAssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoPrimitiveArrayAssociationType Modifier and Type Method Description TopoPrimitiveArrayAssociationType
Gml311Factory. createTopoPrimitiveArrayAssociationType()
Returns a new object of class 'Topo Primitive Array Association Type'.TopoPrimitiveArrayAssociationType
DocumentRoot. getTopoPrimitiveMembers()
Returns the value of the 'Topo Primitive Members' containment reference.TopoPrimitiveArrayAssociationType
TopoComplexType. getTopoPrimitiveMembers()
Returns the value of the 'Topo Primitive Members' containment reference.Methods in net.opengis.gml311 with parameters of type TopoPrimitiveArrayAssociationType Modifier and Type Method Description void
DocumentRoot. setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
Sets the value of the 'Topo Primitive Members
' containment reference.void
TopoComplexType. setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType value)
Sets the value of the 'Topo Primitive Members
' containment reference. -
Uses of TopoPrimitiveArrayAssociationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoPrimitiveArrayAssociationType Modifier and Type Class Description class
TopoPrimitiveArrayAssociationTypeImpl
An implementation of the model object 'Topo Primitive Array Association Type'.Fields in net.opengis.gml311.impl declared as TopoPrimitiveArrayAssociationType Modifier and Type Field Description protected TopoPrimitiveArrayAssociationType
TopoComplexTypeImpl. topoPrimitiveMembers
The cached value of the 'Topo Primitive Members
' containment reference.Methods in net.opengis.gml311.impl that return TopoPrimitiveArrayAssociationType Modifier and Type Method Description TopoPrimitiveArrayAssociationType
Gml311FactoryImpl. createTopoPrimitiveArrayAssociationType()
TopoPrimitiveArrayAssociationType
DocumentRootImpl. getTopoPrimitiveMembers()
TopoPrimitiveArrayAssociationType
TopoComplexTypeImpl. getTopoPrimitiveMembers()
Methods in net.opengis.gml311.impl with parameters of type TopoPrimitiveArrayAssociationType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers, NotificationChain msgs)
NotificationChain
TopoComplexTypeImpl. basicSetTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers, NotificationChain msgs)
void
DocumentRootImpl. setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers)
void
TopoComplexTypeImpl. setTopoPrimitiveMembers(TopoPrimitiveArrayAssociationType newTopoPrimitiveMembers)
-
Uses of TopoPrimitiveArrayAssociationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoPrimitiveArrayAssociationType Modifier and Type Method Description T
Gml311Switch. caseTopoPrimitiveArrayAssociationType(TopoPrimitiveArrayAssociationType object)
Returns the result of interpreting the object as an instance of 'Topo Primitive Array Association Type'.boolean
Gml311Validator. validateTopoPrimitiveArrayAssociationType(TopoPrimitiveArrayAssociationType topoPrimitiveArrayAssociationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-