Uses of Interface
net.opengis.gml311.DirectedTopoSolidPropertyType
-
Packages that use DirectedTopoSolidPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectedTopoSolidPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectedTopoSolidPropertyType Modifier and Type Method Description DirectedTopoSolidPropertyTypeGml311Factory. createDirectedTopoSolidPropertyType()Returns a new object of class 'Directed Topo Solid Property Type'.DirectedTopoSolidPropertyTypeDocumentRoot. getDirectedTopoSolid()Returns the value of the 'Directed Topo Solid' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectedTopoSolidPropertyType Modifier and Type Method Description EList<DirectedTopoSolidPropertyType>FaceType. getDirectedTopoSolid()Returns the value of the 'Directed Topo Solid' containment reference list.EList<DirectedTopoSolidPropertyType>TopoVolumeType. getDirectedTopoSolid()Returns the value of the 'Directed Topo Solid' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectedTopoSolidPropertyType Modifier and Type Method Description voidDocumentRoot. setDirectedTopoSolid(DirectedTopoSolidPropertyType value)Sets the value of the 'Directed Topo Solid' containment reference. -
Uses of DirectedTopoSolidPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectedTopoSolidPropertyType Modifier and Type Class Description classDirectedTopoSolidPropertyTypeImplAn implementation of the model object 'Directed Topo Solid Property Type'.Fields in net.opengis.gml311.impl with type parameters of type DirectedTopoSolidPropertyType Modifier and Type Field Description protected EList<DirectedTopoSolidPropertyType>FaceTypeImpl. directedTopoSolidThe cached value of the 'Directed Topo Solid' containment reference list.protected EList<DirectedTopoSolidPropertyType>TopoVolumeTypeImpl. directedTopoSolidThe cached value of the 'Directed Topo Solid' containment reference list.Methods in net.opengis.gml311.impl that return DirectedTopoSolidPropertyType Modifier and Type Method Description DirectedTopoSolidPropertyTypeGml311FactoryImpl. createDirectedTopoSolidPropertyType()DirectedTopoSolidPropertyTypeDocumentRootImpl. getDirectedTopoSolid()Methods in net.opengis.gml311.impl that return types with arguments of type DirectedTopoSolidPropertyType Modifier and Type Method Description EList<DirectedTopoSolidPropertyType>FaceTypeImpl. getDirectedTopoSolid()EList<DirectedTopoSolidPropertyType>TopoVolumeTypeImpl. getDirectedTopoSolid()Methods in net.opengis.gml311.impl with parameters of type DirectedTopoSolidPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDirectedTopoSolid(DirectedTopoSolidPropertyType newDirectedTopoSolid, NotificationChain msgs)voidDocumentRootImpl. setDirectedTopoSolid(DirectedTopoSolidPropertyType newDirectedTopoSolid) -
Uses of DirectedTopoSolidPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectedTopoSolidPropertyType Modifier and Type Method Description TGml311Switch. caseDirectedTopoSolidPropertyType(DirectedTopoSolidPropertyType object)Returns the result of interpreting the object as an instance of 'Directed Topo Solid Property Type'.booleanGml311Validator. validateDirectedTopoSolidPropertyType(DirectedTopoSolidPropertyType directedTopoSolidPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-