com.esri.sde.sdk.client
Class SeRasterConstraint

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRasterConstraint

public class SeRasterConstraint
extends java.lang.Object


Constructor Summary
SeRasterConstraint()
           
 
Method Summary
 void setBands(int[] bands)
           
 void setEnvelope(int i, int j, int k, int l)
           
 void setInterleave(int i)
           
 void setLevel(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeRasterConstraint

public SeRasterConstraint()
Method Detail

setBands

public void setBands(int[] bands)
              throws SeException
Throws:
SeException

setLevel

public void setLevel(int i)
              throws SeException
Throws:
SeException

setEnvelope

public void setEnvelope(int i,
                        int j,
                        int k,
                        int l)
                 throws SeException
Throws:
SeException

setInterleave

public void setInterleave(int i)
                   throws SeException
Throws:
SeException


Copyright © 1996-2010 Geotools. All Rights Reserved.