|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.IdentifyAll
public class IdentifyAll
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Locations" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry"/> <element name="MosaicRule" type="{http://www.esri.com/schemas/ArcGIS/10.3}MosaicRule"/> <element name="PixelSize" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point"/> <element name="RenderingRule" type="{http://www.esri.com/schemas/ArcGIS/10.3}RenderingRule"/> <element name="Options" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
IdentifyAll()
IdentifyAll default constructor. |
|
IdentifyAll(Geometry locations,
MosaicRule mosaicRule,
Point pixelSize,
RenderingRule renderingRule,
java.lang.String options)
Deprecated. |
Method Summary | |
---|---|
Geometry |
getLocations()
Gets the value of the locations property. |
MosaicRule |
getMosaicRule()
Gets the value of the mosaicRule property. |
java.lang.String |
getOptions()
Gets the value of the options property. |
Point |
getPixelSize()
Gets the value of the pixelSize property. |
RenderingRule |
getRenderingRule()
Gets the value of the renderingRule property. |
void |
setLocations(Geometry value)
Sets the value of the locations property. |
void |
setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule property. |
void |
setOptions(java.lang.String value)
Sets the value of the options property. |
void |
setPixelSize(Point value)
Sets the value of the pixelSize property. |
void |
setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public IdentifyAll(Geometry locations, MosaicRule mosaicRule, Point pixelSize, RenderingRule renderingRule, java.lang.String options)
public IdentifyAll()
Method Detail |
---|
public Geometry getLocations()
Geometry
public void setLocations(Geometry value)
value
- allowed object is
Geometry
public MosaicRule getMosaicRule()
MosaicRule
public void setMosaicRule(MosaicRule value)
value
- allowed object is
MosaicRule
public Point getPixelSize()
Point
public void setPixelSize(Point value)
value
- allowed object is
Point
public RenderingRule getRenderingRule()
RenderingRule
public void setRenderingRule(RenderingRule value)
value
- allowed object is
RenderingRule
public java.lang.String getOptions()
String
public void setOptions(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |