Uses of Class
net.opengis.citygml.bridge.v_2_0.AbstractOpeningType

Packages that use AbstractOpeningType
net.opengis.citygml.bridge.v_2_0   
 

Uses of AbstractOpeningType in net.opengis.citygml.bridge.v_2_0
 

Subclasses of AbstractOpeningType in net.opengis.citygml.bridge.v_2_0
 class DoorType
          Type for doors in boundary surfaces.
 class WindowType
          Type for windows in boundary surfaces.
 

Fields in net.opengis.citygml.bridge.v_2_0 with type parameters of type AbstractOpeningType
protected  JAXBElement<? extends AbstractOpeningType> OpeningPropertyType.opening
           
 

Methods in net.opengis.citygml.bridge.v_2_0 that return AbstractOpeningType
 AbstractOpeningType AbstractOpeningType.withCreationDate(XMLGregorianCalendar value)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(ExternalReferenceType... values)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractOpeningType AbstractOpeningType.withGeneralizesTo(Collection<GeneralizationRelationType> values)
           
 AbstractOpeningType AbstractOpeningType.withGeneralizesTo(GeneralizationRelationType... values)
           
 AbstractOpeningType AbstractOpeningType.withGeneralizesTo(List<GeneralizationRelationType> value)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfOpening(Collection<Object> values)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfOpening(List<Object> value)
           
 AbstractOpeningType AbstractOpeningType.withGenericApplicationPropertyOfOpening(Object... values)
           
 AbstractOpeningType AbstractOpeningType.withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
           
 AbstractOpeningType AbstractOpeningType.withLod3MultiSurface(MultiSurfacePropertyType value)
           
 AbstractOpeningType AbstractOpeningType.withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
           
 AbstractOpeningType AbstractOpeningType.withLod4MultiSurface(MultiSurfacePropertyType value)
           
 AbstractOpeningType AbstractOpeningType.withRelativeToTerrain(RelativeToTerrainType value)
           
 AbstractOpeningType AbstractOpeningType.withRelativeToWater(RelativeToWaterType value)
           
 AbstractOpeningType AbstractOpeningType.withTerminationDate(XMLGregorianCalendar value)
           
 

Methods in net.opengis.citygml.bridge.v_2_0 that return types with arguments of type AbstractOpeningType
 JAXBElement<AbstractOpeningType> ObjectFactory.createOpening(AbstractOpeningType value)
          Create an instance of JAXBElement<AbstractOpeningType>}
 JAXBElement<? extends AbstractOpeningType> OpeningPropertyType.getOpening()
          Gets the value of the opening property.
 

Methods in net.opengis.citygml.bridge.v_2_0 with parameters of type AbstractOpeningType
 JAXBElement<AbstractOpeningType> ObjectFactory.createOpening(AbstractOpeningType value)
          Create an instance of JAXBElement<AbstractOpeningType>}
 

Method parameters in net.opengis.citygml.bridge.v_2_0 with type arguments of type AbstractOpeningType
 void OpeningPropertyType.setOpening(JAXBElement<? extends AbstractOpeningType> value)
          Sets the value of the opening property.
 OpeningPropertyType OpeningPropertyType.withOpening(JAXBElement<? extends AbstractOpeningType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.