|
||||||||||
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.app._1.AbstractTextureParameterizationType
org.citygml4j.jaxb.citygml.app._1.TexCoordGenType
public class TexCoordGenType
Texture parameterization using a transformation matrix. The transformation matrix "worldToTexture" can be used to derive texture coordinates from an object's location. This 3x4 matrix T computes the coordinates (s,t) from a homogeneous world position p as (s,t) = (s'/q', t'/q') with (s', t', q') = T*p. Thus, perspective projections can be specified. The SRS can be specified using standard attributes. If an object is given in a different reference system, it is transformed to the SRS before applying the transformation. A transformation matrix can be used for whole surfaces. It is not required to specify it per LinearRing.
Java class for TexCoordGenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TexCoordGenType"> <complexContent> <extension base="{http://www.opengis.net/citygml/appearance/1.0}AbstractTextureParameterizationType"> <sequence> <element name="worldToTexture"> <complexType> <simpleContent> <extension base="<http://www.opengis.net/citygml/1.0>TransformationMatrix3x4Type"> <attGroup ref="{http://www.opengis.net/gml}SRSReferenceGroup"/> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.opengis.net/citygml/appearance/1.0}_GenericApplicationPropertyOfTexCoordGen" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
TexCoordGenType.WorldToTexture
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
TexCoordGenType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
get_GenericApplicationPropertyOfTexCoordGen()
Gets the value of the genericApplicationPropertyOfTexCoordGen property. |
TexCoordGenType.WorldToTexture |
getWorldToTexture()
Gets the value of the worldToTexture property. |
boolean |
isSet_GenericApplicationPropertyOfTexCoordGen()
|
boolean |
isSetWorldToTexture()
|
void |
set_GenericApplicationPropertyOfTexCoordGen(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexCoordGen)
Sets the value of the _GenericApplicationPropertyOfTexCoordGen property. |
void |
setWorldToTexture(TexCoordGenType.WorldToTexture value)
Sets the value of the worldToTexture property. |
void |
unset_GenericApplicationPropertyOfTexCoordGen()
|
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 TexCoordGenType()
Method Detail |
---|
public TexCoordGenType.WorldToTexture getWorldToTexture()
TexCoordGenType.WorldToTexture
public void setWorldToTexture(TexCoordGenType.WorldToTexture value)
value
- allowed object is
TexCoordGenType.WorldToTexture
public boolean isSetWorldToTexture()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTexCoordGen()
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 genericApplicationPropertyOfTexCoordGen property.
For example, to add a new item, do as follows:
get_GenericApplicationPropertyOfTexCoordGen().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Object
>
JAXBElement
<
Object
>
public boolean isSet_GenericApplicationPropertyOfTexCoordGen()
public void unset_GenericApplicationPropertyOfTexCoordGen()
public void set_GenericApplicationPropertyOfTexCoordGen(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexCoordGen)
genericApplicationPropertyOfTexCoordGen
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
Object
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |