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

Packages that use AbstractSurfacePatch
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractSurfacePatch
 void GMLMarshaller.marshalAbstractSurfacePatch(AbstractSurfacePatch src, AbstractSurfacePatchType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractSurfacePatch
 void GMLUnmarshaller.unmarshalAbstractSurfacePatch(AbstractSurfacePatchType src, AbstractSurfacePatch dest)
           
 

Uses of AbstractSurfacePatch in org.citygml4j.model.gml.geometry.primitives
 

Subclasses of AbstractSurfacePatch in org.citygml4j.model.gml.geometry.primitives
 class Rectangle
           
 class Triangle
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractSurfacePatch
 java.lang.Class<AbstractSurfacePatch> SurfacePatchArrayProperty.getAssociableClass()
           
 java.util.List<? extends AbstractSurfacePatch> SurfacePatchArrayProperty.getSurfacePatch()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSurfacePatch
 void SurfacePatchArrayProperty.addSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 boolean SurfacePatchArrayProperty.unsetSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSurfacePatch
 void SurfacePatchArrayProperty.setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSurfacePatch
SurfacePatchArrayProperty(AbstractSurfacePatch... abstractSurfacePatch)
           
SurfacePatchArrayProperty(AbstractSurfacePatch abstractSurfacePatch)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSurfacePatch
SurfacePatchArrayProperty(java.util.List<? extends AbstractSurfacePatch> abstractSurfacePatch)