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

Packages that use FeatureProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.impl.gml.feature   
org.citygml4j.model.citygml.appearance   
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.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.factory
 

Methods in org.citygml4j.factory that return FeatureProperty
<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)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement FeatureProperty
 class AppearanceMemberImpl
           
 class AppearancePropertyImpl
           
 class SurfaceDataPropertyImpl
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement FeatureProperty
 class BoundarySurfacePropertyImpl
           
 class BuildingInstallationPropertyImpl
           
 class BuildingPartPropertyImpl
           
 class IntBuildingInstallationPropertyImpl
           
 class InteriorFurniturePropertyImpl
           
 class InteriorRoomPropertyImpl
           
 class OpeningPropertyImpl
           
 

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

Classes in org.citygml4j.impl.citygml.cityobjectgroup that implement FeatureProperty
 class CityObjectGroupMemberImpl
           
 class CityObjectGroupParentImpl
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement FeatureProperty
 class AddressPropertyImpl
           
 class CityObjectMemberImpl
           
 class GeneralizationRelationImpl
           
 

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

Classes in org.citygml4j.impl.citygml.relief that implement FeatureProperty
 class GridPropertyImpl
           
 class ReliefComponentPropertyImpl
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement FeatureProperty
 class AuxiliaryTrafficAreaPropertyImpl
           
 class TrafficAreaPropertyImpl
           
 

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

Classes in org.citygml4j.impl.citygml.waterbody that implement FeatureProperty
 class BoundedByWaterSurfacePropertyImpl
           
 

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

Classes in org.citygml4j.impl.gml.feature that implement FeatureProperty
 class FeatureMemberImpl
           
 class FeaturePropertyImpl<T extends AbstractFeature>
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.appearance
 interface AppearanceMember
           
 interface AppearanceProperty
           
 interface SurfaceDataProperty
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.building
 interface BoundarySurfaceProperty
           
 interface BuildingInstallationProperty
           
 interface BuildingPartProperty
           
 interface IntBuildingInstallationProperty
           
 interface InteriorFurnitureProperty
           
 interface InteriorRoomProperty
           
 interface OpeningProperty
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.cityobjectgroup
 interface CityObjectGroupMember
           
 interface CityObjectGroupParent
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.core
 interface AddressProperty
           
 interface CityObjectMember
           
 interface GeneralizationRelation
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.relief
 interface GridProperty
           
 interface ReliefComponentProperty
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.transportation
 interface AuxiliaryTrafficAreaProperty
           
 interface TrafficAreaProperty
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.citygml.waterbody
 interface BoundedByWaterSurfaceProperty
           
 

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

Subinterfaces of FeatureProperty in org.citygml4j.model.gml.feature
 interface 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)