Uses of Class
net.opengis.citygml.v_1_0.ExternalReferenceType

Packages that use ExternalReferenceType
net.opengis.citygml.building.v_1_0   
net.opengis.citygml.cityfurniture.v_1_0   
net.opengis.citygml.cityobjectgroup.v_1_0   
net.opengis.citygml.generics.v_1_0   
net.opengis.citygml.landuse.v_1_0   
net.opengis.citygml.relief.v_1_0   
net.opengis.citygml.transportation.v_1_0   
net.opengis.citygml.v_1_0   
net.opengis.citygml.vegetation.v_1_0   
net.opengis.citygml.waterbody.v_1_0   
 

Uses of ExternalReferenceType in net.opengis.citygml.building.v_1_0
 

Methods in net.opengis.citygml.building.v_1_0 with parameters of type ExternalReferenceType
 WindowType WindowType.withExternalReference(ExternalReferenceType... values)
           
 WallSurfaceType WallSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 RoomType RoomType.withExternalReference(ExternalReferenceType... values)
           
 RoofSurfaceType RoofSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 InteriorWallSurfaceType InteriorWallSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 IntBuildingInstallationType IntBuildingInstallationType.withExternalReference(ExternalReferenceType... values)
           
 GroundSurfaceType GroundSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 FloorSurfaceType FloorSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 DoorType DoorType.withExternalReference(ExternalReferenceType... values)
           
 ClosureSurfaceType ClosureSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 CeilingSurfaceType CeilingSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 BuildingType BuildingType.withExternalReference(ExternalReferenceType... values)
           
 BuildingPartType BuildingPartType.withExternalReference(ExternalReferenceType... values)
           
 BuildingInstallationType BuildingInstallationType.withExternalReference(ExternalReferenceType... values)
           
 BuildingFurnitureType BuildingFurnitureType.withExternalReference(ExternalReferenceType... values)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(ExternalReferenceType... values)
           
 AbstractBuildingType AbstractBuildingType.withExternalReference(ExternalReferenceType... values)
           
 AbstractBoundarySurfaceType AbstractBoundarySurfaceType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.building.v_1_0 with type arguments of type ExternalReferenceType
 WindowType WindowType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WallSurfaceType WallSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 RoomType RoomType.withExternalReference(Collection<ExternalReferenceType> values)
           
 RoofSurfaceType RoofSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 InteriorWallSurfaceType InteriorWallSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 IntBuildingInstallationType IntBuildingInstallationType.withExternalReference(Collection<ExternalReferenceType> values)
           
 GroundSurfaceType GroundSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 FloorSurfaceType FloorSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 DoorType DoorType.withExternalReference(Collection<ExternalReferenceType> values)
           
 ClosureSurfaceType ClosureSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 CeilingSurfaceType CeilingSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 BuildingType BuildingType.withExternalReference(Collection<ExternalReferenceType> values)
           
 BuildingPartType BuildingPartType.withExternalReference(Collection<ExternalReferenceType> values)
           
 BuildingInstallationType BuildingInstallationType.withExternalReference(Collection<ExternalReferenceType> values)
           
 BuildingFurnitureType BuildingFurnitureType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractBuildingType AbstractBuildingType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractBoundarySurfaceType AbstractBoundarySurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WindowType WindowType.withExternalReference(List<ExternalReferenceType> value)
           
 WallSurfaceType WallSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 RoomType RoomType.withExternalReference(List<ExternalReferenceType> value)
           
 RoofSurfaceType RoofSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 InteriorWallSurfaceType InteriorWallSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 IntBuildingInstallationType IntBuildingInstallationType.withExternalReference(List<ExternalReferenceType> value)
           
 GroundSurfaceType GroundSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 FloorSurfaceType FloorSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 DoorType DoorType.withExternalReference(List<ExternalReferenceType> value)
           
 ClosureSurfaceType ClosureSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 CeilingSurfaceType CeilingSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 BuildingType BuildingType.withExternalReference(List<ExternalReferenceType> value)
           
 BuildingPartType BuildingPartType.withExternalReference(List<ExternalReferenceType> value)
           
 BuildingInstallationType BuildingInstallationType.withExternalReference(List<ExternalReferenceType> value)
           
 BuildingFurnitureType BuildingFurnitureType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractOpeningType AbstractOpeningType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractBuildingType AbstractBuildingType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractBoundarySurfaceType AbstractBoundarySurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.cityfurniture.v_1_0
 

Methods in net.opengis.citygml.cityfurniture.v_1_0 with parameters of type ExternalReferenceType
 CityFurnitureType CityFurnitureType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.cityfurniture.v_1_0 with type arguments of type ExternalReferenceType
 CityFurnitureType CityFurnitureType.withExternalReference(Collection<ExternalReferenceType> values)
           
 CityFurnitureType CityFurnitureType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.cityobjectgroup.v_1_0
 

