Uses of Class
org.citygml4j.model.gml.geometry.primitives.PolygonProperty

Packages that use PolygonProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type PolygonProperty
 PolygonPropertyType GMLMarshaller.marshalPolygonProperty(PolygonProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return PolygonProperty
 PolygonProperty GMLUnmarshaller.unmarshalPolygonProperty(PolygonPropertyType src)
           
 

Uses of PolygonProperty in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return PolygonProperty
 PolygonProperty AbstractReliefComponent.getExtent()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type PolygonProperty
 void AbstractReliefComponent.setExtent(PolygonProperty extent)
           
 

Uses of PolygonProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type PolygonProperty
 java.util.List<PolygonProperty> MultiPolygon.getPolygonMember()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type PolygonProperty
 void MultiPolygon.addPolygonMember(PolygonProperty polygonMember)
           
 boolean MultiPolygon.unsetPolygonMember(PolygonProperty polygonMember)
           
 

Method parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type PolygonProperty
 void MultiPolygon.setPolygonMember(java.util.List<PolygonProperty> polygonMember)