|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
public abstract class AbstractGeospatialDataSourceType
Base type of all data sources.
Java class for AbstractGeospatialDataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeospatialDataSourceType">
<complexContent>
<extension base="{http://www.deegree.org/datasource}AbstractDataSourceType">
<sequence>
<element ref="{http://www.deegree.org/datasource}BBoxConstraint" minOccurs="0"/>
<element ref="{http://www.deegree.org/datasource}ScaleConstraint" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BBoxConstraint |
bBoxConstraint
|
protected ScaleConstraint |
scaleConstraint
|
| Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType |
|---|
dataSourceName |
| Constructor Summary | |
|---|---|
AbstractGeospatialDataSourceType()
|
|
| Method Summary | |
|---|---|
BBoxConstraint |
getBBoxConstraint()
Gets the value of the bBoxConstraint property. |
ScaleConstraint |
getScaleConstraint()
Gets the value of the scaleConstraint property. |
void |
setBBoxConstraint(BBoxConstraint value)
Sets the value of the bBoxConstraint property. |
void |
setScaleConstraint(ScaleConstraint value)
Sets the value of the scaleConstraint property. |
| Methods inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType |
|---|
getDataSourceName, setDataSourceName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BBoxConstraint bBoxConstraint
protected ScaleConstraint scaleConstraint
| Constructor Detail |
|---|
public AbstractGeospatialDataSourceType()
| Method Detail |
|---|
public BBoxConstraint getBBoxConstraint()
BBoxConstraintpublic void setBBoxConstraint(BBoxConstraint value)
value - allowed object is
BBoxConstraintpublic ScaleConstraint getScaleConstraint()
ScaleConstraintpublic void setScaleConstraint(ScaleConstraint value)
value - allowed object is
ScaleConstraint
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||