Class AbstractTextureType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.appearance.v_2_0.AbstractSurfaceDataType
-
- net.opengis.citygml.appearance.v_2_0.AbstractTextureType
-
- 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:
GeoreferencedTextureType,ParameterizedTextureType
public abstract class AbstractTextureType extends AbstractSurfaceDataType 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 textures. "imageURI" can contain any valid URI from references to a local file to preformatted web service requests. The linking to geometry and texture parameterization is provided by derived classes.Java class for AbstractTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTextureType"> <complexContent> <extension base="{http://www.opengis.net/citygml/appearance/2.0}AbstractSurfaceDataType"> <sequence> <element name="imageURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="mimeType" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/> <element name="textureType" type="{http://www.opengis.net/citygml/appearance/2.0}TextureTypeType" minOccurs="0"/> <element name="wrapMode" type="{http://www.opengis.net/citygml/appearance/2.0}WrapModeType" minOccurs="0"/> <element name="borderColor" type="{http://www.opengis.net/citygml/appearance/2.0}ColorPlusOpacity" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfTexture" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Double>borderColorprotected List<Object>genericApplicationPropertyOfTextureprotected StringimageURIprotected CodeTypemimeTypeprotected TextureTypeTypetextureTypeprotected WrapModeTypewrapMode-
Fields inherited from class net.opengis.citygml.appearance.v_2_0.AbstractSurfaceDataType
genericApplicationPropertyOfSurfaceData, isFront
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description AbstractTextureType()Default no-arg constructorAbstractTextureType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData, String imageURI, CodeType mimeType, TextureTypeType textureType, WrapModeType wrapMode, List<Double> borderColor, List<Object> genericApplicationPropertyOfTexture)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<Double>getBorderColor()Gets the value of the borderColor property.List<Object>getGenericApplicationPropertyOfTexture()Gets the value of the genericApplicationPropertyOfTexture property.StringgetImageURI()Gets the value of the imageURI property.CodeTypegetMimeType()Gets the value of the mimeType property.TextureTypeTypegetTextureType()Gets the value of the textureType property.WrapModeTypegetWrapMode()Gets the value of the wrapMode property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetBorderColor()booleanisSetGenericApplicationPropertyOfTexture()booleanisSetImageURI()booleanisSetMimeType()booleanisSetTextureType()booleanisSetWrapMode()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)voidsetBorderColor(List<Double> value)voidsetGenericApplicationPropertyOfTexture(List<Object> value)voidsetImageURI(String value)Sets the value of the imageURI property.voidsetMimeType(CodeType value)Sets the value of the mimeType property.voidsetTextureType(TextureTypeType value)Sets the value of the textureType property.voidsetWrapMode(WrapModeType value)Sets the value of the wrapMode property.StringtoString()voidunsetBorderColor()voidunsetGenericApplicationPropertyOfTexture()AbstractTextureTypewithBorderColor(Double... values)AbstractTextureTypewithBorderColor(Collection<Double> values)AbstractTextureTypewithBorderColor(List<Double> value)AbstractTextureTypewithGenericApplicationPropertyOfSurfaceData(Object... values)AbstractTextureTypewithGenericApplicationPropertyOfSurfaceData(Collection<Object> values)AbstractTextureTypewithGenericApplicationPropertyOfSurfaceData(List<Object> value)AbstractTextureTypewithGenericApplicationPropertyOfTexture(Object... values)AbstractTextureTypewithGenericApplicationPropertyOfTexture(Collection<Object> values)AbstractTextureTypewithGenericApplicationPropertyOfTexture(List<Object> value)AbstractTextureTypewithImageURI(String value)AbstractTextureTypewithIsFront(Boolean value)AbstractTextureTypewithMimeType(CodeType value)AbstractTextureTypewithTextureType(TextureTypeType value)AbstractTextureTypewithWrapMode(WrapModeType value)-
Methods inherited from class net.opengis.citygml.appearance.v_2_0.AbstractSurfaceDataType
getGenericApplicationPropertyOfSurfaceData, isIsFront, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceData
-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
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
-
-
-
-
Field Detail
-
imageURI
protected String imageURI
-
mimeType
protected CodeType mimeType
-
textureType
protected TextureTypeType textureType
-
wrapMode
protected WrapModeType wrapMode
-
-
Constructor Detail
-
AbstractTextureType
public AbstractTextureType()
Default no-arg constructor
-
AbstractTextureType
public AbstractTextureType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData, String imageURI, CodeType mimeType, TextureTypeType textureType, WrapModeType wrapMode, List<Double> borderColor, List<Object> genericApplicationPropertyOfTexture)
Fully-initialising value constructor
-
-
Method Detail
-
getImageURI
public String getImageURI()
Gets the value of the imageURI property.- Returns:
- possible object is
String
-
setImageURI
public void setImageURI(String value)
Sets the value of the imageURI property.- Parameters:
value- allowed object isString
-
isSetImageURI
public boolean isSetImageURI()
-
getMimeType
public CodeType getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
CodeType
-
setMimeType
public void setMimeType(CodeType value)
Sets the value of the mimeType property.- Parameters:
value- allowed object isCodeType
-
isSetMimeType
public boolean isSetMimeType()
-
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()
-
getWrapMode
public WrapModeType getWrapMode()
Gets the value of the wrapMode property.- Returns:
- possible object is
WrapModeType
-
setWrapMode
public void setWrapMode(WrapModeType value)
Sets the value of the wrapMode property.- Parameters:
value- allowed object isWrapModeType
-
isSetWrapMode
public boolean isSetWrapMode()
-
getBorderColor
public List<Double> getBorderColor()
Gets the value of the borderColor 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 borderColor property.For example, to add a new item, do as follows:
getBorderColor().add(newItem);Objects of the following type(s) are allowed in the list
Double
-
isSetBorderColor
public boolean isSetBorderColor()
-
unsetBorderColor
public void unsetBorderColor()
-
getGenericApplicationPropertyOfTexture
public List<Object> getGenericApplicationPropertyOfTexture()
Gets the value of the genericApplicationPropertyOfTexture 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 genericApplicationPropertyOfTexture property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTexture().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfTexture
public boolean isSetGenericApplicationPropertyOfTexture()
-
unsetGenericApplicationPropertyOfTexture
public void unsetGenericApplicationPropertyOfTexture()
-
toString
public String toString()
- Overrides:
toStringin classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSurfaceDataType
-
clone
public Object clone()
- Overrides:
clonein classAbstractSurfaceDataType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSurfaceDataType
-
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 classAbstractSurfaceDataType
-
setGenericApplicationPropertyOfTexture
public void setGenericApplicationPropertyOfTexture(List<Object> value)
-
withImageURI
public AbstractTextureType withImageURI(String value)
-
withMimeType
public AbstractTextureType withMimeType(CodeType value)
-
withTextureType
public AbstractTextureType withTextureType(TextureTypeType value)
-
withWrapMode
public AbstractTextureType withWrapMode(WrapModeType value)
-
withBorderColor
public AbstractTextureType withBorderColor(Double... values)
-
withBorderColor
public AbstractTextureType withBorderColor(Collection<Double> values)
-
withGenericApplicationPropertyOfTexture
public AbstractTextureType withGenericApplicationPropertyOfTexture(Object... values)
-
withGenericApplicationPropertyOfTexture
public AbstractTextureType withGenericApplicationPropertyOfTexture(Collection<Object> values)
-
withBorderColor
public AbstractTextureType withBorderColor(List<Double> value)
-
withGenericApplicationPropertyOfTexture
public AbstractTextureType withGenericApplicationPropertyOfTexture(List<Object> value)
-
withIsFront
public AbstractTextureType withIsFront(Boolean value)
- Overrides:
withIsFrontin classAbstractSurfaceDataType
-
withGenericApplicationPropertyOfSurfaceData
public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
- Overrides:
withGenericApplicationPropertyOfSurfaceDatain classAbstractSurfaceDataType
-
withGenericApplicationPropertyOfSurfaceData
public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfSurfaceDatain classAbstractSurfaceDataType
-
withGenericApplicationPropertyOfSurfaceData
public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfSurfaceDatain classAbstractSurfaceDataType
-
-