com.esri.arcgis.spatialanalyst
Interface IGPSANameDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPSANameDomain

public interface IGPSANameDomain
extends Serializable

Provides access to The IGPSANameDomain Domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.


Method Summary
 int getMaxLength()
          MaxLength.
 boolean isAlphaNumericOnly()
          AlphaNumeric (+ Underscore) Only.
 void setAlphaNumericOnly(boolean alphaNumericOnly)
          AlphaNumeric (+ Underscore) Only.
 void setMaxLength(int maxLength)
          MaxLength.
 boolean validateValue(String value)
          Validate value.
 

Method Detail

setMaxLength

void setMaxLength(int maxLength)
                  throws IOException,
                         AutomationException
MaxLength.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Parameters:
maxLength - The maxLength (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxLength

int getMaxLength()
                 throws IOException,
                        AutomationException
MaxLength.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Returns:
The maxLength
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlphaNumericOnly

void setAlphaNumericOnly(boolean alphaNumericOnly)
                         throws IOException,
                                AutomationException
AlphaNumeric (+ Underscore) Only.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Parameters:
alphaNumericOnly - The alphaNumericOnly (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAlphaNumericOnly

boolean isAlphaNumericOnly()
                           throws IOException,
                                  AutomationException
AlphaNumeric (+ Underscore) Only.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Returns:
The alphaNumericOnly
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateValue

boolean validateValue(String value)
                      throws IOException,
                             AutomationException
Validate value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Parameters:
value - The value (in)
Returns:
The bOk
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.