org.deegree.services.jaxb.wpvs
Class ServiceConfiguration

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.ServiceConfiguration

public class ServiceConfiguration
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TexturesInGPUMem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CachedTextureTiles" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DirectTextureMemory" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="NumberOfDEMFragmentsCached" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DirectIOMemory" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="NumberOfResultImageBuffers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="LatitudeOfScene" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MaxViewWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxViewHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxRequestFarClippingPlane" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="NearClippingPlane" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}Copyright" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}SkyImages"/>
         <element name="OpenGLInitConfigFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}DatasetDefinitions"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer cachedTextureTiles
           
protected  Copyright copyright
           
protected  DatasetDefinitions datasetDefinitions
           
protected  java.lang.Integer directIOMemory
           
protected  java.lang.Integer directTextureMemory
           
protected  java.lang.Double latitudeOfScene
           
protected  java.lang.Double maxRequestFarClippingPlane
           
protected  java.lang.Integer maxViewHeight
           
protected  java.lang.Integer maxViewWidth
           
protected  java.lang.Double nearClippingPlane
           
protected  java.lang.Integer numberOfDEMFragmentsCached
           
protected  java.lang.Integer numberOfResultImageBuffers
           
protected  java.lang.String openGLInitConfigFile
           
protected  SkyImages skyImages
           
protected  java.lang.Integer texturesInGPUMem
           
 
Constructor Summary
ServiceConfiguration()
           
 
Method Summary
 java.lang.Integer getCachedTextureTiles()
          Gets the value of the cachedTextureTiles property.
 Copyright getCopyright()
          Gets the value of the copyright property.
 DatasetDefinitions getDatasetDefinitions()
          Gets the value of the datasetDefinitions property.
 java.lang.Integer getDirectIOMemory()
          Gets the value of the directIOMemory property.
 java.lang.Integer getDirectTextureMemory()
          Gets the value of the directTextureMemory property.
 java.lang.Double getLatitudeOfScene()
          Gets the value of the latitudeOfScene property.
 java.lang.Double getMaxRequestFarClippingPlane()
          Gets the value of the maxRequestFarClippingPlane property.
 java.lang.Integer getMaxViewHeight()
          Gets the value of the maxViewHeight property.
 java.lang.Integer getMaxViewWidth()
          Gets the value of the maxViewWidth property.
 java.lang.Double getNearClippingPlane()
          Gets the value of the nearClippingPlane property.
 java.lang.Integer getNumberOfDEMFragmentsCached()
          Gets the value of the numberOfDEMFragmentsCached property.
 java.lang.Integer getNumberOfResultImageBuffers()
          Gets the value of the numberOfResultImageBuffers property.
 java.lang.String getOpenGLInitConfigFile()
          Gets the value of the openGLInitConfigFile property.
 SkyImages getSkyImages()
          Gets the value of the skyImages property.
 java.lang.Integer getTexturesInGPUMem()
          Gets the value of the texturesInGPUMem property.
 void setCachedTextureTiles(java.lang.Integer value)
          Sets the value of the cachedTextureTiles property.
 void setCopyright(Copyright value)
          Sets the value of the copyright property.
 void setDatasetDefinitions(DatasetDefinitions value)
          Sets the value of the datasetDefinitions property.
 void setDirectIOMemory(java.lang.Integer value)
          Sets the value of the directIOMemory property.
 void setDirectTextureMemory(java.lang.Integer value)
          Sets the value of the directTextureMemory property.
 void setLatitudeOfScene(java.lang.Double value)
          Sets the value of the latitudeOfScene property.
 void setMaxRequestFarClippingPlane(java.lang.Double value)
          Sets the value of the maxRequestFarClippingPlane property.
 void setMaxViewHeight(java.lang.Integer value)
          Sets the value of the maxViewHeight property.
 void setMaxViewWidth(java.lang.Integer value)
          Sets the value of the maxViewWidth property.
 void setNearClippingPlane(java.lang.Double value)
          Sets the value of the nearClippingPlane property.
 void setNumberOfDEMFragmentsCached(java.lang.Integer value)
          Sets the value of the numberOfDEMFragmentsCached property.
 void setNumberOfResultImageBuffers(java.lang.Integer value)
          Sets the value of the numberOfResultImageBuffers property.
 void setOpenGLInitConfigFile(java.lang.String value)
          Sets the value of the openGLInitConfigFile property.
 void setSkyImages(SkyImages value)
          Sets the value of the skyImages property.
 void setTexturesInGPUMem(java.lang.Integer value)
          Sets the value of the texturesInGPUMem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texturesInGPUMem

protected java.lang.Integer texturesInGPUMem

cachedTextureTiles

protected java.lang.Integer cachedTextureTiles

directTextureMemory

protected java.lang.Integer directTextureMemory

numberOfDEMFragmentsCached

protected java.lang.Integer numberOfDEMFragmentsCached

directIOMemory

protected java.lang.Integer directIOMemory

numberOfResultImageBuffers

protected java.lang.Integer numberOfResultImageBuffers

latitudeOfScene

protected java.lang.Double latitudeOfScene

maxViewWidth

protected java.lang.Integer maxViewWidth

maxViewHeight

protected java.lang.Integer maxViewHeight

maxRequestFarClippingPlane

protected java.lang.Double maxRequestFarClippingPlane

nearClippingPlane

protected java.lang.Double nearClippingPlane

copyright

