|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.citygml._0_4.TextureParameterizationType
org.citygml4j.jaxb.citygml._0_4.TexCoordListType
public class TexCoordListType
Texture parameterization using texture coordinates: Each gml:LinearRing that is part of the surface requires a separate "textureCoordinates"-entry with 2 doubles per ring vertex. The "ring"- attribute provides the gml:id of the target LinearRing. It is prohibited to link texture coordinates to any other object type than LinearRing. Thus, surfaces not consisting of LinearRings cannot be textured this way. Use transformation matrices (see below) or georeferenced textures instead.
Java class for TexCoordListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TexCoordListType"> <complexContent> <extension base="{http://www.citygml.org/citygml/1/0/0}TextureParameterizationType"> <sequence> <element name="textureCoordinates" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.opengis.net/gml>doubleList"> <attribute name="ring" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.citygml.org/citygml/1/0/0}_GenericApplicationPropertyOfTexCoordList" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
TexCoordListType.TextureCoordinates
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
TexCoordListType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
get_GenericApplicationPropertyOfTexCoordList()
Gets the value of the genericApplicationPropertyOfTexCoordList property. |
java.util.List<TexCoordListType.TextureCoordinates> |
getTextureCoordinates()
Gets the value of the textureCoordinates property. |
boolean |
isSet_GenericApplicationPropertyOfTexCoordList()
|
boolean |
isSetTextureCoordinates()
|
void |
set_GenericApplicationPropertyOfTexCoordList(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexCoordList)
Sets the value of the _GenericApplicationPropertyOfTexCoordList property. |
void |
setTextureCoordinates(java.util.List<TexCoordListType.TextureCoordinates> textureCoordinates)
Sets the value of the textureCoordinates property. |
void |
unset_GenericApplicationPropertyOfTexCoordList()
|
void |
unsetTextureCoordinates()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TexCoordListType()
Method Detail |
---|
public java.util.List<TexCoordListType.TextureCoordinates> getTextureCoordinates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the textureCoordinates property.
For example, to add a new item, do as follows:
getTextureCoordinates().add(newItem);
Objects of the following type(s) are allowed in the list
TexCoordListType.TextureCoordinates
public boolean isSetTextureCoordinates()
public void unsetTextureCoordinates()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTexCoordList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the genericApplicationPropertyOfTexCoordList property.
For example, to add a new item, do as follows:
get_GenericApplicationPropertyOfTexCoordList().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
Object
>
public boolean isSet_GenericApplicationPropertyOfTexCoordList()
public void unset_GenericApplicationPropertyOfTexCoordList()
public void setTextureCoordinates(java.util.List<TexCoordListType.TextureCoordinates> textureCoordinates)
textureCoordinates
- allowed object is
TexCoordListType.TextureCoordinates
public void set_GenericApplicationPropertyOfTexCoordList(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexCoordList)
genericApplicationPropertyOfTexCoordList
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
Object
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |