Uses of Interface
org.citygml4j.model.gml.feature.AbstractFeature

Packages that use AbstractFeature
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.builder.jaxb.xml.io.writer   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
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.landuse   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.feature   
org.citygml4j.model.citygml.appearance   
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.landuse   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.util.child   
org.citygml4j.util.walker   
org.citygml4j.util.xlink   
org.citygml4j.xml.io.writer   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractFeature
 void GMLMarshaller.marshalAbstractFeature(AbstractFeature src, AbstractFeatureType dest)
           
 

Method parameters in org.citygml4j.builder.jaxb.marshal.gml with type arguments of type AbstractFeature
 FeaturePropertyType GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src)
           
 void GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src, AssociationType dest)
           
 void GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src, FeaturePropertyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return types with arguments of type AbstractFeature
 FeatureProperty<? extends AbstractFeature> GMLUnmarshaller.unmarshalFeatureProperty(FeaturePropertyType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractFeature
 void GMLUnmarshaller.unmarshalAbstractFeature(AbstractFeatureType src, AbstractFeature dest)
           
 

Method parameters in org.citygml4j.builder.jaxb.unmarshal.gml with type arguments of type AbstractFeature
 void GMLUnmarshaller.unmarshalFeatureProperty(AssociationType src, FeatureProperty<? extends AbstractFeature> dest)
           
 void GMLUnmarshaller.unmarshalFeatureProperty(FeaturePropertyType src, FeatureProperty<? extends AbstractFeature> dest)
           
 

Uses of AbstractFeature in org.citygml4j.builder.jaxb.xml.io.writer
 

Methods in org.citygml4j.builder.jaxb.xml.io.writer with parameters of type AbstractFeature
 void JAXBSimpleWriter.write(AbstractFeature abstractFeature)
           
 void JAXBModelWriter.writeFeatureMember(AbstractFeature feature)
           
 

Uses of AbstractFeature in org.citygml4j.factory
 

Methods in org.citygml4j.factory with type parameters of type AbstractFeature
<T extends AbstractFeature>
FeatureProperty<T>
GMLFactory.createFeatureProperty()
           
<T extends AbstractFeature>
FeatureProperty<T>
GMLFactory.createFeatureProperty(java.lang.String xlink)
           
<T extends AbstractFeature>
FeatureProperty<T>
GMLFactory.createFeatureProperty(T abstractFeature)
           
 

Methods in org.citygml4j.factory with parameters of type AbstractFeature
 FeatureArrayProperty GMLFactory.createFeatureArrayProperty(AbstractFeature... feature)
           
 FeatureMember GMLFactory.createFeatureMember(AbstractFeature feature)
           
 

Method parameters in org.citygml4j.factory with type arguments of type AbstractFeature
 FeatureArrayProperty GMLFactory.createFeatureArrayProperty(java.util.List<AbstractFeature> feature)
           
 

Uses of AbstractFeature in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement AbstractFeature
 class AbstractSurfaceDataImpl
           
 class AbstractTextureImpl
           
 class AppearanceImpl
           
 class GeoreferencedTextureImpl
           
 class ParameterizedTextureImpl
           
 class X3DMaterialImpl
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement AbstractFeature
 class AbstractBoundarySurfaceImpl
           
 class AbstractBuildingImpl
           
 class AbstractOpeningImpl
           
 class BuildingFurnitureImpl
           
 class BuildingImpl
           
 class BuildingInstallationImpl
           
 class BuildingPartImpl
           
 class CeilingSurfaceImpl
           
 class ClosureSurfaceImpl
           
 class DoorImpl
           
 class FloorSurfaceImpl
           
 class GroundSurfaceImpl
           
 class IntBuildingInstallationImpl
           
 class InteriorWallSurfaceImpl
           
 class RoofSurfaceImpl
           
 class RoomImpl
           
 class WallSurfaceImpl
           
 class WindowImpl
           
 

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

Classes in org.citygml4j.impl.citygml.cityfurniture that implement AbstractFeature
 class CityFurnitureImpl
           
 

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

Classes in org.citygml4j.impl.citygml.cityobjectgroup that implement AbstractFeature
 class CityObjectGroupImpl
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement AbstractFeature
 class AbstractCityObjectImpl
           
 class AbstractSiteImpl
           
 class AddressImpl
           
 class CityModelImpl
           
 

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

Classes in org.citygml4j.impl.citygml.generics that implement AbstractFeature
 class GenericCityObjectImpl
           
 

Uses of AbstractFeature in org.citygml4j.impl.citygml.landuse
 

Classes in org.citygml4j.impl.citygml.landuse that implement AbstractFeature
 class LandUseImpl
           
 

Uses of AbstractFeature in org.citygml4j.impl.citygml.relief
 

Classes in org.citygml4j.impl.citygml.relief that implement AbstractFeature
 class AbstractReliefComponentImpl
           
 class BreaklineReliefImpl
           
 class MassPointReliefImpl
           
 class RasterReliefImpl
           
 class ReliefFeatureImpl
           
 class TINReliefImpl
           
 

Uses of AbstractFeature in org.citygml4j.impl.citygml.transportation
 

Classes in org.citygml4j.impl.citygml.transportation that implement AbstractFeature
 class AbstractTransportationObjectImpl
           
 class AuxiliaryTrafficAreaImpl
           
 class RailwayImpl
           
 class RoadImpl
           
 class SquareImpl
           
 class TrackImpl
           
 class TrafficAreaImpl
           
 class TransportationComplexImpl
           
 

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

Classes in org.citygml4j.impl.citygml.vegetation that implement AbstractFeature
 class AbstractVegetationObjectImpl
           
 class PlantCoverImpl
           
 class SolitaryVegetationObjectImpl
           
 

Uses of AbstractFeature in org.citygml4j.impl.citygml.waterbody
 

Classes in org.citygml4j.impl.citygml.waterbody that implement AbstractFeature
 class AbstractWaterBoundarySurfaceImpl
           
 class AbstractWaterObjectImpl
           
 class WaterBodyImpl
           
 class WaterClosureSurfaceImpl
           
 class WaterGroundSurfaceImpl
           
 class WaterSurfaceImpl
           
 

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

Classes in org.citygml4j.impl.gml.coverage that implement AbstractFeature
 class AbstractCoverageImpl
           
 class AbstractDiscreteCoverageImpl
           
 class RectifiedGridCoverageImpl
           
 

Uses of AbstractFeature in org.citygml4j.impl.gml.feature
 

Classes in org.citygml4j.impl.gml.feature with type parameters of type AbstractFeature
 class FeaturePropertyImpl<T extends AbstractFeature>
           
 

Classes in org.citygml4j.impl.gml.feature that implement AbstractFeature
 class AbstractFeatureCollectionImpl
           
 class AbstractFeatureImpl
           
 

Methods in org.citygml4j.impl.gml.feature that return types with arguments of type AbstractFeature
 java.util.List<? extends AbstractFeature> FeatureArrayPropertyImpl.getFeature()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type AbstractFeature
 void FeatureArrayPropertyImpl.addFeature(AbstractFeature feature)
           
 boolean FeatureArrayPropertyImpl.unsetFeature(AbstractFeature feature)
           
 

Method parameters in org.citygml4j.impl.gml.feature with type arguments of type AbstractFeature
 void FeatureArrayPropertyImpl.setFeature(java.util.List<? extends AbstractFeature> feature)
           
 

Uses of AbstractFeature in org.citygml4j.model.citygml.appearance
 

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.appearance
 interface AbstractSurfaceData
           
 interface AbstractTexture
           
 interface Appearance
           
 interface GeoreferencedTexture
           
 interface ParameterizedTexture
           
 interface X3DMaterial
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.building
 interface AbstractBoundarySurface
           
 interface AbstractBuilding
           
 interface AbstractOpening
           
 interface Building
           
 interface BuildingFurniture
           
 interface BuildingInstallation
           
 interface BuildingPart
           
 interface CeilingSurface
           
 interface ClosureSurface
           
 interface Door
           
 interface FloorSurface
           
 interface GroundSurface
           
 interface IntBuildingInstallation
           
 interface InteriorWallSurface
           
 interface RoofSurface
           
 interface Room
           
 interface WallSurface
           
 interface Window
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.cityfurniture
 interface CityFurniture
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.cityobjectgroup
 interface CityObjectGroup
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.core
 interface AbstractCityObject
           
 interface AbstractSite
           
 interface Address
           
 interface CityModel
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.generics
 interface GenericCityObject
           
 

Uses of AbstractFeature in org.citygml4j.model.citygml.landuse
 

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.landuse
 interface LandUse
           
 

Uses of AbstractFeature in org.citygml4j.model.citygml.relief
 

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.relief
 interface AbstractReliefComponent
           
 interface BreaklineRelief
           
 interface MassPointRelief
           
 interface RasterRelief
           
 interface ReliefFeature
           
 interface TINRelief
           
 

Uses of AbstractFeature in org.citygml4j.model.citygml.transportation
 

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.transportation
 interface AbstractTransportationObject
           
 interface AuxiliaryTrafficArea
           
 interface Railway
           
 interface Road
           
 interface Square
           
 interface Track
           
 interface TrafficArea
           
 interface TransportationComplex
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.vegetation
 interface AbstractVegetationObject
           
 interface PlantCover
           
 interface SolitaryVegetationObject
           
 

Uses of AbstractFeature in org.citygml4j.model.citygml.waterbody
 

Subinterfaces of AbstractFeature in org.citygml4j.model.citygml.waterbody
 interface AbstractWaterBoundarySurface
           
 interface AbstractWaterObject
           
 interface WaterBody
           
 interface WaterClosureSurface
           
 interface WaterGroundSurface
           
 interface WaterSurface
           
 

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

Subinterfaces of AbstractFeature in org.citygml4j.model.gml.coverage
 interface AbstractCoverage
           
 interface AbstractDiscreteCoverage
           
 interface RectifiedGridCoverage
           
 

Uses of AbstractFeature in org.citygml4j.model.gml.feature
 

Classes in org.citygml4j.model.gml.feature with type parameters of type AbstractFeature
 interface FeatureProperty<T extends AbstractFeature>
           
 

Subinterfaces of AbstractFeature in org.citygml4j.model.gml.feature
 interface AbstractFeatureCollection
           
 

Methods in org.citygml4j.model.gml.feature that return types with arguments of type AbstractFeature
 java.util.List<? extends AbstractFeature> FeatureArrayProperty.getFeature()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type AbstractFeature
 void FeatureArrayProperty.addFeature(AbstractFeature feature)
           
 boolean FeatureArrayProperty.unsetFeature(AbstractFeature feature)
           
 

Method parameters in org.citygml4j.model.gml.feature with type arguments of type AbstractFeature
 void FeatureArrayProperty.setFeature(java.util.List<? extends AbstractFeature> feature)
           
 

Uses of AbstractFeature in org.citygml4j.util.child
 

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

Methods in org.citygml4j.util.child that return AbstractFeature
 AbstractFeature ChildInfo.getParentFeature(Child child)
           
 AbstractFeature ChildInfo.getRootFeature(Child child)
           
 

Uses of AbstractFeature in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with type parameters of type AbstractFeature
<E extends AbstractFeature>
T
GMLFunctionWalker.apply(FeatureProperty<E> featureProperty)
           
<E extends AbstractFeature>
T
FeatureFunctionWalker.apply(FeatureProperty<E> featureProperty)
           
<T extends AbstractFeature>
void
GMLWalker.visit(FeatureProperty<T> featureProperty)
           
<T extends AbstractFeature>
void
FeatureWalker.visit(FeatureProperty<T> featureProperty)
           
 

Methods in org.citygml4j.util.walker with parameters of type AbstractFeature
 T GMLFunctionWalker.apply(AbstractFeature abstractFeature)
           
 T FeatureFunctionWalker.apply(AbstractFeature abstractFeature)
           
 void GMLWalker.visit(AbstractFeature abstractFeature)
           
 void FeatureWalker.visit(AbstractFeature abstractFeature)
           
 

Uses of AbstractFeature in org.citygml4j.util.xlink
 

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

Uses of AbstractFeature in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer with parameters of type AbstractFeature
 void CityGMLWriter.write(AbstractFeature abstractFeature)
           
 void CityModelWriter.writeFeatureMember(AbstractFeature feature)