Uses of Class
net.opengis.citygml.tunnel.v_2_0.AbstractBoundarySurfaceType
-
Packages that use AbstractBoundarySurfaceType Package Description net.opengis.citygml.tunnel.v_2_0 -
-
Uses of AbstractBoundarySurfaceType in net.opengis.citygml.tunnel.v_2_0
Subclasses of AbstractBoundarySurfaceType in net.opengis.citygml.tunnel.v_2_0 Modifier and Type Class Description classCeilingSurfaceTypeMostly horizontal construction that bounds a HollowSpace from above.classClosureSurfaceTypeVirtual surface which can be used to define the volume of geometric objects being not totally bounded by real surfaces (e.classFloorSurfaceTypeMostly horizontal construction that bounds a HollowSpace from below.classGroundSurfaceTypeHorizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..) from below on the lowest level.classInteriorWallSurfaceTypeMostly vertical construction that bounds a HollowSpace.classOuterCeilingSurfaceTypeMainly horizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, ..) from above.classOuterFloorSurfaceTypeHorizontal construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..) from below.classRoofSurfaceTypeConstruction that separates the interior part of the Tunnel from the ambient medium ( water, air, ..) from above.classWallSurfaceTypeMainly vertical construction that separates the interior part of the Tunnel from the ambient medium (rock, earth, water, air, ..)Fields in net.opengis.citygml.tunnel.v_2_0 with type parameters of type AbstractBoundarySurfaceType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType>BoundarySurfacePropertyType. boundarySurfaceMethods in net.opengis.citygml.tunnel.v_2_0 that return types with arguments of type AbstractBoundarySurfaceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractBoundarySurfaceType>ObjectFactory. createBoundarySurface(AbstractBoundarySurfaceType value)jakarta.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType>BoundarySurfacePropertyType. getBoundarySurface()Gets the value of the boundarySurface property.Methods in net.opengis.citygml.tunnel.v_2_0 with parameters of type AbstractBoundarySurfaceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractBoundarySurfaceType>ObjectFactory. createBoundarySurface(AbstractBoundarySurfaceType value)Method parameters in net.opengis.citygml.tunnel.v_2_0 with type arguments of type AbstractBoundarySurfaceType Modifier and Type Method Description voidBoundarySurfacePropertyType. setBoundarySurface(jakarta.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType> value)Sets the value of the boundarySurface property.BoundarySurfacePropertyTypeBoundarySurfacePropertyType. withBoundarySurface(jakarta.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType> value)Constructor parameters in net.opengis.citygml.tunnel.v_2_0 with type arguments of type AbstractBoundarySurfaceType Constructor Description BoundarySurfacePropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractBoundarySurfaceType> boundarySurface, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-