GeometryTransformer
Generates a surface based geometry representation for CityGML by visiting the geometry class.
Parameters
parameters for the geometry transformation, such as discretization step sizes
Types
Functions
Returns the result of the created implicit geometry. If no implicit geometry is available, an IllegalStateException is thrown.
Returns a list of individual MultiSurfaceProperty, whereas each is based on solid's polygon filtered by FaceType.
Returns the result of the created multi curve geometry. If no multi curve geometry is available, an IllegalStateException is thrown.
Returns the result of the created multi surface geometry. If no multi surface geometry is available, an IllegalStateException is thrown.
Returns the result of the created point geometry. If no point geometry is available, an IllegalStateException is thrown.
Returns the result of the created solid geometry. If no solid geometry is available, an IllegalStateException is thrown.
Returns a single MultiSurfaceProperty constructed of a solid's polygons which have been filtered by FaceType.
Returns either a cutout of a solid geometry (if it exists) or a MultiSurfaceProperty itself (if it exists).