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 DirectedTopoSolidPropertyType
Gml311Factory. createDirectedTopoSolidPropertyType()
Returns a new object of class 'Directed Topo Solid Property Type'.DirectedTopoSolidPropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
DirectedTopoSolidPropertyTypeImpl
An 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. directedTopoSolid
The cached value of the 'Directed Topo Solid
' containment reference list.protected EList<DirectedTopoSolidPropertyType>
TopoVolumeTypeImpl. directedTopoSolid
The cached value of the 'Directed Topo Solid
' containment reference list.Methods in net.opengis.gml311.impl that return DirectedTopoSolidPropertyType Modifier and Type Method Description DirectedTopoSolidPropertyType
Gml311FactoryImpl. createDirectedTopoSolidPropertyType()
DirectedTopoSolidPropertyType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetDirectedTopoSolid(DirectedTopoSolidPropertyType newDirectedTopoSolid, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseDirectedTopoSolidPropertyType(DirectedTopoSolidPropertyType object)
Returns the result of interpreting the object as an instance of 'Directed Topo Solid Property Type'.boolean
Gml311Validator. validateDirectedTopoSolidPropertyType(DirectedTopoSolidPropertyType directedTopoSolidPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-