org.deegree.services.jaxb.wpvs
Class StyledGeometryProvider

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

public class StyledGeometryProvider
extends 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="TextureCacheDir" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="CacheSize" type="{http://www.w3.org/2001/XMLSchema}double" default="5" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="StyleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FeatureStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="MinimumUnitsPerPixel" type="{http://www.w3.org/2001/XMLSchema}double" default="0.1" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StyledGeometryProvider.TextureCacheDir
          Java class for anonymous complex type.
 
Field Summary
protected  String featureStoreId
           
protected  Double minimumUnitsPerPixel
           
protected  String styleId
           
protected  StyledGeometryProvider.TextureCacheDir textureCacheDir
           
 
Constructor Summary
StyledGeometryProvider()
           
 
Method Summary
 String getFeatureStoreId()
          Gets the value of the featureStoreId property.
 double getMinimumUnitsPerPixel()
          Gets the value of the minimumUnitsPerPixel property.
 String getStyleId()
          Gets the value of the styleId property.
 StyledGeometryProvider.TextureCacheDir getTextureCacheDir()
          Gets the value of the textureCacheDir property.
 void setFeatureStoreId(String value)
          Sets the value of the featureStoreId property.
 void setMinimumUnitsPerPixel(Double value)
          Sets the value of the minimumUnitsPerPixel property.
 void setStyleId(String value)
          Sets the value of the styleId property.
 void setTextureCacheDir(StyledGeometryProvider.TextureCacheDir value)
          Sets the value of the textureCacheDir property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textureCacheDir

protected StyledGeometryProvider.TextureCacheDir textureCacheDir

styleId

protected String styleId

featureStoreId

protected String featureStoreId

minimumUnitsPerPixel

protected Double minimumUnitsPerPixel
Constructor Detail

StyledGeometryProvider

public StyledGeometryProvider()
Method Detail

getTextureCacheDir

public StyledGeometryProvider.TextureCacheDir getTextureCacheDir()
Gets the value of the textureCacheDir property.

Returns:
possible object is StyledGeometryProvider.TextureCacheDir

setTextureCacheDir

public void setTextureCacheDir(StyledGeometryProvider.TextureCacheDir value)
Sets the value of the textureCacheDir property.

Parameters:
value - allowed object is StyledGeometryProvider.TextureCacheDir

getStyleId

public String getStyleId()
Gets the value of the styleId property.

Returns:
possible object is String

setStyleId

public void setStyleId(String value)
Sets the value of the styleId property.

Parameters:
value - allowed object is String

getFeatureStoreId

public String getFeatureStoreId()
Gets the value of the featureStoreId property.

Returns:
possible object is String

setFeatureStoreId

public void setFeatureStoreId(String value)
Sets the value of the featureStoreId property.

Parameters:
value - allowed object is String

getMinimumUnitsPerPixel

public double getMinimumUnitsPerPixel()
Gets the value of the minimumUnitsPerPixel property.

Returns:
possible object is Double

setMinimumUnitsPerPixel

public void setMinimumUnitsPerPixel(Double value)
Sets the value of the minimumUnitsPerPixel property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.