Uses of Interface
org.citygml4j.model.gml.geometry.AbstractGeometry

Packages that use AbstractGeometry
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.cityfurniture   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.generics   
org.citygml4j.impl.citygml.texturedsurface   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.geometry   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.grids   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityfurniture   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.grids   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.util.child   
org.citygml4j.util.walker   
org.citygml4j.util.xlink   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractGeometry
 void GMLMarshaller.marshalAbstractGeometry(AbstractGeometry src, AbstractGeometryType dest)
           
 

Method parameters in org.citygml4j.builder.jaxb.marshal.gml with type arguments of type AbstractGeometry
 void GMLMarshaller.marshalDomainSet(DomainSet<? extends AbstractGeometry> src, DomainSetType dest)
           
 GeometryPropertyType GMLMarshaller.marshalGeometryProperty(GeometryProperty<? extends AbstractGeometry> src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return types with arguments of type AbstractGeometry
 GeometryProperty<AbstractGeometry> GMLUnmarshaller.unmarshalGeometryProperty(GeometryPropertyType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractGeometry
 void GMLUnmarshaller.unmarshalAbstractGeometry(AbstractGeometryType src, AbstractGeometry dest)
           
 

Method parameters in org.citygml4j.builder.jaxb.unmarshal.gml with type arguments of type AbstractGeometry
 void GMLUnmarshaller.unmarshalDomainSet(DomainSetType src, DomainSet<? extends AbstractGeometry> dest)
           
 

Uses of AbstractGeometry in org.citygml4j.factory
 

Methods in org.citygml4j.factory with type parameters of type AbstractGeometry
<T extends AbstractGeometry>
DomainSet<T>
GMLFactory.createDomainSet()
           
<T extends AbstractGeometry>
GeometryProperty<T>
GMLFactory.createGeometryProperty()
           
<T extends AbstractGeometry>
GeometryProperty<T>
GMLFactory.createGeometryProperty(java.lang.String xlink)
           
<T extends AbstractGeometry>
GeometryProperty<T>
GMLFactory.createGeometryProperty(T abstractGeometry)
           
 

Methods in org.citygml4j.factory with parameters of type AbstractGeometry
 LocationProperty GMLFactory.createLocationProperty(AbstractGeometry abstractGeometry)
           
 PriorityLocationProperty GMLFactory.createPriorityLocationProperty(AbstractGeometry abstractGeometry)
           
 Value GMLFactory.createValue(AbstractGeometry geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.citygml.building
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> BuildingInstallationImpl.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingInstallationImpl.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> IntBuildingInstallationImpl.getLod4Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingInstallationImpl.getLod4Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingFurnitureImpl.getLod4Geometry()
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type AbstractGeometry
 void BuildingInstallationImpl.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void BuildingInstallationImpl.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void IntBuildingInstallationImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 void BuildingInstallationImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 void BuildingFurnitureImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.citygml.cityfurniture
 

Methods in org.citygml4j.impl.citygml.cityfurniture that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> CityFurnitureImpl.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurnitureImpl.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurnitureImpl.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurnitureImpl.getLod4Geometry()
           
 

Method parameters in org.citygml4j.impl.citygml.cityfurniture with type arguments of type AbstractGeometry
 void CityFurnitureImpl.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void CityFurnitureImpl.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void CityFurnitureImpl.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void CityFurnitureImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.citygml.cityobjectgroup
 

Methods in org.citygml4j.impl.citygml.cityobjectgroup that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> CityObjectGroupImpl.getGeometry()
           
 

Method parameters in org.citygml4j.impl.citygml.cityobjectgroup with type arguments of type AbstractGeometry
 void CityObjectGroupImpl.setGeometry(GeometryProperty<? extends AbstractGeometry> geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.citygml.core
 

Methods in org.citygml4j.impl.citygml.core that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> ImplicitGeometryImpl.getRelativeGMLGeometry()
           
 

Method parameters in org.citygml4j.impl.citygml.core with type arguments of type AbstractGeometry
 void ImplicitGeometryImpl.setRelativeGeometry(GeometryProperty<? extends AbstractGeometry> relativeGeometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.citygml.generics
 

Methods in org.citygml4j.impl.citygml.generics that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> GenericCityObjectImpl.getLod0Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObjectImpl.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObjectImpl.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObjectImpl.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObjectImpl.getLod4Geometry()
           
 

Method parameters in org.citygml4j.impl.citygml.generics with type arguments of type AbstractGeometry
 void GenericCityObjectImpl.setLod0Geometry(GeometryProperty<? extends AbstractGeometry> lod0Geometry)
           
 void GenericCityObjectImpl.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void GenericCityObjectImpl.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void GenericCityObjectImpl.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void GenericCityObjectImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

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

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

Uses of AbstractGeometry in org.citygml4j.impl.citygml.vegetation
 

Methods in org.citygml4j.impl.citygml.vegetation that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObjectImpl.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObjectImpl.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObjectImpl.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObjectImpl.getLod4Geometry()
           
 

Method parameters in org.citygml4j.impl.citygml.vegetation with type arguments of type AbstractGeometry
 void SolitaryVegetationObjectImpl.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void SolitaryVegetationObjectImpl.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void SolitaryVegetationObjectImpl.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void SolitaryVegetationObjectImpl.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage with type parameters of type AbstractGeometry
 class DomainSetImpl<T extends AbstractGeometry>
           
 

Uses of AbstractGeometry in org.citygml4j.impl.gml.geometry
 

Classes in org.citygml4j.impl.gml.geometry with type parameters of type AbstractGeometry
 class GeometryArrayPropertyImpl<T extends AbstractGeometry>
           
 class GeometryPropertyImpl<T extends AbstractGeometry>
           
 class InlineGeometryPropertyImpl<T extends AbstractGeometry>
           
 

Classes in org.citygml4j.impl.gml.geometry that implement AbstractGeometry
 class AbstractGeometryImpl
           
 

Uses of AbstractGeometry in org.citygml4j.impl.gml.geometry.aggregates
 

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement AbstractGeometry
 class AbstractGeometricAggregateImpl
           
 class MultiCurveImpl
           
 class MultiLineStringImpl
           
 class MultiPointImpl
           
 class MultiPolygonImpl
           
 class MultiSolidImpl
           
 class MultiSurfaceImpl
           
 

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

Classes in org.citygml4j.impl.gml.geometry.complexes that implement AbstractGeometry
 class CompositeCurveImpl
           
 class CompositeSolidImpl
           
 class CompositeSurfaceImpl
           
 class GeometricComplexImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes with parameters of type AbstractGeometry
 void GeometricComplexPropertyImpl.setObject(AbstractGeometry geometry)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractGeometry
 class AbstractCurveImpl
           
 class AbstractGeometricPrimitiveImpl
           
 class AbstractRingImpl
           
 class AbstractSolidImpl
           
 class AbstractSurfaceImpl
           
 class CurveImpl
           
 class LinearRingImpl
           
 class LineStringImpl
           
 class OrientableCurveImpl
           
 class OrientableSurfaceImpl
           
 class PointImpl
           
 class PolygonImpl
           
 class RingImpl
           
 class SolidImpl
           
 class SurfaceImpl
           
 class TinImpl
           
 class TriangulatedSurfaceImpl
           
 

Uses of AbstractGeometry in org.citygml4j.impl.gml.grids
 

Classes in org.citygml4j.impl.gml.grids that implement AbstractGeometry
 class GridImpl
           
 class RectifiedGridImpl
           
 

Uses of AbstractGeometry in org.citygml4j.impl.gml.valueObjects
 

Methods in org.citygml4j.impl.gml.valueObjects that return AbstractGeometry
 AbstractGeometry ValueImpl.getGeometry()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type AbstractGeometry
 void ValueImpl.setGeometry(AbstractGeometry geometry)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type AbstractGeometry
ValueImpl(AbstractGeometry geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> BuildingInstallation.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingInstallation.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> IntBuildingInstallation.getLod4Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingInstallation.getLod4Geometry()
           
 GeometryProperty<? extends AbstractGeometry> BuildingFurniture.getLod4Geometry()
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type AbstractGeometry
 void BuildingInstallation.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void BuildingInstallation.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void IntBuildingInstallation.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 void BuildingInstallation.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 void BuildingFurniture.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.citygml.cityfurniture
 

Methods in org.citygml4j.model.citygml.cityfurniture that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> CityFurniture.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurniture.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurniture.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> CityFurniture.getLod4Geometry()
           
 

Method parameters in org.citygml4j.model.citygml.cityfurniture with type arguments of type AbstractGeometry
 void CityFurniture.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void CityFurniture.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void CityFurniture.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void CityFurniture.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.citygml.cityobjectgroup
 

Methods in org.citygml4j.model.citygml.cityobjectgroup that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> CityObjectGroup.getGeometry()
           
 

Method parameters in org.citygml4j.model.citygml.cityobjectgroup with type arguments of type AbstractGeometry
 void CityObjectGroup.setGeometry(GeometryProperty<? extends AbstractGeometry> geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type AbstractGeometry
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLod0Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLod1Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLod2Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLod3Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLod4Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> LodRepresentation.getLodGeometry(int lod)
           
 GeometryProperty<? extends AbstractGeometry> ImplicitGeometry.getRelativeGMLGeometry()
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type AbstractGeometry
 void ImplicitGeometry.setRelativeGeometry(GeometryProperty<? extends AbstractGeometry> relativeGeometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> GenericCityObject.getLod0Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObject.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObject.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObject.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> GenericCityObject.getLod4Geometry()
           
 

Method parameters in org.citygml4j.model.citygml.generics with type arguments of type AbstractGeometry
 void GenericCityObject.setLod0Geometry(GeometryProperty<? extends AbstractGeometry> lod0Geometry)
           
 void GenericCityObject.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void GenericCityObject.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void GenericCityObject.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void GenericCityObject.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

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

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

Uses of AbstractGeometry in org.citygml4j.model.citygml.vegetation
 

Methods in org.citygml4j.model.citygml.vegetation that return types with arguments of type AbstractGeometry
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObject.getLod1Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObject.getLod2Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObject.getLod3Geometry()
           
 GeometryProperty<? extends AbstractGeometry> SolitaryVegetationObject.getLod4Geometry()
           
 

Method parameters in org.citygml4j.model.citygml.vegetation with type arguments of type AbstractGeometry
 void SolitaryVegetationObject.setLod1Geometry(GeometryProperty<? extends AbstractGeometry> lod1Geometry)
           
 void SolitaryVegetationObject.setLod2Geometry(GeometryProperty<? extends AbstractGeometry> lod2Geometry)
           
 void SolitaryVegetationObject.setLod3Geometry(GeometryProperty<? extends AbstractGeometry> lod3Geometry)
           
 void SolitaryVegetationObject.setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.model.gml.coverage
 

Classes in org.citygml4j.model.gml.coverage with type parameters of type AbstractGeometry
 interface DomainSet<T extends AbstractGeometry>
           
 

Uses of AbstractGeometry in org.citygml4j.model.gml.geometry
 

Classes in org.citygml4j.model.gml.geometry with type parameters of type AbstractGeometry
 interface GeometryArrayProperty<T extends AbstractGeometry>
           
 interface GeometryProperty<T extends AbstractGeometry>
           
 interface InlineGeometryProperty<T extends AbstractGeometry>
           
 

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

Subinterfaces of AbstractGeometry in org.citygml4j.model.gml.geometry.aggregates
 interface AbstractGeometricAggregate
           
 interface MultiCurve
           
 interface MultiLineString
           
 interface MultiPoint
           
 interface MultiPolygon
           
 interface MultiSolid
           
 interface MultiSurface
           
 

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

Subinterfaces of AbstractGeometry in org.citygml4j.model.gml.geometry.complexes
 interface CompositeCurve
           
 interface CompositeSolid
           
 interface CompositeSurface
           
 interface GeometricComplex
           
 

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

Subinterfaces of AbstractGeometry in org.citygml4j.model.gml.geometry.primitives
 interface AbstractCurve
           
 interface AbstractGeometricPrimitive
           
 interface AbstractRing
           
 interface AbstractSolid
           
 interface AbstractSurface
           
 interface Curve
           
 interface LinearRing
           
 interface LineString
           
 interface OrientableCurve
           
 interface OrientableSurface
           
 interface Point
           
 interface Polygon
           
 interface Ring
           
 interface Solid
           
 interface Surface
           
 interface Tin
           
 interface TriangulatedSurface
           
 

Uses of AbstractGeometry in org.citygml4j.model.gml.grids
 

Subinterfaces of AbstractGeometry in org.citygml4j.model.gml.grids
 interface Grid
           
 interface RectifiedGrid
           
 

Uses of AbstractGeometry in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return AbstractGeometry
 AbstractGeometry Value.getGeometry()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type AbstractGeometry
 void Value.setGeometry(AbstractGeometry geometry)
           
 

Uses of AbstractGeometry in org.citygml4j.util.child
 

Methods in org.citygml4j.util.child with type parameters of type AbstractGeometry
<T extends AbstractGeometry>
T
ChildInfo.getParentGeometry(Child child, java.lang.Class<T> type)
           
 

Methods in org.citygml4j.util.child that return AbstractGeometry
 AbstractGeometry ChildInfo.getParentGeometry(Child child)
           
 AbstractGeometry ChildInfo.getRootGeometry(Child child)
           
 

Uses of AbstractGeometry in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with type parameters of type AbstractGeometry
<E extends AbstractGeometry>
T
GMLFunctionWalker.apply(GeometryArrayProperty<E> geometryArrayProperty)
           
<E extends AbstractGeometry>
T
GeometryFunctionWalker.apply(GeometryArrayProperty<E> geometryArrayProperty)
           
<E extends AbstractGeometry>
T
GMLFunctionWalker.apply(GeometryProperty<E> geometryProperty)
           
<E extends AbstractGeometry>
T
GeometryFunctionWalker.apply(GeometryProperty<E> geometryProperty)
           
<E extends AbstractGeometry>
T
GMLFunctionWalker.apply(InlineGeometryProperty<E> geometryProperty)
           
<E extends AbstractGeometry>
T
GeometryFunctionWalker.apply(InlineGeometryProperty<E> geometryProperty)
           
<T extends AbstractGeometry>
void
GMLWalker.visit(GeometryArrayProperty<T> geometryArrayProperty)
           
<T extends AbstractGeometry>
void
GeometryWalker.visit(GeometryArrayProperty<T> geometryArrayProperty)
           
<T extends AbstractGeometry>
void
GMLWalker.visit(GeometryProperty<T> geometryProperty)
           
<T extends AbstractGeometry>
void
GeometryWalker.visit(GeometryProperty<T> geometryProperty)
           
<T extends AbstractGeometry>
void
GMLWalker.visit(InlineGeometryProperty<T> geometryProperty)
           
<T extends AbstractGeometry>
void
GeometryWalker.visit(InlineGeometryProperty<T> geometryProperty)
           
 

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

Uses of AbstractGeometry in org.citygml4j.util.xlink
 

Methods in org.citygml4j.util.xlink that return AbstractGeometry
 AbstractGeometry XLinkResolver.getGeometry(java.lang.String target, AbstractGML root)