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 TopoSolidType
Gml311Factory. createTopoSolidType()
Returns a new object of class 'Topo Solid Type'.TopoSolidType
ContainerPropertyType. getTopoSolid()
Returns the value of the 'Topo Solid' containment reference.TopoSolidType
DirectedTopoSolidPropertyType. getTopoSolid()
Returns the value of the 'Topo Solid' containment reference.TopoSolidType
DocumentRoot. 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 void
ContainerPropertyType. setTopoSolid(TopoSolidType value)
Sets the value of the 'Topo Solid
' containment reference.void
DirectedTopoSolidPropertyType. setTopoSolid(TopoSolidType value)
Sets the value of the 'Topo Solid
' containment reference.void
DocumentRoot. 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 class
TopoSolidTypeImpl
An implementation of the model object 'Topo Solid Type'.Fields in net.opengis.gml311.impl declared as TopoSolidType Modifier and Type Field Description protected TopoSolidType
ContainerPropertyTypeImpl. topoSolid
The cached value of the 'Topo Solid
' containment reference.protected TopoSolidType
DirectedTopoSolidPropertyTypeImpl. topoSolid
The cached value of the 'Topo Solid
' containment reference.Methods in net.opengis.gml311.impl that return TopoSolidType Modifier and Type Method Description TopoSolidType
Gml311FactoryImpl. createTopoSolidType()
TopoSolidType
ContainerPropertyTypeImpl. getTopoSolid()
TopoSolidType
DirectedTopoSolidPropertyTypeImpl. getTopoSolid()
TopoSolidType
DocumentRootImpl. getTopoSolid()
Methods in net.opengis.gml311.impl with parameters of type TopoSolidType Modifier and Type Method Description NotificationChain
ContainerPropertyTypeImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)
NotificationChain
DirectedTopoSolidPropertyTypeImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTopoSolid(TopoSolidType newTopoSolid, NotificationChain msgs)
void
ContainerPropertyTypeImpl. setTopoSolid(TopoSolidType newTopoSolid)
void
DirectedTopoSolidPropertyTypeImpl. setTopoSolid(TopoSolidType newTopoSolid)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTopoSolidType(TopoSolidType object)
Returns the result of interpreting the object as an instance of 'Topo Solid Type'.boolean
Gml311Validator. validateTopoSolidType(TopoSolidType topoSolidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-