deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.datasource.configuration
Class AbstractGeospatialDataSourceType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
Direct Known Subclasses:
AbstractWebBasedDataSourceType, ConstrainedDatabaseDataSourceType, GeospatialFileSystemDataSourceType, MultiResolutionDataSource, RasterFileDataSourceType

public abstract class AbstractGeospatialDataSourceType
extends AbstractDataSourceType

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

bBoxConstraint

protected BBoxConstraint bBoxConstraint

scaleConstraint

protected ScaleConstraint scaleConstraint
Constructor Detail

AbstractGeospatialDataSourceType

public AbstractGeospatialDataSourceType()
Method Detail

getBBoxConstraint

public BBoxConstraint getBBoxConstraint()
Gets the value of the bBoxConstraint property.

Returns:
possible object is BBoxConstraint

setBBoxConstraint

public void setBBoxConstraint(BBoxConstraint value)
Sets the value of the bBoxConstraint property.

Parameters:
value - allowed object is BBoxConstraint

getScaleConstraint

public ScaleConstraint getScaleConstraint()
Gets the value of the scaleConstraint property.

Returns:
possible object is ScaleConstraint

setScaleConstraint

public void setScaleConstraint(ScaleConstraint value)
Sets the value of the scaleConstraint property.

Parameters:
value - allowed object is ScaleConstraint

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>