net.opengis.citygml.appearance.v_1_0
Class AbstractTextureType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractFeatureType
          extended by net.opengis.citygml.appearance.v_1_0.AbstractSurfaceDataType
              extended by net.opengis.citygml.appearance.v_1_0.AbstractTextureType
All Implemented Interfaces:
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
Direct Known Subclasses:
GeoreferencedTextureType, ParameterizedTextureType

public class AbstractTextureType
extends AbstractSurfaceDataType
implements 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

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/1.0}AbstractSurfaceDataType">
       <sequence>
         <element name="imageURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="mimeType" type="{http://www.opengis.net/citygml/1.0}MimeTypeType" minOccurs="0"/>
         <element name="textureType" type="{http://www.opengis.net/citygml/appearance/1.0}TextureTypeType" minOccurs="0"/>
         <element name="wrapMode" type="{http://www.opengis.net/citygml/appearance/1.0}WrapModeType" minOccurs="0"/>
         <element name="borderColor" type="{http://www.opengis.net/citygml/appearance/1.0}ColorPlusOpacity" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/appearance/1.0}_GenericApplicationPropertyOfTexture" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Double> borderColor
           
protected  List<Object> genericApplicationPropertyOfTexture
           
protected  String imageURI
           
protected  String mimeType
           
protected  TextureTypeType textureType
           
protected  WrapModeType wrapMode
           
 
Fields inherited from class net.opengis.citygml.appearance.v_1_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
AbstractTextureType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 List<Double> getBorderColor()
          Gets the value of the borderColor property.
 List<Object> getGenericApplicationPropertyOfTexture()
          Gets the value of the genericApplicationPropertyOfTexture property.
 String getImageURI()
          Gets the value of the imageURI property.
 String getMimeType()
          Gets the value of the mimeType property.
 TextureTypeType getTextureType()
          Gets the value of the textureType property.
 WrapModeType getWrapMode()
          Gets the value of the wrapMode property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetBorderColor()
           
 boolean isSetGenericApplicationPropertyOfTexture()
           
 boolean isSetImageURI()
           
 boolean isSetMimeType()
           
 boolean isSetTextureType()
           
 boolean isSetWrapMode()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setBorderColor(List<Double> value)
           
 void setGenericApplicationPropertyOfTexture(List<Object> value)
           
 void setImageURI(String value)
          Sets the value of the imageURI property.
 void setMimeType(String value)
          Sets the value of the mimeType property.
 void setTextureType(TextureTypeType value)
          Sets the value of the textureType property.
 void setWrapMode(WrapModeType value)
          Sets the value of the wrapMode property.
 String toString()
           
 void unsetBorderColor()
           
 void unsetGenericApplicationPropertyOfTexture()
           
 AbstractTextureType withBorderColor(Collection<Double> values)
           
 AbstractTextureType withBorderColor(Double... values)
           
 AbstractTextureType withBorderColor(List<Double> value)
           
 AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
           
 AbstractTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
           
 AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
           
 AbstractTextureType withGenericApplicationPropertyOfTexture(Collection<Object> values)
           
 AbstractTextureType withGenericApplicationPropertyOfTexture(List<Object> value)
           
 AbstractTextureType withGenericApplicationPropertyOfTexture(Object... values)
           
 AbstractTextureType withImageURI(String value)
           
 AbstractTextureType withIsFront(Boolean value)
           
 AbstractTextureType withMimeType(String value)
           
 AbstractTextureType withTextureType(TextureTypeType value)
           
 AbstractTextureType withWrapMode(WrapModeType value)
           
 
Methods inherited from class net.opengis.citygml.appearance.v_1_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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

imageURI

protected String imageURI

mimeType

protected String mimeType

textureType

protected TextureTypeType textureType

wrapMode

protected WrapModeType wrapMode

borderColor

protected List<Double> borderColor

genericApplicationPropertyOfTexture

protected List<Object> genericApplicationPropertyOfTexture
Constructor Detail

AbstractTextureType

public AbstractTextureType()
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 is String

isSetImageURI

public boolean isSetImageURI()

getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

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 is TextureTypeType

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 is WrapModeType

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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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:
toString in class AbstractSurfaceDataType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractSurfaceDataType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractSurfaceDataType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractSurfaceDataType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSurfaceDataType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractSurfaceDataType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSurfaceDataType

clone

public Object clone()
Overrides:
clone in class AbstractSurfaceDataType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractSurfaceDataType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractSurfaceDataType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class AbstractSurfaceDataType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractSurfaceDataType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractSurfaceDataType

setBorderColor

public void setBorderColor(List<Double> value)

setGenericApplicationPropertyOfTexture

public void setGenericApplicationPropertyOfTexture(List<Object> value)

withImageURI

public AbstractTextureType withImageURI(String value)

withMimeType

public AbstractTextureType withMimeType(String 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:
withIsFront in class AbstractSurfaceDataType

withGenericApplicationPropertyOfSurfaceData

public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
Overrides:
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataType

withGenericApplicationPropertyOfSurfaceData

public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
Overrides:
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataType

withGenericApplicationPropertyOfSurfaceData

public AbstractTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
Overrides:
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataType


Copyright © 2008-2015. All Rights Reserved.