Uses of Class
org.citygml4j.jaxb.gml._3_1_1.GeometryPropertyType

Packages that use GeometryPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.citygml.frn._1   
org.citygml4j.jaxb.citygml.gen._1   
org.citygml4j.jaxb.citygml.grp._1   
org.citygml4j.jaxb.citygml.veg._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return GeometryPropertyType
 GeometryPropertyType GMLMarshaller.marshalGeometryProperty(GeometryProperty<? extends AbstractGeometry> src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type GeometryPropertyType
 GeometryProperty<AbstractGeometry> GMLUnmarshaller.unmarshalGeometryProperty(GeometryPropertyType src)
           
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return GeometryPropertyType
 GeometryPropertyType CityObjectGroupType.getGeometry()
          Gets the value of the geometry property.
 GeometryPropertyType GenericCityObjectType.getLod0Geometry()
          Gets the value of the lod0Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType CityFurnitureType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType CityFurnitureType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType BuildingInstallationType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType CityFurnitureType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType BuildingInstallationType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType IntBuildingInstallationType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType CityFurnitureType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType BuildingInstallationType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType BuildingFurnitureType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType ImplicitGeometryType.getRelativeGMLGeometry()
          Gets the value of the relativeGMLGeometry property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type GeometryPropertyType
 void CityObjectGroupType.setGeometry(GeometryPropertyType value)
          Sets the value of the geometry property.
 void GenericCityObjectType.setLod0Geometry(GeometryPropertyType value)
          Sets the value of the lod0Geometry property.
 void SolitaryVegetationObjectType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void GenericCityObjectType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void CityFurnitureType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void SolitaryVegetationObjectType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void GenericCityObjectType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void CityFurnitureType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void BuildingInstallationType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void SolitaryVegetationObjectType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void GenericCityObjectType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void CityFurnitureType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void BuildingInstallationType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void SolitaryVegetationObjectType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void IntBuildingInstallationType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void GenericCityObjectType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void CityFurnitureType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void BuildingInstallationType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void BuildingFurnitureType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void ImplicitGeometryType.setRelativeGMLGeometry(GeometryPropertyType value)
          Sets the value of the relativeGMLGeometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return GeometryPropertyType
 GeometryPropertyType BuildingInstallationType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType BuildingInstallationType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType IntBuildingInstallationType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType BuildingInstallationType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 GeometryPropertyType BuildingFurnitureType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type GeometryPropertyType
 void BuildingInstallationType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void BuildingInstallationType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void IntBuildingInstallationType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void BuildingInstallationType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void BuildingFurnitureType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return GeometryPropertyType
 GeometryPropertyType ImplicitGeometryType.getRelativeGMLGeometry()
          Gets the value of the relativeGMLGeometry property.
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type GeometryPropertyType
 void ImplicitGeometryType.setRelativeGMLGeometry(GeometryPropertyType value)
          Sets the value of the relativeGMLGeometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.frn._1
 

Methods in org.citygml4j.jaxb.citygml.frn._1 that return GeometryPropertyType
 GeometryPropertyType CityFurnitureType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType CityFurnitureType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType CityFurnitureType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType CityFurnitureType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 

Methods in org.citygml4j.jaxb.citygml.frn._1 with parameters of type GeometryPropertyType
 void CityFurnitureType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void CityFurnitureType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void CityFurnitureType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void CityFurnitureType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.gen._1
 

Methods in org.citygml4j.jaxb.citygml.gen._1 that return GeometryPropertyType
 GeometryPropertyType GenericCityObjectType.getLod0Geometry()
          Gets the value of the lod0Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType GenericCityObjectType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 

Methods in org.citygml4j.jaxb.citygml.gen._1 with parameters of type GeometryPropertyType
 void GenericCityObjectType.setLod0Geometry(GeometryPropertyType value)
          Sets the value of the lod0Geometry property.
 void GenericCityObjectType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void GenericCityObjectType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void GenericCityObjectType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void GenericCityObjectType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.grp._1
 

Methods in org.citygml4j.jaxb.citygml.grp._1 that return GeometryPropertyType
 GeometryPropertyType CityObjectGroupType.getGeometry()
          Gets the value of the geometry property.
 

Methods in org.citygml4j.jaxb.citygml.grp._1 with parameters of type GeometryPropertyType
 void CityObjectGroupType.setGeometry(GeometryPropertyType value)
          Sets the value of the geometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.citygml.veg._1
 

Methods in org.citygml4j.jaxb.citygml.veg._1 that return GeometryPropertyType
 GeometryPropertyType SolitaryVegetationObjectType.getLod1Geometry()
          Gets the value of the lod1Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod2Geometry()
          Gets the value of the lod2Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod3Geometry()
          Gets the value of the lod3Geometry property.
 GeometryPropertyType SolitaryVegetationObjectType.getLod4Geometry()
          Gets the value of the lod4Geometry property.
 

Methods in org.citygml4j.jaxb.citygml.veg._1 with parameters of type GeometryPropertyType
 void SolitaryVegetationObjectType.setLod1Geometry(GeometryPropertyType value)
          Sets the value of the lod1Geometry property.
 void SolitaryVegetationObjectType.setLod2Geometry(GeometryPropertyType value)
          Sets the value of the lod2Geometry property.
 void SolitaryVegetationObjectType.setLod3Geometry(GeometryPropertyType value)
          Sets the value of the lod3Geometry property.
 void SolitaryVegetationObjectType.setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 

Uses of GeometryPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeometryPropertyType
 GeometryPropertyType ObjectFactory.createGeometryPropertyType()
          Create an instance of GeometryPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type GeometryPropertyType
 javax.xml.bind.JAXBElement<GeometryPropertyType> ObjectFactory.createGeometryMember(GeometryPropertyType value)
          Create an instance of JAXBElement<GeometryPropertyType>}
 java.util.List<GeometryPropertyType> MultiGeometryType.getGeometryMember()
          Gets the value of the geometryMember property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeometryPropertyType
 javax.xml.bind.JAXBElement<GeometryPropertyType> ObjectFactory.createGeometryMember(GeometryPropertyType value)
          Create an instance of JAXBElement<GeometryPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type GeometryPropertyType
 void MultiGeometryType.setGeometryMember(java.util.List<GeometryPropertyType> geometryMember)
          Sets the value of the geometryMember property.