|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeometryDef
public class GeometryDef
ESRI Geometry Definition Object.
Java class for GeometryDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryDef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AvgNumPoints" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryType"/>
<element name="HasM" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="HasZ" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="GridSize0" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="GridSize1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="GridSize2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
ESRI Geometry Definition Object.
| Constructor Summary | |
|---|---|
GeometryDef()
GeometryDef default constructor. |
|
GeometryDef(int avgNumPoints,
EsriGeometryType geometryType,
boolean hasM,
boolean hasZ,
SpatialReference spatialReference,
Double gridSize0,
Double gridSize1,
Double gridSize2)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getAvgNumPoints()
Estimated average number of points per feature. |
EsriGeometryType |
getGeometryType()
The enumerated geometry type. |
Double |
getGridSize0()
Gets the value of the gridSize0 property. |
Double |
getGridSize1()
Gets the value of the gridSize1 property. |
Double |
getGridSize2()
Gets the value of the gridSize2 property. |
SpatialReference |
getSpatialReference()
The spatial reference for the dataset. |
boolean |
isHasM()
Indicates if the feature class has measure (M) values. |
boolean |
isHasZ()
Indicates if the featureClass has Z values. |
void |
setAvgNumPoints(int value)
Estimated average number of points per feature. |
void |
setGeometryType(EsriGeometryType value)
The enumerated geometry type. |
void |
setGridSize0(Double value)
Sets the value of the gridSize0 property. |
void |
setGridSize1(Double value)
Sets the value of the gridSize1 property. |
void |
setGridSize2(Double value)
Sets the value of the gridSize2 property. |
void |
setHasM(boolean value)
Indicates if the feature class has measure (M) values. |
void |
setHasZ(boolean value)
Indicates if the featureClass has Z values. |
void |
setSpatialReference(SpatialReference value)
The spatial reference for the dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GeometryDef(int avgNumPoints,
EsriGeometryType geometryType,
boolean hasM,
boolean hasZ,
SpatialReference spatialReference,
Double gridSize0,
Double gridSize1,
Double gridSize2)
public GeometryDef()
| Method Detail |
|---|
public int getAvgNumPoints()
public void setAvgNumPoints(int value)
public EsriGeometryType getGeometryType()
EsriGeometryTypepublic void setGeometryType(EsriGeometryType value)
value - allowed object is
EsriGeometryTypepublic boolean isHasM()
public void setHasM(boolean value)
public boolean isHasZ()
public void setHasZ(boolean value)
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Double getGridSize0()
Doublepublic void setGridSize0(Double value)
value - allowed object is
Doublepublic Double getGridSize1()
Doublepublic void setGridSize1(Double value)
value - allowed object is
Doublepublic Double getGridSize2()
Doublepublic void setGridSize2(Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||