|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
GMLFactory.createFeatureProperty()
|
|
|
GMLFactory.createFeatureProperty(java.lang.String xlink)
|
|
|
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 | ||
---|---|---|
|
GMLFunctionWalker.apply(FeatureProperty<E> featureProperty)
|
|
|
FeatureFunctionWalker.apply(FeatureProperty<E> featureProperty)
|
|
|
GMLWalker.visit(FeatureProperty<T> featureProperty)
|
|
|
FeatureWalker.visit(FeatureProperty<T> featureProperty)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |