org.citygml4j.jaxb.citygml.app._1
Class AbstractTextureType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.citygml.app._1.AbstractSurfaceDataType
              extended by org.citygml4j.jaxb.citygml.app._1.AbstractTextureType
Direct Known Subclasses:
GeoreferencedTextureType, ParameterizedTextureType

public class AbstractTextureType
extends AbstractSurfaceDataType

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-Klasse für AbstractTextureType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
AbstractTextureType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTexture()
          Gets the value of the genericApplicationPropertyOfTexture property.
 java.util.List<java.lang.Double> getBorderColor()
          Gets the value of the borderColor property.
 java.lang.String getImageURI()
          Ruft den Wert der imageURI-Eigenschaft ab.
 java.lang.String getMimeType()
          Ruft den Wert der mimeType-Eigenschaft ab.
 TextureTypeType getTextureType()
          Ruft den Wert der textureType-Eigenschaft ab.
 WrapModeType getWrapMode()
          Ruft den Wert der wrapMode-Eigenschaft ab.
 boolean isSet_GenericApplicationPropertyOfTexture()
           
 boolean isSetBorderColor()
           
 boolean isSetImageURI()
           
 boolean isSetMimeType()
           
 boolean isSetTextureType()
           
 boolean isSetWrapMode()
           
 void set_GenericApplicationPropertyOfTexture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexture)
          Sets the value of the _GenericApplicationPropertyOfTexture property.
 void setBorderColor(java.util.List<java.lang.Double> borderColor)
          Sets the value of the borderColor property.
 void setImageURI(java.lang.String value)
          Legt den Wert der imageURI-Eigenschaft fest.
 void setMimeType(java.lang.String value)
          Legt den Wert der mimeType-Eigenschaft fest.
 void setTextureType(TextureTypeType value)
          Legt den Wert der textureType-Eigenschaft fest.
 void setWrapMode(WrapModeType value)
          Legt den Wert der wrapMode-Eigenschaft fest.
 void unset_GenericApplicationPropertyOfTexture()
           
 void unsetBorderColor()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.app._1.AbstractSurfaceDataType
get_GenericApplicationPropertyOfSurfaceData, isIsFront, isSet_GenericApplicationPropertyOfSurfaceData, isSetIsFront, set_GenericApplicationPropertyOfSurfaceData, setIsFront, unset_GenericApplicationPropertyOfSurfaceData
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTextureType

public AbstractTextureType()
Method Detail

getImageURI

public java.lang.String getImageURI()
Ruft den Wert der imageURI-Eigenschaft ab.

Returns:
possible object is String

setImageURI

public void setImageURI(java.lang.String value)
Legt den Wert der imageURI-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetImageURI

public boolean isSetImageURI()

getMimeType

public java.lang.String getMimeType()
Ruft den Wert der mimeType-Eigenschaft ab.

Returns:
possible object is String

setMimeType

public void setMimeType(java.lang.String value)
Legt den Wert der mimeType-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetMimeType

public boolean isSetMimeType()

getTextureType

public TextureTypeType getTextureType()
Ruft den Wert der textureType-Eigenschaft ab.

Returns:
possible object is TextureTypeType

setTextureType

public void setTextureType(TextureTypeType value)
Legt den Wert der textureType-Eigenschaft fest.

Parameters:
value - allowed object is TextureTypeType

isSetTextureType

public boolean isSetTextureType()

getWrapMode

public WrapModeType getWrapMode()
Ruft den Wert der wrapMode-Eigenschaft ab.

Returns:
possible object is WrapModeType

setWrapMode

public void setWrapMode(WrapModeType value)
Legt den Wert der wrapMode-Eigenschaft fest.

Parameters:
value - allowed object is WrapModeType

isSetWrapMode

public boolean isSetWrapMode()

getBorderColor

public java.util.List<java.lang.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()

get_GenericApplicationPropertyOfTexture

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfTexture()
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:

    get_GenericApplicationPropertyOfTexture().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Object>


isSet_GenericApplicationPropertyOfTexture

public boolean isSet_GenericApplicationPropertyOfTexture()

unset_GenericApplicationPropertyOfTexture

public void unset_GenericApplicationPropertyOfTexture()

setBorderColor

public void setBorderColor(java.util.List<java.lang.Double> borderColor)
Sets the value of the borderColor property.

Parameters:
borderColor - allowed object is Double

set_GenericApplicationPropertyOfTexture

public void set_GenericApplicationPropertyOfTexture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfTexture)
Sets the value of the _GenericApplicationPropertyOfTexture property.

Parameters:
genericApplicationPropertyOfTexture - allowed object is JAXBElement<Object> JAXBElement<Object>