Uses of Interface
org.citygml4j.model.gml.geometry.primitives.AbstractSurface

Packages that use AbstractSurface
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractSurface
 void GMLMarshaller.marshalAbstractSurface(AbstractSurface src, AbstractSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractSurface
 void GMLUnmarshaller.unmarshalAbstractSurface(AbstractSurfaceType src, AbstractSurface dest)
           
 

Uses of AbstractSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractSurface
 CompositeSurface GMLFactory.createCompositeSurface(AbstractSurface... abstractSurfaces)
           
 MultiSurface GMLFactory.createMultiSurface(AbstractSurface... abstractSurfaces)
           
 OrientableSurface GMLFactory.createOrientableSurface(AbstractSurface base, java.lang.String orientation)
           
 SurfaceArrayProperty GMLFactory.createSurfaceArrayProperty(AbstractSurface... abstractSurface)
           
 SurfaceProperty GMLFactory.createSurfaceProperty(AbstractSurface abstractSurface)
           
 

Method parameters in org.citygml4j.factory with type arguments of type AbstractSurface
 CompositeSurface GMLFactory.createCompositeSurface(java.util.List<AbstractSurface> abstractSurfaces)
           
 MultiSurface GMLFactory.createMultiSurface(java.util.List<AbstractSurface> abstractSurfaces)
           
 SurfaceArrayProperty GMLFactory.createSurfaceArrayProperty(java.util.List<AbstractSurface> abstractSurface)
           
 

Uses of AbstractSurface in org.citygml4j.impl.citygml.texturedsurface
 

Classes in org.citygml4j.impl.citygml.texturedsurface that implement AbstractSurface
 class _TexturedSurfaceImpl
           
 

Uses of AbstractSurface in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement AbstractSurface
 class CompositeSurfaceImpl
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractSurface
 class AbstractSurfaceImpl
           
 class OrientableSurfaceImpl
           
 class PolygonImpl
           
 class SurfaceImpl
           
 class TinImpl
           
 class TriangulatedSurfaceImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return AbstractSurface
 AbstractSurface SurfacePropertyImpl.getSurface()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type AbstractSurface
 java.util.List<AbstractSurface> SurfaceArrayPropertyImpl.getSurface()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type AbstractSurface
 void SurfaceArrayPropertyImpl.addSurface(AbstractSurface abstractSurface)
           
 void SurfacePropertyImpl.setSurface(AbstractSurface abstractSurface)
           
 boolean SurfaceArrayPropertyImpl.unsetSurface(AbstractSurface abstractSurface)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type AbstractSurface
 void SurfaceArrayPropertyImpl.setSurface(java.util.List<AbstractSurface> abstractSurface)
           
 

Uses of AbstractSurface in org.citygml4j.model.citygml.texturedsurface
 

Subinterfaces of AbstractSurface in org.citygml4j.model.citygml.texturedsurface
 interface _TexturedSurface
           
 

Uses of AbstractSurface in org.citygml4j.model.gml.geometry.complexes
 

Subinterfaces of AbstractSurface in org.citygml4j.model.gml.geometry.complexes
 interface CompositeSurface
           
 

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

Subinterfaces of AbstractSurface in org.citygml4j.model.gml.geometry.primitives
 interface OrientableSurface
           
 interface Polygon
           
 interface Surface
           
 interface Tin
           
 interface TriangulatedSurface
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return AbstractSurface
 AbstractSurface SurfaceProperty.getSurface()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractSurface
 java.util.List<AbstractSurface> SurfaceArrayProperty.getSurface()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSurface
 void SurfaceArrayProperty.addSurface(AbstractSurface abstractSurface)
           
 void SurfaceProperty.setSurface(AbstractSurface abstractSurface)
           
 boolean SurfaceArrayProperty.unsetSurface(AbstractSurface abstractSurface)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSurface
 void SurfaceArrayProperty.setSurface(java.util.List<AbstractSurface> abstractSurface)
           
 

Uses of AbstractSurface in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractSurface
 T GMLFunctionWalker.apply(AbstractSurface abstractSurface)
           
 T GeometryFunctionWalker.apply(AbstractSurface abstractSurface)
           
 void GMLWalker.visit(AbstractSurface abstractSurface)
           
 void GeometryWalker.visit(AbstractSurface abstractSurface)