|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.internal.value.ImageServer
public class ImageServer
Constructor Summary | |
---|---|
ImageServer(String url)
|
Method Summary | |
---|---|
static ImageServer |
fromJson(org.codehaus.jackson.JsonParser parser,
String url)
|
int |
getBandCount()
Gets the bandCount of the ImageServer. |
String |
getCopyrightText()
Gets the copyrightText of the ImageServer. |
double |
getCurrentVersion()
Gets the currentVersion of the ImageServer. |
String |
getDescription()
Gets the description of the ImageServer. |
MapGeometry |
getExtent()
Gets the extent of the ImageServer. |
Field[] |
getFields()
Gets the fields of the ImageServer. |
Envelope |
getFullExtent()
|
Envelope |
getInitialExtent()
|
double |
getMaxPixelSize()
Gets the maxPixelSize of the ImageServer. |
double |
getMaxScale()
Gets the max scale. |
double[] |
getMaxValues()
Gets the maxValues of the ImageServer. |
double[] |
getMeanValues()
Gets the meanValues of the ImageServer. |
double |
getMinPixelSize()
Gets the minPixelSize of the ImageServer. |
double |
getMinScale()
Gets the min scale. |
double[] |
getMinValues()
Gets the minValues of the ImageServer. |
String |
getName()
Gets the name of the ImageServer. |
String |
getObjectIdField()
Gets the objectIdField of the ImageServer. |
double |
getPixelSizeX()
Gets the pixelSizeX of the ImageServer. |
double |
getPixelSizeY()
Gets the pixelSizeY of the ImageServer. |
ImageServiceParameters.PIXEL_TYPE |
getPixelType()
Gets the pixelType of the ImageServer. |
static long |
getSerialversionuid()
Gets the serialversionuid of the ImageServer. |
String |
getServiceDataType()
Gets the serviceDataType of the ImageServer. |
String |
getServiceDescription()
Gets the serviceDescription of the ImageServer. |
double[] |
getStdvValues()
Gets the stdvValues of the ImageServer. |
String |
getUrl()
Gets the url of the ImageServer. |
void |
setFullExtent(Envelope fullExtent)
|
void |
setInitialExtent(Envelope initialExtent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageServer(String url)
Method Detail |
---|
public static long getSerialversionuid()
public double getCurrentVersion()
public String getServiceDescription()
public String getName()
public String getDescription()
public MapGeometry getExtent()
public Envelope getInitialExtent()
public void setInitialExtent(Envelope initialExtent)
public Envelope getFullExtent()
public void setFullExtent(Envelope fullExtent)
public double getPixelSizeX()
public double getPixelSizeY()
public int getBandCount()
public ImageServiceParameters.PIXEL_TYPE getPixelType()
public double getMinPixelSize()
public double getMaxPixelSize()
public String getCopyrightText()
public String getServiceDataType()
public double[] getMinValues()
public double[] getMaxValues()
public double[] getMeanValues()
public double[] getStdvValues()
public String getObjectIdField()
public Field[] getFields()
public String getUrl()
public double getMinScale()
public double getMaxScale()
public static ImageServer fromJson(org.codehaus.jackson.JsonParser parser, String url) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |