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.TexCoordListType.TextureCoordinates |
Appearance200Marshaller.marshalTextureCoordinates(TextureCoordinates src) |
net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates |
Appearance100Marshaller.marshalTextureCoordinates(TextureCoordinates src) |
void |
Appearance200Marshaller.marshalTextureCoordinates(TextureCoordinates src,
net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates dest) |
void |
Appearance100Marshaller.marshalTextureCoordinates(TextureCoordinates src,
net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates dest) |
Modifier and Type | Method and Description |
---|---|
TextureCoordinates |
Appearance200Unmarshaller.unmarshalTextureCoordinates(net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates src) |
TextureCoordinates |
Appearance100Unmarshaller.unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src) |
Modifier and Type | Method and Description |
---|---|
void |
Appearance200Unmarshaller.unmarshalTextureCoordinates(net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates src,
TextureCoordinates dest) |
void |
Appearance100Unmarshaller.unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src,
TextureCoordinates dest) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TextureCoordinates> |
TexCoordList.getTextureCoordinates() |
Modifier and Type | Method and Description |
---|---|
void |
TexCoordList.addTextureCoordinates(TextureCoordinates textureCoordinates) |
boolean |
TexCoordList.unsetTextureCoordinates(TextureCoordinates textureCoordinates) |
Modifier and Type | Method and Description |
---|---|
void |
TexCoordList.setTextureCoordinates(java.util.List<TextureCoordinates> textureCoordinates) |