Uses of Class
org.citygml4j.model.gml.basicTypes.Code

Packages that use Code
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.bridge   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityfurniture   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
org.citygml4j.model.citygml.landuse   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

Uses of Code in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Code
 CodeType GMLMarshaller.marshalCode(Code src)
           
 

Uses of Code in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Code
 Code GMLUnmarshaller.unmarshalCode(CodeType src)
           
 

Uses of Code in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return Code
 Code AbstractTexture.getMimeType()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type Code
 void AbstractTexture.setMimeType(Code mimeType)
           
 

Uses of Code in org.citygml4j.model.citygml.bridge
 

Methods in org.citygml4j.model.citygml.bridge that return Code
 Code IntBridgeInstallation.getClazz()
           
 Code BridgeRoom.getClazz()
           
 Code BridgeInstallation.getClazz()
           
 Code BridgeFurniture.getClazz()
           
 Code BridgeConstructionElement.getClazz()
           
 Code AbstractBridge.getClazz()
           
 

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type Code
 java.util.List<Code> IntBridgeInstallation.getFunction()
           
 java.util.List<Code> BridgeRoom.getFunction()
           
 java.util.List<Code> BridgeInstallation.getFunction()
           
 java.util.List<Code> BridgeFurniture.getFunction()
           
 java.util.List<Code> BridgeConstructionElement.getFunction()
           
 java.util.List<Code> AbstractBridge.getFunction()
           
 java.util.List<Code> IntBridgeInstallation.getUsage()
           
 java.util.List<Code> BridgeRoom.getUsage()
           
 java.util.List<Code> BridgeInstallation.getUsage()
           
 java.util.List<Code> BridgeFurniture.getUsage()
           
 java.util.List<Code> BridgeConstructionElement.getUsage()
           
 java.util.List<Code> AbstractBridge.getUsage()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type Code
 void IntBridgeInstallation.addFunction(Code function)
           
 void BridgeRoom.addFunction(Code function)
           
 void BridgeInstallation.addFunction(Code function)
           
 void BridgeFurniture.addFunction(Code function)
           
 void BridgeConstructionElement.addFunction(Code function)
           
 void AbstractBridge.addFunction(Code function)
           
 void IntBridgeInstallation.addUsage(Code function)
           
 void BridgeRoom.addUsage(Code function)
           
 void BridgeInstallation.addUsage(Code function)
           
 void BridgeFurniture.addUsage(Code function)
           
 void BridgeConstructionElement.addUsage(Code function)
           
 void AbstractBridge.addUsage(Code function)
           
 void IntBridgeInstallation.setClazz(Code clazz)
           
 void BridgeRoom.setClazz(Code clazz)
           
 void BridgeInstallation.setClazz(Code clazz)
           
 void BridgeFurniture.setClazz(Code clazz)
           
 void BridgeConstructionElement.setClazz(Code clazz)
           
 void AbstractBridge.setClazz(Code clazz)
           
 boolean IntBridgeInstallation.unsetFunction(Code function)
           
 boolean BridgeRoom.unsetFunction(Code function)
           
 boolean BridgeInstallation.unsetFunction(Code function)
           
 boolean BridgeFurniture.unsetFunction(Code function)
           
 boolean BridgeConstructionElement.unsetFunction(Code function)
           
 boolean AbstractBridge.unsetFunction(Code function)
           
 boolean IntBridgeInstallation.unsetUsage(Code usage)
           
 boolean BridgeRoom.unsetUsage(Code usage)
           
 boolean BridgeInstallation.unsetUsage(Code usage)
           
 boolean BridgeFurniture.unsetUsage(Code usage)
           
 boolean BridgeConstructionElement.unsetUsage(Code usage)
           
 boolean AbstractBridge.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type Code
 void IntBridgeInstallation.setFunction(java.util.List<Code> function)
           
 void BridgeRoom.setFunction(java.util.List<Code> function)
           
 void BridgeInstallation.setFunction(java.util.List<Code> function)
           
 void BridgeFurniture.setFunction(java.util.List<Code> function)
           
 void BridgeConstructionElement.setFunction(java.util.List<Code> function)
           
 void AbstractBridge.setFunction(java.util.List<Code> function)
           
 void IntBridgeInstallation.setUsage(java.util.List<Code> usage)
           
 void BridgeRoom.setUsage(java.util.List<Code> usage)
           
 void BridgeInstallation.setUsage(java.util.List<Code> usage)
           
 void BridgeFurniture.setUsage(java.util.List<Code> usage)
           
 void BridgeConstructionElement.setUsage(java.util.List<Code> usage)
           
 void AbstractBridge.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return Code
 Code Room.getClazz()
           
 Code IntBuildingInstallation.getClazz()
           
 Code BuildingInstallation.getClazz()
           
 Code BuildingFurniture.getClazz()
           
 Code AbstractBuilding.getClazz()
           
 Code AbstractBuilding.getRoofType()
           
 

