Modifier and Type | Method and Description |
---|---|
net.opengis.gml.SurfacePropertyType |
GMLMarshaller.marshalSurfaceProperty(SurfaceProperty src) |
Modifier and Type | Method and Description |
---|---|
SurfaceProperty |
GMLUnmarshaller.unmarshalSurfaceProperty(net.opengis.gml.SurfacePropertyType src) |
Modifier and Type | Method and Description |
---|---|
SurfaceProperty |
AbstractWaterBoundarySurface.getLod2Surface() |
SurfaceProperty |
AbstractWaterBoundarySurface.getLod3Surface() |
SurfaceProperty |
AbstractWaterBoundarySurface.getLod4Surface() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWaterBoundarySurface.setLod2Surface(SurfaceProperty lod2Surface) |
void |
AbstractWaterBoundarySurface.setLod3Surface(SurfaceProperty lod3Surface) |
void |
AbstractWaterBoundarySurface.setLod4Surface(SurfaceProperty lod4Surface) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SurfaceProperty> |
MultiSurface.getSurfaceMember() |
Modifier and Type | Method and Description |
---|---|
void |
MultiSurface.addSurfaceMember(SurfaceProperty surfaceMember) |
boolean |
MultiSurface.unsetSurfaceMember(SurfaceProperty surfaceMember) |
Modifier and Type | Method and Description |
---|---|
void |
MultiSurface.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SurfaceProperty> |
CompositeSurface.getSurfaceMember() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeSurface.addSurfaceMember(SurfaceProperty surfaceMember) |
boolean |
CompositeSurface.unsetSurfaceMember(SurfaceProperty surfaceMember) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeSurface.setSurfaceMember(java.util.List<SurfaceProperty> surfaceMember) |
Modifier and Type | Method and Description |
---|---|
SurfaceProperty |
OrientableSurface.getBaseSurface() |
SurfaceProperty |
Solid.getExterior() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SurfaceProperty> |
Solid.getInterior() |
Modifier and Type | Method and Description |
---|---|
void |
Solid.addInterior(SurfaceProperty interior) |
void |
OrientableSurface.setBaseSurface(SurfaceProperty baseSurface) |
void |
Solid.setExterior(SurfaceProperty exterior) |
boolean |
Solid.unsetInterior(SurfaceProperty interior) |
Modifier and Type | Method and Description |
---|---|
void |
Solid.setInterior(java.util.List<SurfaceProperty> interior) |