Uses of Interface
net.opengis.gml311.TopoSolidType
-
Packages that use TopoSolidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoSolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSolidType Modifier and Type Method Description TopoSolidTypeGml311Factory. createTopoSolidType()Returns a new object of class 'Topo Solid Type'.TopoSolidTypeContainerPropertyType. getTopoSolid()Returns the value of the 'Topo Solid' containment reference.TopoSolidTypeDirectedTopoSolidPropertyType. getTopoSolid()Returns the value of the 'Topo Solid' containment reference.TopoSolidTypeDocumentRoot. getTopoSolid()Returns the value of the 'Topo Solid' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSolidType Modifier and Type Method Description voidContainerPropertyType. setTopoSolid(TopoSolidType value)Sets the value of the 'Topo Solid' containment reference.voidDirectedTopoSolidPropertyType. setTopoSolid(TopoSolidType value)Sets the value of the 'Topo Solid' containment reference.voidDocumentRoot. setTopoSolid(TopoSolidType value)Sets the value of the 'Topo Solid' containment reference. -
Uses of TopoSolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSolidType Modifier and Type Class Description classTopoSolidTypeImplAn implementation of the model object 'Topo Solid Type'.Fields in net.opengis.gml311.impl declared as TopoSolidType Modifier and Type Field Description protected TopoSolidTypeContainerPropertyTypeImpl. topoSolidThe cached value of the 'Topo Solid' containment reference.protected TopoSolidTypeDirectedTopoSolidPropertyTypeImpl. topoSolidThe cached value of the 'Topo Solid' containment reference.Methods in net.opengis.gml311.impl that return TopoSolidType Modifier and Type Method Description TopoSolidTypeGml311FactoryImpl. createTopoSolidType()TopoSolidTypeContainerPropertyTypeImpl. getTopoSolid()TopoSolidTypeDirectedTopoSolidPropertyTypeImpl. getTopoSolid()TopoSolidTypeDocumentRootImpl. getTopoSolid()Methods in net.opengis.gml311.impl with parameters of type TopoSolidType Modifier and Type Method Description NotificationChainContainerPropertyTypeImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)NotificationChainDirectedTopoSolidPropertyTypeImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)voidContainerPropertyTypeImpl. setTopoSolid(TopoSolidType newTopoSolid)voidDirectedTopoSolidPropertyTypeImpl. setTopoSolid(TopoSolidType newTopoSolid)voidDocumentRootImpl. setTopoSolid(TopoSolidType newTopoSolid) -
Uses of TopoSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSolidType Modifier and Type Method Description TGml311Switch. caseTopoSolidType(TopoSolidType object)Returns the result of interpreting the object as an instance of 'Topo Solid Type'.booleanGml311Validator. validateTopoSolidType(TopoSolidType topoSolidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-