public static class TexCoordGenType.WorldToTexture
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.opengis.net/citygml/2.0>TransformationMatrix3x4Type">
<attGroup ref="{http://www.opengis.net/gml}SRSReferenceGroup"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
axisLabels |
protected java.math.BigInteger |
srsDimension |
protected java.lang.String |
srsName |
protected java.util.List<java.lang.String> |
uomLabels |
protected java.util.List<java.lang.Double> |
value |
| Constructor and Description |
|---|
WorldToTexture() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<java.lang.String> |
getAxisLabels()
Gets the value of the axisLabels property.
|
java.math.BigInteger |
getSrsDimension()
Gets the value of the srsDimension property.
|
java.lang.String |
getSrsName()
Gets the value of the srsName property.
|
java.util.List<java.lang.String> |
getUomLabels()
Gets the value of the uomLabels property.
|
java.util.List<java.lang.Double> |
getValue()
Used for texture parameterization.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAxisLabels() |
boolean |
isSetSrsDimension() |
boolean |
isSetSrsName() |
boolean |
isSetUomLabels() |
boolean |
isSetValue() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAxisLabels(java.util.List<java.lang.String> value) |
void |
setSrsDimension(java.math.BigInteger value)
Sets the value of the srsDimension property.
|
void |
setSrsName(java.lang.String value)
Sets the value of the srsName property.
|
void |
setUomLabels(java.util.List<java.lang.String> value) |
void |
setValue(java.util.List<java.lang.Double> value) |
java.lang.String |
toString() |
void |
unsetAxisLabels() |
void |
unsetUomLabels() |
void |
unsetValue() |
TexCoordGenType.WorldToTexture |
withAxisLabels(java.util.Collection<java.lang.String> values) |
TexCoordGenType.WorldToTexture |
withAxisLabels(java.util.List<java.lang.String> value) |
TexCoordGenType.WorldToTexture |
withAxisLabels(java.lang.String... values) |
TexCoordGenType.WorldToTexture |
withSrsDimension(java.math.BigInteger value) |
TexCoordGenType.WorldToTexture |
withSrsName(java.lang.String value) |
TexCoordGenType.WorldToTexture |
withUomLabels(java.util.Collection<java.lang.String> values) |
TexCoordGenType.WorldToTexture |
withUomLabels(java.util.List<java.lang.String> value) |
TexCoordGenType.WorldToTexture |
withUomLabels(java.lang.String... values) |
TexCoordGenType.WorldToTexture |
withValue(java.util.Collection<java.lang.Double> values) |
TexCoordGenType.WorldToTexture |
withValue(java.lang.Double... values) |
TexCoordGenType.WorldToTexture |
withValue(java.util.List<java.lang.Double> value) |
protected java.util.List<java.lang.Double> value
protected java.lang.String srsName
protected java.math.BigInteger srsDimension
protected java.util.List<java.lang.String> axisLabels
protected java.util.List<java.lang.String> uomLabels
public java.util.List<java.lang.Double> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetValue()
public void unsetValue()
public java.lang.String getSrsName()
Stringpublic void setSrsName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
public java.math.BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetSrsDimension()
public java.util.List<java.lang.String> getAxisLabels()
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 axisLabels property.
For example, to add a new item, do as follows:
getAxisLabels().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAxisLabels()
public void unsetAxisLabels()
public java.util.List<java.lang.String> getUomLabels()
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 uomLabels property.
For example, to add a new item, do as follows:
getUomLabels().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUomLabels()
public void unsetUomLabels()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setValue(java.util.List<java.lang.Double> value)
public void setAxisLabels(java.util.List<java.lang.String> value)
public void setUomLabels(java.util.List<java.lang.String> value)
public TexCoordGenType.WorldToTexture withValue(java.lang.Double... values)
public TexCoordGenType.WorldToTexture withValue(java.util.Collection<java.lang.Double> values)
public TexCoordGenType.WorldToTexture withSrsName(java.lang.String value)
public TexCoordGenType.WorldToTexture withSrsDimension(java.math.BigInteger value)
public TexCoordGenType.WorldToTexture withAxisLabels(java.lang.String... values)
public TexCoordGenType.WorldToTexture withAxisLabels(java.util.Collection<java.lang.String> values)
public TexCoordGenType.WorldToTexture withUomLabels(java.lang.String... values)
public TexCoordGenType.WorldToTexture withUomLabels(java.util.Collection<java.lang.String> values)
public TexCoordGenType.WorldToTexture withValue(java.util.List<java.lang.Double> value)
public TexCoordGenType.WorldToTexture withAxisLabels(java.util.List<java.lang.String> value)
public TexCoordGenType.WorldToTexture withUomLabels(java.util.List<java.lang.String> value)
Copyright © 2008-2022. All Rights Reserved.