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 TopoComplexTypeGml311Factory. createTopoComplexType()Returns a new object of class 'Topo Complex Type'.TopoComplexTypeDocumentRoot. getTopoComplex()Returns the value of the 'Topo Complex' containment reference.TopoComplexTypeTopoComplexMemberType. 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 voidDocumentRoot. setTopoComplex(TopoComplexType value)Sets the value of the 'Topo Complex' containment reference.voidTopoComplexMemberType. 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 classTopoComplexTypeImplAn implementation of the model object 'Topo Complex Type'.Fields in net.opengis.gml311.impl declared as TopoComplexType Modifier and Type Field Description protected TopoComplexTypeTopoComplexMemberTypeImpl. topoComplexThe cached value of the 'Topo Complex' containment reference.Methods in net.opengis.gml311.impl that return TopoComplexType Modifier and Type Method Description TopoComplexTypeGml311FactoryImpl. createTopoComplexType()TopoComplexTypeDocumentRootImpl. getTopoComplex()TopoComplexTypeTopoComplexMemberTypeImpl. getTopoComplex()Methods in net.opengis.gml311.impl with parameters of type TopoComplexType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopoComplex(TopoComplexType newTopoComplex, NotificationChain msgs)NotificationChainTopoComplexMemberTypeImpl. basicSetTopoComplex(TopoComplexType newTopoComplex, NotificationChain msgs)voidDocumentRootImpl. setTopoComplex(TopoComplexType newTopoComplex)voidTopoComplexMemberTypeImpl. 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 TGml311Switch. caseTopoComplexType(TopoComplexType object)Returns the result of interpreting the object as an instance of 'Topo Complex Type'.booleanGml311Validator. validateTopoComplexType(TopoComplexType topoComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-