Class AbstractTextureParameterizationType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.citygml.appearance.v_2_0.AbstractTextureParameterizationType
-
- 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
- Direct Known Subclasses:
TexCoordGenType,TexCoordListType
public abstract class AbstractTextureParameterizationType extends AbstractGMLType 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
Base class for augmenting a link "texture→surface" with texture parameterization. Subclasses of this class define concrete parameterizations. Currently, texture coordinates and texture coordinate generation using a transformation matrix are available.Java class for AbstractTextureParameterizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTextureParameterizationType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfTextureParameterization" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfTextureParameterization-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description AbstractTextureParameterizationType()Default no-arg constructorAbstractTextureParameterizationType(List<Object> genericApplicationPropertyOfTextureParameterization)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)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<Object>getGenericApplicationPropertyOfTextureParameterization()Gets the value of the genericApplicationPropertyOfTextureParameterization property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetGenericApplicationPropertyOfTextureParameterization()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)voidsetGenericApplicationPropertyOfTextureParameterization(List<Object> value)StringtoString()voidunsetGenericApplicationPropertyOfTextureParameterization()AbstractTextureParameterizationTypewithGenericApplicationPropertyOfTextureParameterization(Object... values)AbstractTextureParameterizationTypewithGenericApplicationPropertyOfTextureParameterization(Collection<Object> values)AbstractTextureParameterizationTypewithGenericApplicationPropertyOfTextureParameterization(List<Object> 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
-
-
-
-
Method Detail
-
getGenericApplicationPropertyOfTextureParameterization
public List<Object> getGenericApplicationPropertyOfTextureParameterization()
Gets the value of the genericApplicationPropertyOfTextureParameterization 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 genericApplicationPropertyOfTextureParameterization property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTextureParameterization().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfTextureParameterization
public boolean isSetGenericApplicationPropertyOfTextureParameterization()
-
unsetGenericApplicationPropertyOfTextureParameterization
public void unsetGenericApplicationPropertyOfTextureParameterization()
-
toString
public String toString()
- Overrides:
toStringin classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGMLType
-
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 classAbstractGMLType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGMLType
-
clone
public Object clone()
- Overrides:
clonein classAbstractGMLType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractGMLType
-
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 classAbstractGMLType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractGMLType
-
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 classAbstractGMLType
-
setGenericApplicationPropertyOfTextureParameterization
public void setGenericApplicationPropertyOfTextureParameterization(List<Object> value)
-
withGenericApplicationPropertyOfTextureParameterization
public AbstractTextureParameterizationType withGenericApplicationPropertyOfTextureParameterization(Object... values)
-
withGenericApplicationPropertyOfTextureParameterization
public AbstractTextureParameterizationType withGenericApplicationPropertyOfTextureParameterization(Collection<Object> values)
-
withGenericApplicationPropertyOfTextureParameterization
public AbstractTextureParameterizationType withGenericApplicationPropertyOfTextureParameterization(List<Object> value)
-
-