Uses of Class
net.opengis.citygml.building.v_2_0.AbstractOpeningType
-
Packages that use AbstractOpeningType Package Description net.opengis.citygml.building.v_2_0 -
-
Uses of AbstractOpeningType in net.opengis.citygml.building.v_2_0
Subclasses of AbstractOpeningType in net.opengis.citygml.building.v_2_0 Modifier and Type Class Description classDoorTypeType for doors in boundary surfaces.classWindowTypeType for windows in boundary surfaces.Fields in net.opengis.citygml.building.v_2_0 with type parameters of type AbstractOpeningType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractOpeningType>OpeningPropertyType. openingMethods in net.opengis.citygml.building.v_2_0 that return types with arguments of type AbstractOpeningType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractOpeningType>ObjectFactory. createOpening(AbstractOpeningType value)jakarta.xml.bind.JAXBElement<? extends AbstractOpeningType>OpeningPropertyType. getOpening()Gets the value of the opening property.Methods in net.opengis.citygml.building.v_2_0 with parameters of type AbstractOpeningType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractOpeningType>ObjectFactory. createOpening(AbstractOpeningType value)Method parameters in net.opengis.citygml.building.v_2_0 with type arguments of type AbstractOpeningType Modifier and Type Method Description voidOpeningPropertyType. setOpening(jakarta.xml.bind.JAXBElement<? extends AbstractOpeningType> value)Sets the value of the opening property.OpeningPropertyTypeOpeningPropertyType. withOpening(jakarta.xml.bind.JAXBElement<? extends AbstractOpeningType> value)Constructor parameters in net.opengis.citygml.building.v_2_0 with type arguments of type AbstractOpeningType Constructor Description OpeningPropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractOpeningType> opening, 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
-