protected Copyright copyright

skyImages

protected SkyImages skyImages

openGLInitConfigFile

protected java.lang.String openGLInitConfigFile

datasetDefinitions

protected DatasetDefinitions datasetDefinitions
Constructor Detail

ServiceConfiguration

public ServiceConfiguration()
Method Detail

getTexturesInGPUMem

public java.lang.Integer getTexturesInGPUMem()
Gets the value of the texturesInGPUMem property.

Returns:
possible object is Integer

setTexturesInGPUMem

public void setTexturesInGPUMem(java.lang.Integer value)
Sets the value of the texturesInGPUMem property.

Parameters:
value - allowed object is Integer

getCachedTextureTiles

public java.lang.Integer getCachedTextureTiles()
Gets the value of the cachedTextureTiles property.

Returns:
possible object is Integer

setCachedTextureTiles

public void setCachedTextureTiles(java.lang.Integer value)
Sets the value of the cachedTextureTiles property.

Parameters:
value - allowed object is Integer

getDirectTextureMemory

public java.lang.Integer getDirectTextureMemory()
Gets the value of the directTextureMemory property.

Returns:
possible object is Integer

setDirectTextureMemory

public void setDirectTextureMemory(java.lang.Integer value)
Sets the value of the directTextureMemory property.

Parameters:
value - allowed object is Integer

getNumberOfDEMFragmentsCached

public java.lang.Integer getNumberOfDEMFragmentsCached()
Gets the value of the numberOfDEMFragmentsCached property.

Returns:
possible object is Integer

setNumberOfDEMFragmentsCached

public void setNumberOfDEMFragmentsCached(java.lang.Integer value)
Sets the value of the numberOfDEMFragmentsCached property.

Parameters:
value - allowed object is Integer

getDirectIOMemory

public java.lang.Integer getDirectIOMemory()
Gets the value of the directIOMemory property.

Returns:
possible object is Integer

setDirectIOMemory

public void setDirectIOMemory(java.lang.Integer value)
Sets the value of the directIOMemory property.

Parameters:
value - allowed object is Integer

getNumberOfResultImageBuffers

public java.lang.Integer getNumberOfResultImageBuffers()
Gets the value of the numberOfResultImageBuffers property.

Returns:
possible object is Integer

setNumberOfResultImageBuffers

public void setNumberOfResultImageBuffers(java.lang.Integer value)
Sets the value of the numberOfResultImageBuffers property.

Parameters:
value - allowed object is Integer

getLatitudeOfScene

public java.lang.Double getLatitudeOfScene()
Gets the value of the latitudeOfScene property.

Returns:
possible object is Double

setLatitudeOfScene

public void setLatitudeOfScene(java.lang.Double value)
Sets the value of the latitudeOfScene property.

Parameters:
value - allowed object is Double

getMaxViewWidth

public java.lang.Integer getMaxViewWidth()
Gets the value of the maxViewWidth property.

Returns:
possible object is Integer

setMaxViewWidth

public void setMaxViewWidth(java.lang.Integer value)
Sets the value of the maxViewWidth property.

Parameters:
value - allowed object is Integer

getMaxViewHeight

public java.lang.Integer getMaxViewHeight()
Gets the value of the maxViewHeight property.

Returns:
possible object is Integer

setMaxViewHeight

public void setMaxViewHeight(java.lang.Integer value)
Sets the value of the maxViewHeight property.

Parameters:
value - allowed object is Integer

getMaxRequestFarClippingPlane

public java.lang.Double getMaxRequestFarClippingPlane()
Gets the value of the maxRequestFarClippingPlane property.

Returns:
possible object is Double

setMaxRequestFarClippingPlane

public void setMaxRequestFarClippingPlane(java.lang.Double value)
Sets the value of the maxRequestFarClippingPlane property.

Parameters:
value - allowed object is Double

getNearClippingPlane

public java.lang.Double getNearClippingPlane()
Gets the value of the nearClippingPlane property.

Returns:
possible object is Double

setNearClippingPlane

public void setNearClippingPlane(java.lang.Double value)
Sets the value of the nearClippingPlane property.

Parameters:
value - allowed object is Double

getCopyright

public Copyright getCopyright()
Gets the value of the copyright property.

Returns:
possible object is Copyright

setCopyright

public void setCopyright(Copyright value)
Sets the value of the copyright property.

Parameters:
value - allowed object is Copyright

getSkyImages

public SkyImages getSkyImages()
Gets the value of the skyImages property.

Returns:
possible object is SkyImages

setSkyImages

public void setSkyImages(SkyImages value)
Sets the value of the skyImages property.

Parameters:
value - allowed object is SkyImages

getOpenGLInitConfigFile

public java.lang.String getOpenGLInitConfigFile()
Gets the value of the openGLInitConfigFile property.

Returns:
possible object is String

setOpenGLInitConfigFile

public void setOpenGLInitConfigFile(java.lang.String value)
Sets the value of the openGLInitConfigFile property.

Parameters:
value - allowed object is String

getDatasetDefinitions

public DatasetDefinitions getDatasetDefinitions()
Gets the value of the datasetDefinitions property.

Returns:
possible object is DatasetDefinitions

setDatasetDefinitions

public void setDatasetDefinitions(DatasetDefinitions value)
Sets the value of the datasetDefinitions property.

Parameters:
value - allowed object is DatasetDefinitions


Copyright © 2011. All Rights Reserved.