com.moximedia.aims
Class AimsWebSiteFindLocationTypes

java.lang.Object
  extended bycom.moximedia.aims.AimsWebSiteFindLocationTypes
All Implemented Interfaces:
java.io.Serializable

public class AimsWebSiteFindLocationTypes
extends java.lang.Object
implements java.io.Serializable

An array of find location search routine definitions.

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Constructor Summary
AimsWebSiteFindLocationTypes()
          Creates new AimsWebSiteFindLocationTypes
 
Method Summary
 void add(AimsWebSiteFindLocationType locationType)
          Adds a location type to the array.
 void clear()
          Clears the array.
 AimsWebSiteFindLocationType get(int index)
          Gets the location type at the specified index
 AimsWebSiteFindLocationType get(java.lang.String type)
          Gets the location type with the specified name.
 java.util.Iterator iterator()
          Returns an iterator of the array elements.
 void set(java.lang.String type, boolean display)
          Sets the visibility of one of the location types.
 int size()
          Gets the size of the array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AimsWebSiteFindLocationTypes

public AimsWebSiteFindLocationTypes()
Creates new AimsWebSiteFindLocationTypes

Method Detail

clear

public void clear()
Clears the array.


get

public AimsWebSiteFindLocationType get(int index)
Gets the location type at the specified index

Parameters:
index - The index number.
Returns:
The type at the specified index, or null.

get

public AimsWebSiteFindLocationType get(java.lang.String type)
Gets the location type with the specified name.

Parameters:
type - The find location type name.
Returns:
The type with the specified name, or null.

iterator

public java.util.Iterator iterator()
Returns an iterator of the array elements.

Returns:
The iterator containing the elements.

size

public int size()
Gets the size of the array.

Returns:
The number of elements in the array.

add

public void add(AimsWebSiteFindLocationType locationType)
Adds a location type to the array.

Parameters:
locationType - The location type object.

set

public void set(java.lang.String type,
                boolean display)
Sets the visibility of one of the location types.

Parameters:
type - The location type name.
display - True if it should be displayed, otherwise false.


Internet Mapping Framework for ArcIMS Java Object Model API (v5.0.004)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.