Methods in net.opengis.citygml.cityobjectgroup.v_1_0 with parameters of type ExternalReferenceType
 CityObjectGroupType CityObjectGroupType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.cityobjectgroup.v_1_0 with type arguments of type ExternalReferenceType
 CityObjectGroupType CityObjectGroupType.withExternalReference(Collection<ExternalReferenceType> values)
           
 CityObjectGroupType CityObjectGroupType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.generics.v_1_0
 

Methods in net.opengis.citygml.generics.v_1_0 with parameters of type ExternalReferenceType
 GenericCityObjectType GenericCityObjectType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.generics.v_1_0 with type arguments of type ExternalReferenceType
 GenericCityObjectType GenericCityObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 GenericCityObjectType GenericCityObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.landuse.v_1_0
 

Methods in net.opengis.citygml.landuse.v_1_0 with parameters of type ExternalReferenceType
 LandUseType LandUseType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.landuse.v_1_0 with type arguments of type ExternalReferenceType
 LandUseType LandUseType.withExternalReference(Collection<ExternalReferenceType> values)
           
 LandUseType LandUseType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.relief.v_1_0
 

Methods in net.opengis.citygml.relief.v_1_0 with parameters of type ExternalReferenceType
 TINReliefType TINReliefType.withExternalReference(ExternalReferenceType... values)
           
 ReliefFeatureType ReliefFeatureType.withExternalReference(ExternalReferenceType... values)
           
 RasterReliefType RasterReliefType.withExternalReference(ExternalReferenceType... values)
           
 MassPointReliefType MassPointReliefType.withExternalReference(ExternalReferenceType... values)
           
 BreaklineReliefType BreaklineReliefType.withExternalReference(ExternalReferenceType... values)
           
 AbstractReliefComponentType AbstractReliefComponentType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.relief.v_1_0 with type arguments of type ExternalReferenceType
 TINReliefType TINReliefType.withExternalReference(Collection<ExternalReferenceType> values)
           
 ReliefFeatureType ReliefFeatureType.withExternalReference(Collection<ExternalReferenceType> values)
           
 RasterReliefType RasterReliefType.withExternalReference(Collection<ExternalReferenceType> values)
           
 MassPointReliefType MassPointReliefType.withExternalReference(Collection<ExternalReferenceType> values)
           
 BreaklineReliefType BreaklineReliefType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractReliefComponentType AbstractReliefComponentType.withExternalReference(Collection<ExternalReferenceType> values)
           
 TINReliefType TINReliefType.withExternalReference(List<ExternalReferenceType> value)
           
 ReliefFeatureType ReliefFeatureType.withExternalReference(List<ExternalReferenceType> value)
           
 RasterReliefType RasterReliefType.withExternalReference(List<ExternalReferenceType> value)
           
 MassPointReliefType MassPointReliefType.withExternalReference(List<ExternalReferenceType> value)
           
 BreaklineReliefType BreaklineReliefType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractReliefComponentType AbstractReliefComponentType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.transportation.v_1_0
 

Methods in net.opengis.citygml.transportation.v_1_0 with parameters of type ExternalReferenceType
 TransportationComplexType TransportationComplexType.withExternalReference(ExternalReferenceType... values)
           
 TrafficAreaType TrafficAreaType.withExternalReference(ExternalReferenceType... values)
           
 TrackType TrackType.withExternalReference(ExternalReferenceType... values)
           
 SquareType SquareType.withExternalReference(ExternalReferenceType... values)
           
 RoadType RoadType.withExternalReference(ExternalReferenceType... values)
           
 RailwayType RailwayType.withExternalReference(ExternalReferenceType... values)
           
 AuxiliaryTrafficAreaType AuxiliaryTrafficAreaType.withExternalReference(ExternalReferenceType... values)
           
 AbstractTransportationObjectType AbstractTransportationObjectType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.transportation.v_1_0 with type arguments of type ExternalReferenceType
 TransportationComplexType TransportationComplexType.withExternalReference(Collection<ExternalReferenceType> values)
           
 TrafficAreaType TrafficAreaType.withExternalReference(Collection<ExternalReferenceType> values)
           
 TrackType TrackType.withExternalReference(Collection<ExternalReferenceType> values)
           
 SquareType SquareType.withExternalReference(Collection<ExternalReferenceType> values)
           
 RoadType RoadType.withExternalReference(Collection<ExternalReferenceType> values)
           
 RailwayType RailwayType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AuxiliaryTrafficAreaType AuxiliaryTrafficAreaType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractTransportationObjectType AbstractTransportationObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 TransportationComplexType TransportationComplexType.withExternalReference(List<ExternalReferenceType> value)
           
 TrafficAreaType TrafficAreaType.withExternalReference(List<ExternalReferenceType> value)
           
 TrackType TrackType.withExternalReference(List<ExternalReferenceType> value)
           
 SquareType SquareType.withExternalReference(List<ExternalReferenceType> value)
           
 RoadType RoadType.withExternalReference(List<ExternalReferenceType> value)
           
 RailwayType RailwayType.withExternalReference(List<ExternalReferenceType> value)
           
 AuxiliaryTrafficAreaType AuxiliaryTrafficAreaType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractTransportationObjectType AbstractTransportationObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.v_1_0
 

