|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wpvs.StyledGeometryProvider
public class StyledGeometryProvider
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 |
---|
protected StyledGeometryProvider.TextureCacheDir textureCacheDir
protected String styleId
protected String featureStoreId
protected Double minimumUnitsPerPixel
Constructor Detail |
---|
public StyledGeometryProvider()
Method Detail |
---|
public StyledGeometryProvider.TextureCacheDir getTextureCacheDir()
StyledGeometryProvider.TextureCacheDir
public void setTextureCacheDir(StyledGeometryProvider.TextureCacheDir value)
value
- allowed object is
StyledGeometryProvider.TextureCacheDir
public String getStyleId()
String
public void setStyleId(String value)
value
- allowed object is
String
public String getFeatureStoreId()
String
public void setFeatureStoreId(String value)
value
- allowed object is
String
public double getMinimumUnitsPerPixel()
Double
public void setMinimumUnitsPerPixel(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |