Class TexCoordGenType.WorldToTexture
- java.lang.Object
-
- net.opengis.citygml.appearance.v_2_0.TexCoordGenType.WorldToTexture
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- TexCoordGenType
public static class TexCoordGenType.WorldToTexture extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>axisLabelsprotected BigIntegersrsDimensionprotected StringsrsNameprotected List<String>uomLabelsprotected List<Double>value
-
Constructor Summary
Constructors Constructor Description WorldToTexture()Default no-arg constructorWorldToTexture(List<Double> value, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<String>getAxisLabels()Gets the value of the axisLabels property.BigIntegergetSrsDimension()Gets the value of the srsDimension property.StringgetSrsName()Gets the value of the srsName property.List<String>getUomLabels()Gets the value of the uomLabels property.List<Double>getValue()Used for texture parameterization.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAxisLabels()booleanisSetSrsDimension()booleanisSetSrsName()booleanisSetUomLabels()booleanisSetValue()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAxisLabels(List<String> value)voidsetSrsDimension(BigInteger value)Sets the value of the srsDimension property.voidsetSrsName(String value)Sets the value of the srsName property.voidsetUomLabels(List<String> value)voidsetValue(List<Double> value)StringtoString()voidunsetAxisLabels()voidunsetUomLabels()voidunsetValue()TexCoordGenType.WorldToTexturewithAxisLabels(String... values)TexCoordGenType.WorldToTexturewithAxisLabels(Collection<String> values)TexCoordGenType.WorldToTexturewithAxisLabels(List<String> value)TexCoordGenType.WorldToTexturewithSrsDimension(BigInteger value)TexCoordGenType.WorldToTexturewithSrsName(String value)TexCoordGenType.WorldToTexturewithUomLabels(String... values)TexCoordGenType.WorldToTexturewithUomLabels(Collection<String> values)TexCoordGenType.WorldToTexturewithUomLabels(List<String> value)TexCoordGenType.WorldToTexturewithValue(Double... values)TexCoordGenType.WorldToTexturewithValue(Collection<Double> values)TexCoordGenType.WorldToTexturewithValue(List<Double> value)
-
-
-
Method Detail
-
getValue
public List<Double> getValue()
Used for texture parameterization. The Transformation matrix is a 3 by 4 matrix, thus it must be a list with 12 items. The order the matrix element are represented is row-major, i. e. the first 4 elements represent the first row, the fifth to the eight element the second row,... Gets the value of the value property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetValue
public boolean isSetValue()
-
unsetValue
public void unsetValue()
-
getSrsName
public String getSrsName()
Gets the value of the srsName property.- Returns:
- possible object is
String
-
setSrsName
public void setSrsName(String value)
Sets the value of the srsName property.- Parameters:
value- allowed object isString
-
isSetSrsName
public boolean isSetSrsName()
-
getSrsDimension
public BigInteger getSrsDimension()
Gets the value of the srsDimension property.- Returns:
- possible object is
BigInteger
-
setSrsDimension
public void setSrsDimension(BigInteger value)
Sets the value of the srsDimension property.- Parameters:
value- allowed object isBigInteger
-
isSetSrsDimension
public boolean isSetSrsDimension()
-
getAxisLabels
public List<String> getAxisLabels()
Gets the value of the axisLabels property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetAxisLabels
public boolean isSetAxisLabels()
-
unsetAxisLabels
public void unsetAxisLabels()
-
getUomLabels
public List<String> getUomLabels()
Gets the value of the uomLabels property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetUomLabels
public boolean isSetUomLabels()
-
unsetUomLabels
public void unsetUomLabels()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withValue
public TexCoordGenType.WorldToTexture withValue(Double... values)
-
withValue
public TexCoordGenType.WorldToTexture withValue(Collection<Double> values)
-
withSrsName
public TexCoordGenType.WorldToTexture withSrsName(String value)
-
withSrsDimension
public TexCoordGenType.WorldToTexture withSrsDimension(BigInteger value)
-
withAxisLabels
public TexCoordGenType.WorldToTexture withAxisLabels(String... values)
-
withAxisLabels
public TexCoordGenType.WorldToTexture withAxisLabels(Collection<String> values)
-
withUomLabels
public TexCoordGenType.WorldToTexture withUomLabels(String... values)
-
withUomLabels
public TexCoordGenType.WorldToTexture withUomLabels(Collection<String> values)
-
withValue
public TexCoordGenType.WorldToTexture withValue(List<Double> value)
-
withAxisLabels
public TexCoordGenType.WorldToTexture withAxisLabels(List<String> value)
-
withUomLabels
public TexCoordGenType.WorldToTexture withUomLabels(List<String> value)
-
-