Fields in net.opengis.citygml.v_1_0 with type parameters of type ExternalReferenceType
protected  List<ExternalReferenceType> AbstractCityObjectType.externalReference
           
 

Methods in net.opengis.citygml.v_1_0 that return ExternalReferenceType
 ExternalReferenceType ObjectFactory.createExternalReferenceType()
          Create an instance of ExternalReferenceType
 ExternalReferenceType ExternalReferenceType.withExternalObject(ExternalObjectReferenceType value)
           
 ExternalReferenceType ExternalReferenceType.withInformationSystem(String value)
           
 

Methods in net.opengis.citygml.v_1_0 that return types with arguments of type ExternalReferenceType
 List<ExternalReferenceType> AbstractCityObjectType.getExternalReference()
          Gets the value of the externalReference property.
 

Methods in net.opengis.citygml.v_1_0 with parameters of type ExternalReferenceType
 AbstractSiteType AbstractSiteType.withExternalReference(ExternalReferenceType... values)
           
 AbstractCityObjectType AbstractCityObjectType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.v_1_0 with type arguments of type ExternalReferenceType
 void AbstractCityObjectType.setExternalReference(List<ExternalReferenceType> value)
           
 AbstractSiteType AbstractSiteType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractCityObjectType AbstractCityObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractSiteType AbstractSiteType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractCityObjectType AbstractCityObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.vegetation.v_1_0
 

Methods in net.opengis.citygml.vegetation.v_1_0 with parameters of type ExternalReferenceType
 SolitaryVegetationObjectType SolitaryVegetationObjectType.withExternalReference(ExternalReferenceType... values)
           
 PlantCoverType PlantCoverType.withExternalReference(ExternalReferenceType... values)
           
 AbstractVegetationObjectType AbstractVegetationObjectType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.vegetation.v_1_0 with type arguments of type ExternalReferenceType
 SolitaryVegetationObjectType SolitaryVegetationObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 PlantCoverType PlantCoverType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractVegetationObjectType AbstractVegetationObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 SolitaryVegetationObjectType SolitaryVegetationObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 PlantCoverType PlantCoverType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractVegetationObjectType AbstractVegetationObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 

Uses of ExternalReferenceType in net.opengis.citygml.waterbody.v_1_0
 

Methods in net.opengis.citygml.waterbody.v_1_0 with parameters of type ExternalReferenceType
 WaterSurfaceType WaterSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 WaterGroundSurfaceType WaterGroundSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 WaterClosureSurfaceType WaterClosureSurfaceType.withExternalReference(ExternalReferenceType... values)
           
 WaterBodyType WaterBodyType.withExternalReference(ExternalReferenceType... values)
           
 AbstractWaterObjectType AbstractWaterObjectType.withExternalReference(ExternalReferenceType... values)
           
 AbstractWaterBoundarySurfaceType AbstractWaterBoundarySurfaceType.withExternalReference(ExternalReferenceType... values)
           
 

Method parameters in net.opengis.citygml.waterbody.v_1_0 with type arguments of type ExternalReferenceType
 WaterSurfaceType WaterSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WaterGroundSurfaceType WaterGroundSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WaterClosureSurfaceType WaterClosureSurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WaterBodyType WaterBodyType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractWaterObjectType AbstractWaterObjectType.withExternalReference(Collection<ExternalReferenceType> values)
           
 AbstractWaterBoundarySurfaceType AbstractWaterBoundarySurfaceType.withExternalReference(Collection<ExternalReferenceType> values)
           
 WaterSurfaceType WaterSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 WaterGroundSurfaceType WaterGroundSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 WaterClosureSurfaceType WaterClosureSurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 WaterBodyType WaterBodyType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractWaterObjectType AbstractWaterObjectType.withExternalReference(List<ExternalReferenceType> value)
           
 AbstractWaterBoundarySurfaceType AbstractWaterBoundarySurfaceType.withExternalReference(List<ExternalReferenceType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.