|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SurfaceProperty in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SurfaceProperty | |
---|---|
SurfacePropertyType |
GMLMarshaller.marshalSurfaceProperty(SurfaceProperty src)
|
Uses of SurfaceProperty in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SurfaceProperty | |
---|---|
SurfaceProperty |
GMLUnmarshaller.unmarshalSurfaceProperty(SurfacePropertyType src)
|
Uses of SurfaceProperty in org.citygml4j.factory |
---|
Methods in org.citygml4j.factory that return SurfaceProperty | |
---|---|
SurfaceProperty |
GMLFactory.createSurfaceProperty()
|
SurfaceProperty |
GMLFactory.createSurfaceProperty(AbstractSurface abstractSurface)
|
SurfaceProperty |
GMLFactory.createSurfaceProperty(java.lang.String xlink)
|
Uses of SurfaceProperty in org.citygml4j.impl.citygml.waterbody |
---|
Methods in org.citygml4j.impl.citygml.waterbody that return SurfaceProperty | |
---|---|
SurfaceProperty |
AbstractWaterBoundarySurfaceImpl.getLod2Surface()
|
SurfaceProperty |
AbstractWaterBoundarySurfaceImpl.getLod3Surface()
|
SurfaceProperty |
AbstractWaterBoundarySurfaceImpl.getLod4Surface()
|
Methods in org.citygml4j.impl.citygml.waterbody with parameters of type SurfaceProperty | |
---|---|
void |
AbstractWaterBoundarySurfaceImpl.setLod2Surface(SurfaceProperty lod2Surface)
|
void |
AbstractWaterBoundarySurfaceImpl.setLod3Surface(SurfaceProperty lod3Surface)
|
void |
AbstractWaterBoundarySurfaceImpl.setLod4Surface(SurfaceProperty lod4Surface)
|
Uses of SurfaceProperty in org.citygml4j.impl.gml.geometry.aggregates |
---|
Methods in org.citygml4j.impl.gml.geometry.aggregates that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
MultiSurfaceImpl.getSurfaceMember()
|
Methods in org.citygml4j.impl.gml.geometry.aggregates with parameters of type SurfaceProperty | |
---|---|
void |
MultiSurfaceImpl.addSurfaceMember(SurfaceProperty surfaceMember)
|
boolean |
MultiSurfaceImpl.unsetSurfaceMember(SurfaceProperty surfaceMember)
|
Method parameters in org.citygml4j.impl.gml.geometry.aggregates with type arguments of type SurfaceProperty | |
---|---|
void |
MultiSurfaceImpl.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember)
|
Uses of SurfaceProperty in org.citygml4j.impl.gml.geometry.complexes |
---|
Methods in org.citygml4j.impl.gml.geometry.complexes that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
CompositeSurfaceImpl.getSurfaceMember()
|
Methods in org.citygml4j.impl.gml.geometry.complexes with parameters of type SurfaceProperty | |
---|---|
void |
CompositeSurfaceImpl.addSurfaceMember(SurfaceProperty surfaceMember)
|
boolean |
CompositeSurfaceImpl.unsetSurfaceMember(SurfaceProperty surfaceMember)
|
Method parameters in org.citygml4j.impl.gml.geometry.complexes with type arguments of type SurfaceProperty | |
---|---|
void |
CompositeSurfaceImpl.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember)
|
Uses of SurfaceProperty in org.citygml4j.impl.gml.geometry.primitives |
---|
Classes in org.citygml4j.impl.gml.geometry.primitives that implement SurfaceProperty | |
---|---|
class |
SurfacePropertyImpl
|
Methods in org.citygml4j.impl.gml.geometry.primitives that return SurfaceProperty | |
---|---|
SurfaceProperty |
OrientableSurfaceImpl.getBaseSurface()
|
SurfaceProperty |
SolidImpl.getExterior()
|
Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
SolidImpl.getInterior()
|
Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type SurfaceProperty | |
---|---|
void |
SolidImpl.addInterior(SurfaceProperty interior)
|
void |
OrientableSurfaceImpl.setBaseSurface(SurfaceProperty baseSurface)
|
void |
SolidImpl.setExterior(SurfaceProperty exterior)
|
boolean |
SolidImpl.unsetInterior(SurfaceProperty interior)
|
Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type SurfaceProperty | |
---|---|
void |
SolidImpl.setInterior(java.util.List<SurfaceProperty> interior)
|
Uses of SurfaceProperty in org.citygml4j.model.citygml.waterbody |
---|
Methods in org.citygml4j.model.citygml.waterbody that return SurfaceProperty | |
---|---|
SurfaceProperty |
AbstractWaterBoundarySurface.getLod2Surface()
|
SurfaceProperty |
AbstractWaterBoundarySurface.getLod3Surface()
|
SurfaceProperty |
AbstractWaterBoundarySurface.getLod4Surface()
|
Methods in org.citygml4j.model.citygml.waterbody with parameters of type SurfaceProperty | |
---|---|
void |
AbstractWaterBoundarySurface.setLod2Surface(SurfaceProperty lod2Surface)
|
void |
AbstractWaterBoundarySurface.setLod3Surface(SurfaceProperty lod3Surface)
|
void |
AbstractWaterBoundarySurface.setLod4Surface(SurfaceProperty lod4Surface)
|
Uses of SurfaceProperty in org.citygml4j.model.gml.geometry.aggregates |
---|
Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
MultiSurface.getSurfaceMember()
|
Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type SurfaceProperty | |
---|---|
void |
MultiSurface.addSurfaceMember(SurfaceProperty surfaceMember)
|
boolean |
MultiSurface.unsetSurfaceMember(SurfaceProperty surfaceMember)
|
Method parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type SurfaceProperty | |
---|---|
void |
MultiSurface.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember)
|
Uses of SurfaceProperty in org.citygml4j.model.gml.geometry.complexes |
---|
Methods in org.citygml4j.model.gml.geometry.complexes that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
CompositeSurface.getSurfaceMember()
|
Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type SurfaceProperty | |
---|---|
void |
CompositeSurface.addSurfaceMember(SurfaceProperty surfaceMember)
|
boolean |
CompositeSurface.unsetSurfaceMember(SurfaceProperty surfaceMember)
|
Method parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type SurfaceProperty | |
---|---|
void |
CompositeSurface.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember)
|
Uses of SurfaceProperty in org.citygml4j.model.gml.geometry.primitives |
---|
Methods in org.citygml4j.model.gml.geometry.primitives that return SurfaceProperty | |
---|---|
SurfaceProperty |
OrientableSurface.getBaseSurface()
|
SurfaceProperty |
Solid.getExterior()
|
Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type SurfaceProperty | |
---|---|
java.util.List<SurfaceProperty> |
Solid.getInterior()
|
Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type SurfaceProperty | |
---|---|
void |
Solid.addInterior(SurfaceProperty interior)
|
void |
OrientableSurface.setBaseSurface(SurfaceProperty baseSurface)
|
void |
Solid.setExterior(SurfaceProperty exterior)
|
boolean |
Solid.unsetInterior(SurfaceProperty interior)
|
Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type SurfaceProperty | |
---|---|
void |
Solid.setInterior(java.util.List<SurfaceProperty> interior)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |