Modifier and Type | Method and Description |
---|---|
net.opengis.gml.MultiSurfaceType |
GMLMarshaller.marshalMultiSurface(MultiSurface src) |
Modifier and Type | Method and Description |
---|---|
MultiSurface |
GMLUnmarshaller.unmarshalMultiSurface(net.opengis.gml.MultiSurfaceType src) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(MultiSurface multiSurface) |
void |
GeometryVisitor.visit(MultiSurface multiSurface) |
Modifier and Type | Method and Description |
---|---|
MultiSurface |
MultiSurfaceProperty.getMultiSurface() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<MultiSurface> |
MultiSurfaceProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
MultiSurfaceProperty.setMultiSurface(MultiSurface multiSurface) |
Constructor and Description |
---|
MultiSurfaceProperty(MultiSurface multiSurface) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(MultiSurface multiSurface) |
T |
GeometryFunctionWalker.apply(MultiSurface multiSurface) |
void |
GMLWalker.visit(MultiSurface multiSurface) |
void |
GeometryWalker.visit(MultiSurface multiSurface) |