| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wpvs.io.ModelBackendInfo
public class ModelBackendInfo
The ModelBackendInfo class TODO add class documentation here.
| Constructor Summary | |
|---|---|
ModelBackendInfo()
Initialize with 0;  | 
|
ModelBackendInfo(int ordinateCount,
                 int textureOrdinateCount,
                 org.deegree.geometry.Envelope envelope)
 | 
|
| Method Summary | |
|---|---|
 void | 
add(ModelBackendInfo info)
Add the values from the given info to this info.  | 
 void | 
addOrdinates(DataObjectInfo<?> object)
Add the ordinates from the given object to the total ordinates  | 
 void | 
addOrdinates(int numberOfOrdinates)
Add the given number of ordinates to the total ordinates  | 
 void | 
addTextureOrdinates(int numberOfTextureOrdinates)
Add the given number of ordinates to the total texture ordinates  | 
 org.deegree.geometry.Envelope | 
getDatasetEnvelope()
 | 
 int | 
getOrdinateCount()
 | 
 int | 
getTextureOrdinateCount()
 | 
 void | 
setDatasetEnvelope(org.deegree.geometry.Envelope datasetEnvelope)
 | 
 java.lang.String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ModelBackendInfo()
public ModelBackendInfo(int ordinateCount,
                        int textureOrdinateCount,
                        org.deegree.geometry.Envelope envelope)
ordinateCount - textureOrdinateCount - envelope - | Method Detail | 
|---|
public final void addOrdinates(DataObjectInfo<?> object)
object - public final void addOrdinates(int numberOfOrdinates)
numberOfOrdinates - public final void addTextureOrdinates(int numberOfTextureOrdinates)
numberOfTextureOrdinates - public final int getOrdinateCount()
public final int getTextureOrdinateCount()
public java.lang.String toString()
toString in class java.lang.Objectpublic void add(ModelBackendInfo info)
info - to get add the values from.public void setDatasetEnvelope(org.deegree.geometry.Envelope datasetEnvelope)
datasetEnvelope - the datasetEnvelope to setpublic org.deegree.geometry.Envelope getDatasetEnvelope()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||