Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.texturedsurface._2.MaterialType |
TexturedSurface200Marshaller.marshalMaterial(_Material src) |
net.opengis.citygml.texturedsurface._1.MaterialType |
TexturedSurface100Marshaller.marshalMaterial(_Material src) |
void |
TexturedSurface200Marshaller.marshalMaterial(_Material src,
net.opengis.citygml.texturedsurface._2.MaterialType dest) |
void |
TexturedSurface100Marshaller.marshalMaterial(_Material src,
net.opengis.citygml.texturedsurface._1.MaterialType dest) |
Modifier and Type | Method and Description |
---|---|
_Material |
TexturedSurface200Unmarshaller.unmarshalMaterial(net.opengis.citygml.texturedsurface._2.MaterialType src) |
_Material |
TexturedSurface100Unmarshaller.unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src) |
Modifier and Type | Method and Description |
---|---|
void |
TexturedSurface200Unmarshaller.unmarshalMaterial(net.opengis.citygml.texturedsurface._2.MaterialType src,
_Material dest) |
void |
TexturedSurface100Unmarshaller.unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src,
_Material dest) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctor.apply(_Material material) |
void |
GMLVisitor.visit(_Material material) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(_Material material) |
void |
GMLWalker.visit(_Material material) |