Uses of Class
org.citygml4j.model.gml.feature.FeatureProperty

Packages that use FeatureProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.bridge   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.feature   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type FeatureProperty
 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 FeatureProperty in org.citygml4j.builder.jaxb.unmarshal.gml
 

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

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

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.appearance
 class AppearanceMember
           
 class AppearanceProperty
           
 class SurfaceDataProperty
           
 

Uses of FeatureProperty in org.citygml4j.model.citygml.bridge
 

Subclasses of FeatureProperty in org.citygml4j.model.citygml.bridge
 class BoundarySurfaceProperty
           
 class BridgeConstructionElementProperty
           
 class BridgeInstallationProperty
           
 class BridgePartProperty
           
 class IntBridgeInstallationProperty
           
 class InteriorBridgeRoomProperty
           
 class InteriorFurnitureProperty
           
 class OpeningProperty
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.building
 class BuildingInstallationProperty
           
 class BuildingPartProperty
           
 class IntBuildingInstallationProperty
           
 class InteriorRoomProperty
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.cityobjectgroup
 class CityObjectGroupMember
           
 class CityObjectGroupParent
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.core
 class AddressProperty
           
 class CityObjectMember
           
 class GeneralizationRelation
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.relief
 class GridProperty
           
 class ReliefComponentProperty
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.transportation
 class AuxiliaryTrafficAreaProperty
           
 class TrafficAreaProperty
           
 

Uses of FeatureProperty in org.citygml4j.model.citygml.tunnel
 

Subclasses of FeatureProperty in org.citygml4j.model.citygml.tunnel
 class InteriorHollowSpaceProperty
           
 class IntTunnelInstallationProperty
           
 class TunnelInstallationProperty
           
 class TunnelPartProperty
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.citygml.waterbody
 class BoundedByWaterSurfaceProperty
           
 

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

Subclasses of FeatureProperty in org.citygml4j.model.gml.feature
 class FeatureMember
           
 

Uses of FeatureProperty in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type FeatureProperty
<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)