Class SimpleTextureType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.citygml.texturedsurface.v_2_0.AbstractAppearanceType
-
- net.opengis.citygml.texturedsurface.v_2_0.SimpleTextureType
-
- 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
public class SimpleTextureType extends AbstractAppearanceType 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
Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead. Adopted from X3D standard (http://www.web3d.org/x3d/). ToDo: repeatJava class for SimpleTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleTextureType"> <complexContent> <extension base="{http://www.opengis.net/citygml/texturedsurface/2.0}AbstractAppearanceType"> <sequence> <element name="textureMap" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="textureCoordinates" type="{http://www.opengis.net/gml}doubleList"/> <element name="textureType" type="{http://www.opengis.net/citygml/texturedsurface/2.0}TextureTypeType" minOccurs="0"/> <element name="repeat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanrepeatprotected List<Double>textureCoordinatesprotected StringtextureMapprotected TextureTypeTypetextureType-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description SimpleTextureType()Default no-arg constructorSimpleTextureType(String textureMap, List<Double> textureCoordinates, TextureTypeType textureType, Boolean repeat)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<Double>getTextureCoordinates()Gets the value of the textureCoordinates property.StringgetTextureMap()Gets the value of the textureMap property.TextureTypeTypegetTextureType()Gets the value of the textureType property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)BooleanisRepeat()Gets the value of the repeat property.booleanisSetRepeat()booleanisSetTextureCoordinates()booleanisSetTextureMap()booleanisSetTextureType()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)voidsetRepeat(Boolean value)Sets the value of the repeat property.voidsetTextureCoordinates(List<Double> value)voidsetTextureMap(String value)Sets the value of the textureMap property.voidsetTextureType(TextureTypeType value)Sets the value of the textureType property.StringtoString()voidunsetTextureCoordinates()SimpleTextureTypewithRepeat(Boolean value)SimpleTextureTypewithTextureCoordinates(Double... values)SimpleTextureTypewithTextureCoordinates(Collection<Double> values)SimpleTextureTypewithTextureCoordinates(List<Double> value)SimpleTextureTypewithTextureMap(String value)SimpleTextureTypewithTextureType(TextureTypeType value)-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName, withDescription, withId, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
-
-
-
Field Detail
-
textureMap
protected String textureMap
-
textureType
protected TextureTypeType textureType
-
repeat
protected Boolean repeat
-
-
Constructor Detail
-
SimpleTextureType
public SimpleTextureType()
Default no-arg constructor
-
SimpleTextureType
public SimpleTextureType(String textureMap, List<Double> textureCoordinates, TextureTypeType textureType, Boolean repeat)
Fully-initialising value constructor
-
-
Method Detail
-
getTextureMap
public String getTextureMap()
Gets the value of the textureMap property.- Returns:
- possible object is
String
-
setTextureMap
public void setTextureMap(String value)
Sets the value of the textureMap property.- Parameters:
value- allowed object isString
-
isSetTextureMap
public boolean isSetTextureMap()
-
getTextureCoordinates
public List<Double> getTextureCoordinates()
Gets the value of the textureCoordinates 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 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
Double
-
isSetTextureCoordinates
public boolean isSetTextureCoordinates()
-
unsetTextureCoordinates
public void unsetTextureCoordinates()
-
getTextureType
public TextureTypeType getTextureType()
Gets the value of the textureType property.- Returns:
- possible object is
TextureTypeType
-
setTextureType
public void setTextureType(TextureTypeType value)
Sets the value of the textureType property.- Parameters:
value- allowed object isTextureTypeType
-
isSetTextureType
public boolean isSetTextureType()
-
isRepeat
public Boolean isRepeat()
Gets the value of the repeat property.- Returns:
- possible object is
Boolean
-
setRepeat
public void setRepeat(Boolean value)
Sets the value of the repeat property.- Parameters:
value- allowed object isBoolean
-
isSetRepeat
public boolean isSetRepeat()
-
toString
public String toString()
- Overrides:
toStringin classAbstractAppearanceType
-
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- Overrides:
appendin classAbstractAppearanceType
-
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- Overrides:
appendFieldsin classAbstractAppearanceType
-
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- Overrides:
equalsin classAbstractAppearanceType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractAppearanceType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractAppearanceType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractAppearanceType
-
clone
public Object clone()
- Overrides:
clonein classAbstractAppearanceType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractAppearanceType
-
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- Overrides:
copyToin classAbstractAppearanceType
-
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- Overrides:
mergeFromin classAbstractAppearanceType
-
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- Overrides:
mergeFromin classAbstractAppearanceType
-
withTextureMap
public SimpleTextureType withTextureMap(String value)
-
withTextureCoordinates
public SimpleTextureType withTextureCoordinates(Double... values)
-
withTextureCoordinates
public SimpleTextureType withTextureCoordinates(Collection<Double> values)
-
withTextureType
public SimpleTextureType withTextureType(TextureTypeType value)
-
withRepeat
public SimpleTextureType withRepeat(Boolean value)
-
withTextureCoordinates
public SimpleTextureType withTextureCoordinates(List<Double> value)
-
-