|
||||||||||
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.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 |