Methods in org.citygml4j.model.citygml.building that return types with arguments of type Code
 java.util.List<Code> Room.getFunction()
           
 java.util.List<Code> IntBuildingInstallation.getFunction()
           
 java.util.List<Code> BuildingInstallation.getFunction()
           
 java.util.List<Code> BuildingFurniture.getFunction()
           
 java.util.List<Code> AbstractBuilding.getFunction()
           
 java.util.List<Code> Room.getUsage()
           
 java.util.List<Code> IntBuildingInstallation.getUsage()
           
 java.util.List<Code> BuildingInstallation.getUsage()
           
 java.util.List<Code> BuildingFurniture.getUsage()
           
 java.util.List<Code> AbstractBuilding.getUsage()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type Code
 void Room.addFunction(Code function)
           
 void IntBuildingInstallation.addFunction(Code function)
           
 void BuildingInstallation.addFunction(Code function)
           
 void BuildingFurniture.addFunction(Code function)
           
 void AbstractBuilding.addFunction(Code function)
           
 void Room.addUsage(Code function)
           
 void IntBuildingInstallation.addUsage(Code function)
           
 void BuildingInstallation.addUsage(Code function)
           
 void BuildingFurniture.addUsage(Code function)
           
 void AbstractBuilding.addUsage(Code function)
           
 void Room.setClazz(Code clazz)
           
 void IntBuildingInstallation.setClazz(Code clazz)
           
 void BuildingInstallation.setClazz(Code clazz)
           
 void BuildingFurniture.setClazz(Code clazz)
           
 void AbstractBuilding.setClazz(Code clazz)
           
 void AbstractBuilding.setRoofType(Code roofType)
           
 boolean Room.unsetFunction(Code function)
           
 boolean IntBuildingInstallation.unsetFunction(Code function)
           
 boolean BuildingInstallation.unsetFunction(Code function)
           
 boolean BuildingFurniture.unsetFunction(Code function)
           
 boolean AbstractBuilding.unsetFunction(Code function)
           
 boolean Room.unsetUsage(Code usage)
           
 boolean IntBuildingInstallation.unsetUsage(Code usage)
           
 boolean BuildingInstallation.unsetUsage(Code usage)
           
 boolean BuildingFurniture.unsetUsage(Code usage)
           
 boolean AbstractBuilding.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type Code
 void Room.setFunction(java.util.List<Code> function)
           
 void IntBuildingInstallation.setFunction(java.util.List<Code> function)
           
 void BuildingInstallation.setFunction(java.util.List<Code> function)
           
 void BuildingFurniture.setFunction(java.util.List<Code> function)
           
 void AbstractBuilding.setFunction(java.util.List<Code> function)
           
 void Room.setUsage(java.util.List<Code> usage)
           
 void IntBuildingInstallation.setUsage(java.util.List<Code> usage)
           
 void BuildingInstallation.setUsage(java.util.List<Code> usage)
           
 void BuildingFurniture.setUsage(java.util.List<Code> usage)
           
 void AbstractBuilding.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.cityfurniture
 

Methods in org.citygml4j.model.citygml.cityfurniture that return Code
 Code CityFurniture.getClazz()
           
 

Methods in org.citygml4j.model.citygml.cityfurniture that return types with arguments of type Code
 java.util.List<Code> CityFurniture.getFunction()
           
 java.util.List<Code> CityFurniture.getUsage()
           
 

Methods in org.citygml4j.model.citygml.cityfurniture with parameters of type Code
 void CityFurniture.addFunction(Code function)
           
 void CityFurniture.addUsage(Code function)
           
 void CityFurniture.setClazz(Code clazz)
           
 boolean CityFurniture.unsetFunction(Code function)
           
 boolean CityFurniture.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.cityfurniture with type arguments of type Code
 void CityFurniture.setFunction(java.util.List<Code> function)
           
 void CityFurniture.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.cityobjectgroup
 

Methods in org.citygml4j.model.citygml.cityobjectgroup that return Code
 Code CityObjectGroup.getClazz()
           
 

Methods in org.citygml4j.model.citygml.cityobjectgroup that return types with arguments of type Code
 java.util.List<Code> CityObjectGroup.getFunction()
           
 java.util.List<Code> CityObjectGroup.getUsage()
           
 

Methods in org.citygml4j.model.citygml.cityobjectgroup with parameters of type Code
 void CityObjectGroup.addFunction(Code function)
           
 void CityObjectGroup.addUsage(Code function)
           
 void CityObjectGroup.setClazz(Code clazz)
           
 boolean CityObjectGroup.unsetFunction(Code function)
           
 boolean CityObjectGroup.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.cityobjectgroup with type arguments of type Code
 void CityObjectGroup.setFunction(java.util.List<Code> function)
           
 void CityObjectGroup.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return Code
 Code StandardObjectClassifier.getClazz()
           
 Code ImplicitGeometry.getMimeType()
           
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type Code
 java.util.List<Code> StandardObjectClassifier.getFunction()
           
 java.util.List<Code> StandardObjectClassifier.getUsage()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type Code
 void StandardObjectClassifier.addFunction(Code function)
           
 void StandardObjectClassifier.addUsage(Code usage)
           
 void StandardObjectClassifier.setClazz(Code clazz)
           
 void ImplicitGeometry.setMimeType(Code mimeType)
           
 boolean StandardObjectClassifier.unsetFunction(Code function)
           
 boolean StandardObjectClassifier.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type Code
 void StandardObjectClassifier.setFunction(java.util.List<Code> function)
           
 void StandardObjectClassifier.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics that return Code
 Code GenericCityObject.getClazz()
           
 

Methods in org.citygml4j.model.citygml.generics that return types with arguments of type Code
 java.util.List<Code> GenericCityObject.getFunction()
           
 java.util.List<Code> GenericCityObject.getUsage()
           
 

Methods in org.citygml4j.model.citygml.generics with parameters of type Code
 void GenericCityObject.addFunction(Code function)
           
 void GenericCityObject.addUsage(Code function)
           
 void GenericCityObject.setClazz(Code clazz)
           
 boolean GenericCityObject.unsetFunction(Code function)
           
 boolean GenericCityObject.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.generics with type arguments of type Code
 void GenericCityObject.setFunction(java.util.List<Code> function)
           
 void GenericCityObject.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.landuse
 

Methods in org.citygml4j.model.citygml.landuse that return Code
 Code LandUse.getClazz()
           
 

Methods in org.citygml4j.model.citygml.landuse that return types with arguments of type Code
 java.util.List<Code> LandUse.getFunction()
           
 java.util.List<Code> LandUse.getUsage()
           
 

Methods in org.citygml4j.model.citygml.landuse with parameters of type Code
 void LandUse.addFunction(Code function)
           
 void LandUse.addUsage(Code function)
           
 void LandUse.setClazz(Code clazz)
           
 boolean LandUse.unsetFunction(Code function)
           
 boolean LandUse.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.landuse with type arguments of type Code
 void LandUse.setFunction(java.util.List<Code> function)
           
 void LandUse.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.transportation
 

Methods in org.citygml4j.model.citygml.transportation that return Code
 Code TransportationComplex.getClazz()
           
 Code TrafficArea.getClazz()
           
 Code AuxiliaryTrafficArea.getClazz()
           
 Code TrafficArea.getSurfaceMaterial()
           
 Code AuxiliaryTrafficArea.getSurfaceMaterial()
           
 

Methods in org.citygml4j.model.citygml.transportation that return types with arguments of type Code
 java.util.List<Code> TransportationComplex.getFunction()
           
 java.util.List<Code> TrafficArea.getFunction()
           
 java.util.List<Code> AuxiliaryTrafficArea.getFunction()
           
 java.util.List<Code> TransportationComplex.getUsage()
           
 java.util.List<Code> TrafficArea.getUsage()
           
 java.util.List<Code> AuxiliaryTrafficArea.getUsage()
           
 

Methods in org.citygml4j.model.citygml.transportation with parameters of type Code
 void TransportationComplex.addFunction(Code function)
           
 void TrafficArea.addFunction(Code function)
           
 void AuxiliaryTrafficArea.addFunction(Code function)
           
 void TransportationComplex.addUsage(Code function)
           
 void TrafficArea.addUsage(Code function)
           
 void AuxiliaryTrafficArea.addUsage(Code function)
           
 void TransportationComplex.setClazz(Code clazz)
           
 void TrafficArea.setClazz(Code clazz)
           
 void AuxiliaryTrafficArea.setClazz(Code clazz)
           
 void TrafficArea.setSurfaceMaterial(Code surfaceMaterial)
           
 void AuxiliaryTrafficArea.setSurfaceMaterial(Code surfaceMaterial)
           
 boolean TransportationComplex.unsetFunction(Code function)
           
 boolean TrafficArea.unsetFunction(Code function)
           
 boolean AuxiliaryTrafficArea.unsetFunction(Code function)
           
 boolean TransportationComplex.unsetUsage(Code usage)
           
 boolean TrafficArea.unsetUsage(Code usage)
           
 boolean AuxiliaryTrafficArea.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.transportation with type arguments of type Code
 void TransportationComplex.setFunction(java.util.List<Code> function)
           
 void TrafficArea.setFunction(java.util.List<Code> function)
           
 void AuxiliaryTrafficArea.setFunction(java.util.List<Code> function)
           
 void TransportationComplex.setUsage(java.util.List<Code> usage)
           
 void TrafficArea.setUsage(java.util.List<Code> usage)
           
 void AuxiliaryTrafficArea.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return Code
 Code TunnelInstallation.getClazz()
           
 Code TunnelFurniture.getClazz()
           
 Code IntTunnelInstallation.getClazz()
           
 Code HollowSpace.getClazz()
           
 Code AbstractTunnel.getClazz()
           
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type Code
 java.util.List<Code> TunnelInstallation.getFunction()
           
 java.util.List<Code> TunnelFurniture.getFunction()
           
 java.util.List<Code> IntTunnelInstallation.getFunction()
           
 java.util.List<Code> HollowSpace.getFunction()
           
 java.util.List<Code> AbstractTunnel.getFunction()
           
 java.util.List<Code> TunnelInstallation.getUsage()
           
 java.util.List<Code> TunnelFurniture.getUsage()
           
 java.util.List<Code> IntTunnelInstallation.getUsage()
           
 java.util.List<Code> HollowSpace.getUsage()
           
 java.util.List<Code> AbstractTunnel.getUsage()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type Code
 void TunnelInstallation.addFunction(Code function)
           
 void TunnelFurniture.addFunction(Code function)
           
 void IntTunnelInstallation.addFunction(Code function)
           
 void HollowSpace.addFunction(Code function)
           
 void AbstractTunnel.addFunction(Code function)
           
 void TunnelInstallation.addUsage(Code function)
           
 void TunnelFurniture.addUsage(Code function)
           
 void IntTunnelInstallation.addUsage(Code function)
           
 void HollowSpace.addUsage(Code function)
           
 void AbstractTunnel.addUsage(Code function)
           
 void TunnelInstallation.setClazz(Code clazz)
           
 void TunnelFurniture.setClazz(Code clazz)
           
 void IntTunnelInstallation.setClazz(Code clazz)
           
 void HollowSpace.setClazz(Code clazz)
           
 void AbstractTunnel.setClazz(Code clazz)
           
 boolean TunnelInstallation.unsetFunction(Code function)
           
 boolean TunnelFurniture.unsetFunction(Code function)
           
 boolean IntTunnelInstallation.unsetFunction(Code function)
           
 boolean HollowSpace.unsetFunction(Code function)
           
 boolean AbstractTunnel.unsetFunction(Code function)
           
 boolean TunnelInstallation.unsetUsage(Code usage)
           
 boolean TunnelFurniture.unsetUsage(Code usage)
           
 boolean IntTunnelInstallation.unsetUsage(Code usage)
           
 boolean HollowSpace.unsetUsage(Code usage)
           
 boolean AbstractTunnel.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type Code
 void TunnelInstallation.setFunction(java.util.List<Code> function)
           
 void TunnelFurniture.setFunction(java.util.List<Code> function)
           
 void IntTunnelInstallation.setFunction(java.util.List<Code> function)
           
 void HollowSpace.setFunction(java.util.List<Code> function)
           
 void AbstractTunnel.setFunction(java.util.List<Code> function)
           
 void TunnelInstallation.setUsage(java.util.List<Code> usage)
           
 void TunnelFurniture.setUsage(java.util.List<Code> usage)
           
 void IntTunnelInstallation.setUsage(java.util.List<Code> usage)
           
 void HollowSpace.setUsage(java.util.List<Code> usage)
           
 void AbstractTunnel.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.vegetation
 

