|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.ServiceConfiguration
public class ServiceConfiguration
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 Integer |
cachedTextureTiles
|
protected Copyright |
copyright
|
protected DatasetDefinitions |
datasetDefinitions
|
protected Integer |
directIOMemory
|
protected Integer |
directTextureMemory
|
protected Double |
latitudeOfScene
|
protected Double |
maxRequestFarClippingPlane
|
protected Integer |
maxViewHeight
|
protected Integer |
maxViewWidth
|
protected Double |
nearClippingPlane
|
protected Integer |
numberOfDEMFragmentsCached
|
protected Integer |
numberOfResultImageBuffers
|
protected String |
openGLInitConfigFile
|
protected SkyImages |
skyImages
|
protected Integer |
texturesInGPUMem
|
| Constructor Summary | |
|---|---|
ServiceConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
Integer |
getDirectIOMemory()
Gets the value of the directIOMemory property. |
Integer |
getDirectTextureMemory()
Gets the value of the directTextureMemory property. |
Double |
getLatitudeOfScene()
Gets the value of the latitudeOfScene property. |
Double |
getMaxRequestFarClippingPlane()
Gets the value of the maxRequestFarClippingPlane property. |
Integer |
getMaxViewHeight()
Gets the value of the maxViewHeight property. |
Integer |
getMaxViewWidth()
Gets the value of the maxViewWidth property. |
Double |
getNearClippingPlane()
Gets the value of the nearClippingPlane property. |
Integer |
getNumberOfDEMFragmentsCached()
Gets the value of the numberOfDEMFragmentsCached property. |
Integer |
getNumberOfResultImageBuffers()
Gets the value of the numberOfResultImageBuffers property. |
String |
getOpenGLInitConfigFile()
Gets the value of the openGLInitConfigFile property. |
SkyImages |
getSkyImages()
Gets the value of the skyImages property. |
Integer |
getTexturesInGPUMem()
Gets the value of the texturesInGPUMem property. |
void |
setCachedTextureTiles(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(Integer value)
Sets the value of the directIOMemory property. |
void |
setDirectTextureMemory(Integer value)
Sets the value of the directTextureMemory property. |
void |
setLatitudeOfScene(Double value)
Sets the value of the latitudeOfScene property. |
void |
setMaxRequestFarClippingPlane(Double value)
Sets the value of the maxRequestFarClippingPlane property. |
void |
setMaxViewHeight(Integer value)
Sets the value of the maxViewHeight property. |
void |
setMaxViewWidth(Integer value)
Sets the value of the maxViewWidth property. |
void |
setNearClippingPlane(Double value)
Sets the value of the nearClippingPlane property. |
void |
setNumberOfDEMFragmentsCached(Integer value)
Sets the value of the numberOfDEMFragmentsCached property. |
void |
setNumberOfResultImageBuffers(Integer value)
Sets the value of the numberOfResultImageBuffers property. |
void |
setOpenGLInitConfigFile(String value)
Sets the value of the openGLInitConfigFile property. |
void |
setSkyImages(SkyImages value)
Sets the value of the skyImages property. |
void |
setTexturesInGPUMem(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 |
|---|
protected Integer texturesInGPUMem
protected Integer cachedTextureTiles
protected Integer directTextureMemory
protected Integer numberOfDEMFragmentsCached
protected Integer directIOMemory
protected Integer numberOfResultImageBuffers
protected Double latitudeOfScene
protected Integer maxViewWidth
protected Integer maxViewHeight
protected Double maxRequestFarClippingPlane
protected Double nearClippingPlane
protected Copyright copyright
protected SkyImages skyImages
protected String openGLInitConfigFile
protected DatasetDefinitions datasetDefinitions
| Constructor Detail |
|---|
public ServiceConfiguration()
| Method Detail |
|---|
public Integer getTexturesInGPUMem()
Integerpublic void setTexturesInGPUMem(Integer value)
value - allowed object is
Integerpublic Integer getCachedTextureTiles()
Integerpublic void setCachedTextureTiles(Integer value)
value - allowed object is
Integerpublic Integer getDirectTextureMemory()
Integerpublic void setDirectTextureMemory(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfDEMFragmentsCached()
Integerpublic void setNumberOfDEMFragmentsCached(Integer value)
value - allowed object is
Integerpublic Integer getDirectIOMemory()
Integerpublic void setDirectIOMemory(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfResultImageBuffers()
Integerpublic void setNumberOfResultImageBuffers(Integer value)
value - allowed object is
Integerpublic Double getLatitudeOfScene()
Doublepublic void setLatitudeOfScene(Double value)
value - allowed object is
Doublepublic Integer getMaxViewWidth()
Integerpublic void setMaxViewWidth(Integer value)
value - allowed object is
Integerpublic Integer getMaxViewHeight()
Integerpublic void setMaxViewHeight(Integer value)
value - allowed object is
Integerpublic Double getMaxRequestFarClippingPlane()
Doublepublic void setMaxRequestFarClippingPlane(Double value)
value - allowed object is
Doublepublic Double getNearClippingPlane()
Doublepublic void setNearClippingPlane(Double value)
value - allowed object is
Doublepublic Copyright getCopyright()
Copyrightpublic void setCopyright(Copyright value)
value - allowed object is
Copyrightpublic SkyImages getSkyImages()
SkyImagespublic void setSkyImages(SkyImages value)
value - allowed object is
SkyImagespublic String getOpenGLInitConfigFile()
Stringpublic void setOpenGLInitConfigFile(String value)
value - allowed object is
Stringpublic DatasetDefinitions getDatasetDefinitions()
DatasetDefinitionspublic void setDatasetDefinitions(DatasetDefinitions value)
value - allowed object is
DatasetDefinitions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||