Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.SurfaceInterpolationType |
GMLMarshaller.marshalSurfaceInterpolation(SurfaceInterpolation src) |
Modifier and Type | Method and Description |
---|---|
SurfaceInterpolation |
GMLUnmarshaller.unmarshalSurfaceInterpolation(net.opengis.gml.SurfaceInterpolationType src) |
Modifier and Type | Method and Description |
---|---|
static SurfaceInterpolation |
SurfaceInterpolation.fromValue(java.lang.String v) |
SurfaceInterpolation |
Triangle.getInterpolation() |
SurfaceInterpolation |
Rectangle.getInterpolation() |
static SurfaceInterpolation |
SurfaceInterpolation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceInterpolation[] |
SurfaceInterpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Triangle.setInterpolation(SurfaceInterpolation interpolation) |
void |
Rectangle.setInterpolation(SurfaceInterpolation interpolation) |