Methods in org.citygml4j.model.citygml.vegetation that return Code
 Code SolitaryVegetationObject.getClazz()
           
 Code PlantCover.getClazz()
           
 Code SolitaryVegetationObject.getSpecies()
           
 

Methods in org.citygml4j.model.citygml.vegetation that return types with arguments of type Code
 java.util.List<Code> SolitaryVegetationObject.getFunction()
           
 java.util.List<Code> PlantCover.getFunction()
           
 java.util.List<Code> SolitaryVegetationObject.getUsage()
           
 java.util.List<Code> PlantCover.getUsage()
           
 

Methods in org.citygml4j.model.citygml.vegetation with parameters of type Code
 void SolitaryVegetationObject.addFunction(Code function)
           
 void PlantCover.addFunction(Code function)
           
 void SolitaryVegetationObject.addUsage(Code function)
           
 void PlantCover.addUsage(Code function)
           
 void SolitaryVegetationObject.setClazz(Code clazz)
           
 void PlantCover.setClazz(Code clazz)
           
 void SolitaryVegetationObject.setSpecies(Code species)
           
 boolean SolitaryVegetationObject.unsetFunction(Code function)
           
 boolean PlantCover.unsetFunction(Code function)
           
 boolean SolitaryVegetationObject.unsetUsage(Code usage)
           
 boolean PlantCover.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.vegetation with type arguments of type Code
 void SolitaryVegetationObject.setFunction(java.util.List<Code> function)
           
 void PlantCover.setFunction(java.util.List<Code> function)
           
 void SolitaryVegetationObject.setUsage(java.util.List<Code> usage)
           
 void PlantCover.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.citygml.waterbody
 

Methods in org.citygml4j.model.citygml.waterbody that return Code
 Code WaterBody.getClazz()
           
 Code WaterSurface.getWaterLevel()
           
 

Methods in org.citygml4j.model.citygml.waterbody that return types with arguments of type Code
 java.util.List<Code> WaterBody.getFunction()
           
 java.util.List<Code> WaterBody.getUsage()
           
 

Methods in org.citygml4j.model.citygml.waterbody with parameters of type Code
 void WaterBody.addFunction(Code function)
           
 void WaterBody.addUsage(Code function)
           
 void WaterBody.setClazz(Code clazz)
           
 void WaterSurface.setWaterLevel(Code waterLevel)
           
 boolean WaterBody.unsetFunction(Code function)
           
 boolean WaterBody.unsetUsage(Code usage)
           
 

Method parameters in org.citygml4j.model.citygml.waterbody with type arguments of type Code
 void WaterBody.setFunction(java.util.List<Code> function)
           
 void WaterBody.setUsage(java.util.List<Code> usage)
           
 

Uses of Code in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base that return types with arguments of type Code
 java.util.List<Code> StandardObjectProperties.getName()
           
 java.util.List<Code> AbstractGML.getName()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type Code
 void StandardObjectProperties.addName(Code name)
           
 void AbstractGML.addName(Code name)
           
 boolean StandardObjectProperties.unsetName(Code name)
           
 boolean AbstractGML.unsetName(Code name)
           
 

Method parameters in org.citygml4j.model.gml.base with type arguments of type Code
 void StandardObjectProperties.setName(java.util.List<Code> name)
           
 void AbstractGML.setName(java.util.List<Code> name)
           
 

Uses of Code in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature that return Code
 Code LocationProperty.getLocationKeyWord()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type Code
 void LocationProperty.setLocationKeyWord(Code locationKeyWord)
           
 

Uses of Code in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return Code
 Code ScalarValue.getCategory()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type Code
 void ScalarValue.setCategory(Code category)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type Code
ScalarValue(Code category)
           
 

Uses of Code in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return types with arguments of type Code
 java.util.List<Code> ParentInfo.getName()
           
 

Uses of Code in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return types with arguments of type Code
 java.util.List<Code> CityModelInfo.getName()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type Code
 void CityModelInfo.addName(Code name)
           
 boolean CityModelInfo.unsetName(Code name)
           
 

Method parameters in org.citygml4j.xml.io.writer with type arguments of type Code
 void CityModelInfo.setName(java.util.List<Code> name)