com.esri.arcgisws
Class MultipointN

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Multipoint
          extended by com.esri.arcgisws.MultipointN
All Implemented Interfaces:
java.io.Serializable

public class MultipointN
extends Multipoint
implements java.io.Serializable

Java class for MultipointN complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MultipointN">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}Multipoint">
       <sequence>
         <element name="HasID" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="HasZ" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="HasM" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
         <element name="PointArray" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfPoint" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MultipointN()
          MultipointN default constructor.
MultipointN(boolean hasID, boolean hasZ, boolean hasM, Envelope extent, Point[] pointArray, SpatialReference spatialReference)
          Deprecated. 
 
Method Summary
 Envelope getExtent()
          Gets the value of the extent property.
 Point[] getPointArray()
          Gets the value of the pointArray property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 boolean isHasID()
          Gets the value of the hasID property.
 boolean isHasM()
          Gets the value of the hasM property.
 boolean isHasZ()
          Gets the value of the hasZ property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setHasID(boolean value)
          Sets the value of the hasID property.
 void setHasM(boolean value)
          Sets the value of the hasM property.
 void setHasZ(boolean value)
          Sets the value of the hasZ property.
 void setPointArray(Point[] value)
          Sets the value of the pointArray property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipointN

@Deprecated
public MultipointN(boolean hasID,
                              boolean hasZ,
                              boolean hasM,
                              Envelope extent,
                              Point[] pointArray,
                              SpatialReference spatialReference)
Deprecated. 

MultipointN constructor.


MultipointN

public MultipointN()
MultipointN default constructor.

Method Detail

isHasID

public boolean isHasID()
Gets the value of the hasID property.


setHasID

public void setHasID(boolean value)
Sets the value of the hasID property.


isHasZ

public boolean isHasZ()
Gets the value of the hasZ property.


setHasZ

public void setHasZ(boolean value)
Sets the value of the hasZ property.


isHasM

public boolean isHasM()
Gets the value of the hasM property.


setHasM

public void setHasM(boolean value)
Sets the value of the hasM property.


getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getPointArray

public Point[] getPointArray()
Gets the value of the pointArray property.

Returns:
possible object is []

setPointArray

public void setPointArray(Point[] value)
Sets the value of the pointArray property.

Parameters:
value - allowed object is []

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference