|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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,
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 |
Envelope |
getDatasetEnvelope()
|
int |
getOrdinateCount()
|
int |
getTextureOrdinateCount()
|
void |
setDatasetEnvelope(Envelope datasetEnvelope)
|
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, 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 String toString()
toString
in class Object
public void add(ModelBackendInfo info)
info
- to get add the values from.public void setDatasetEnvelope(Envelope datasetEnvelope)
datasetEnvelope
- the datasetEnvelope to setpublic Envelope getDatasetEnvelope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |