Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractSurfacePatch
 SurfacePatchArrayProperty GMLFactory.createSurfacePatchArrayProperty(AbstractSurfacePatch... surfacePatch)
           
 

Method parameters in org.citygml4j.factory with type arguments of type AbstractSurfacePatch
 SurfacePatchArrayProperty GMLFactory.createSurfacePatchArrayProperty(java.util.List<AbstractSurfacePatch> surfacePatch)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractSurfacePatch
 class AbstractSurfacePatchImpl
           
 class RectangleImpl
           
 class TriangleImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type AbstractSurfacePatch
 java.util.List<? extends AbstractSurfacePatch> SurfacePatchArrayPropertyImpl.getSurfacePatch()
           
 

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

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

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

Subinterfaces of AbstractSurfacePatch in org.citygml4j.model.gml.geometry.primitives
 interface Rectangle
           
 interface Triangle
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractSurfacePatch
 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)