Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.appearance | |
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance | |
org.citygml4j.model.citygml.appearance |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.appearance._2.WrapModeType |
Appearance200Marshaller.marshalWrapMode(WrapMode src) |
net.opengis.citygml.appearance._1.WrapModeType |
Appearance100Marshaller.marshalWrapMode(WrapMode src) |
Modifier and Type | Method and Description |
---|---|
WrapMode |
Appearance200Unmarshaller.unmarshalWrapMode(net.opengis.citygml.appearance._2.WrapModeType src) |
WrapMode |
Appearance100Unmarshaller.unmarshalWrapMode(net.opengis.citygml.appearance._1.WrapModeType src) |
Modifier and Type | Method and Description |
---|---|
static WrapMode |
WrapMode.fromValue(java.lang.String v) |
WrapMode |
AbstractTexture.getWrapMode() |
static WrapMode |
WrapMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrapMode[] |
WrapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTexture.setWrapMode(WrapMode wrapMode) |