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.TextureTypeType |
Appearance200Marshaller.marshalTextureType(TextureType src) |
net.opengis.citygml.appearance._1.TextureTypeType |
Appearance100Marshaller.marshalTextureType(TextureType src) |
Modifier and Type | Method and Description |
---|---|
TextureType |
Appearance200Unmarshaller.unmarshalTextureType(net.opengis.citygml.appearance._2.TextureTypeType src) |
TextureType |
Appearance100Unmarshaller.unmarshalTextureType(net.opengis.citygml.appearance._1.TextureTypeType src) |
Modifier and Type | Method and Description |
---|---|
static TextureType |
TextureType.fromValue(java.lang.String v) |
TextureType |
AbstractTexture.getTextureType() |
static TextureType |
TextureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextureType[] |
TextureType.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.setTextureType(TextureType textureType) |