Uses of Class
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.model.citygml.texturedsurface   
org.citygml4j.model.gml.geometry.aggregates   
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.model.citygml.texturedsurface
 

Subclasses of AbstractSurface in org.citygml4j.model.citygml.texturedsurface
 class _TexturedSurface
           
 

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

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type AbstractSurface
MultiSurface(AbstractSurface... abstractSurfaces)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type AbstractSurface
MultiSurface(java.util.List<? extends AbstractSurface> abstractSurfaces)
           
 

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

Subclasses of AbstractSurface in org.citygml4j.model.gml.geometry.complexes
 class CompositeSurface
           
 

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type AbstractSurface
CompositeSurface(AbstractSurface... abstractSurfaces)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type AbstractSurface
CompositeSurface(java.util.List<? extends AbstractSurface> abstractSurfaces)
           
 

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

Subclasses of AbstractSurface in org.citygml4j.model.gml.geometry.primitives
 class OrientableSurface
           
 class Polygon
           
 class Surface
           
 class Tin
           
 class 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.lang.Class<AbstractSurface> SurfaceProperty.getAssociableClass()
           
 java.lang.Class<AbstractSurface> SurfaceArrayProperty.getAssociableClass()
           
 java.util.List<? extends 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<? extends AbstractSurface> abstractSurface)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSurface
OrientableSurface(AbstractSurface base, Sign orientation)
           
SurfaceArrayProperty(AbstractSurface... abstractSurface)
           
SurfaceArrayProperty(AbstractSurface abstractSurface)
           
SurfaceProperty(AbstractSurface abstractSurface)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSurface
SurfaceArrayProperty(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)