Provides classes that are used against ArcMap Services.
com.esri.aims.mtier.model.axl - package com.esri.aims.mtier.model.axlContains classes for handling ArcXML exceptions as well as other XML utilities.com.esri.aims.mtier.model.envelope - package com.esri.aims.mtier.model.envelopeDefines an Envelope object that is used for setting extents of the map, setting
spatial queries in a FeatureLayer's Filter object, and displaying individual extents of
recordset results.com.esri.aims.mtier.model.map - package com.esri.aims.mtier.model.mapContains the Map
, Legend
and Layers
objects that define the components of an ArcIMS service.com.esri.aims.mtier.model.map.environment - package com.esri.aims.mtier.model.map.environmentSupports classes that contain locale information for ArcIMS services.com.esri.aims.mtier.model.map.layer - package com.esri.aims.mtier.model.map.layerContains classes that represents different ArcIMS layers types such as, an AcetateLayer, a FeatureLayer, and an ImageLayer.com.esri.aims.mtier.model.map.layer.geocode - package com.esri.aims.mtier.model.map.layer.geocodeProvides classes that are used to accomplish geocoding tasks.com.esri.aims.mtier.model.map.layer.query - package com.esri.aims.mtier.model.map.layer.querySupports classes that are used to perform queries, and also contains
field information, field values, and geometry values.com.esri.aims.mtier.model.map.layer.raster - package com.esri.aims.mtier.model.map.layer.rasterProvides classes that are used to obtain raster information
from an ArcIMS image service containing a raster image data source.com.esri.aims.mtier.model.map.layer.renderer - package com.esri.aims.mtier.model.map.layer.rendererContains renderer objects for each ArcIMS ArcXML renderer.com.esri.aims.mtier.model.map.layer.renderer.symbol - package com.esri.aims.mtier.model.map.layer.renderer.symbolSupports classes respresenting all ArcIMS specific symbols.com.esri.aims.mtier.model.map.output - package com.esri.aims.mtier.model.map.outputSupports individual output objects that specify and contain parameters that
describe a response from an ArcIMS service.com.esri.aims.mtier.model.map.projection - package com.esri.aims.mtier.model.map.projectionContains CoordSys
, FeatureCoordSys
, FilterCoordSys
, and Densify
objects that are used for reprojecting the views of an ArcIMS service.com.esri.aims.mtier.model.metadata - package com.esri.aims.mtier.model.metadataContains classes that defines metadata and implements a metadata document and its collection.com.esri.aims.mtier.model.metadata.publish - package com.esri.aims.mtier.model.metadata.publishProvides classes that are used to publish data to a Metadata Server.com.esri.aims.mtier.model.metadata.query - package com.esri.aims.mtier.model.metadata.querySupports classes that are used to query a metadata server.com.esri.aims.mtier.model.service - package com.esri.aims.mtier.model.serviceContains classes that define an ArcIMS Service and its collection.com.esri.aims.mtier.model.util - package com.esri.aims.mtier.model.utilContains utility classes for performing tasks associated
with the ArcIMS Java Connector.com.esri.aims.mtier.model.wmsmap - package com.esri.aims.mtier.model.wmsmapContains classes associated with the WMS capabilities of the ArcIMS
Java Connectorcom.esri.aims.mtier.model.workspace - package com.esri.aims.mtier.model.workspaceContains workspace objects representing the different ArcIMS workspaces available.CommonElementFactory - class com.esri.aims.mtier.model.axl.map.CommonElementFactory.The CommonElementFactory class contains methods for creating all of the
common ArcXML elements.CommonElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Constructs an instance of a CommonElementFactory object.
comparator -
Static variable in class com.esri.aims.mtier.model.util.ToStringComparator
The static instance of this object can be used as the comparator for
most occasions.
compare(Object, Object) -
Method in class com.esri.aims.mtier.model.util.ToStringComparator
Compares two objects by their toString() method and returns an
integer N
where N<0, N=0,
or N>0
if the value of object1.toString().toUpper()
is less than,
equal to, or greater than object1.toString().toUpper()
.
COMPONENT_ACCESS -
Static variable in class com.esri.aims.mtier.model.admin.Server
COMPONENT_ALLOWED -
Static variable in class com.esri.aims.mtier.model.admin.Server
COMPONENT_THREADS -
Static variable in class com.esri.aims.mtier.model.admin.Server
compressSde(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
Compresses - Removes all states that are not referenced by a version
and flushes all records in delta tables back to base data
if their stateid
preceeds the stateid
of any version.
ConnectionParameterException - exception com.esri.aims.mtier.io.ConnectionParameterException.Thrown when the parameters used to initialize a MetadataConnectionProxy
contain errors.ConnectionParameterException(String) -
Constructor for class com.esri.aims.mtier.io.ConnectionParameterException
Constructs a new ConnectionParameterException
with given message string.
ConnectionProxy - class com.esri.aims.mtier.io.ConnectionProxy.Used by client applications to establish communication with the
ArcIMS Application Server.ConnectionProxy() -
Constructor for class com.esri.aims.mtier.io.ConnectionProxy
Constructs a new ConnectionProxy
object.
containsCustomAttributeKey(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
Returns true if a key with the name name is included.
containsErrorCode(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
Returns true if the error code exists, false array otherwise.
containsErrorMessage(String) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
Returns true if the error message exists, false otherwise.
containsVirtualServerType(String, String) -
Method in class com.esri.aims.mtier.model.admin.Server
Returns true if the defined VirtualServer type and version exist on this
server.
containsWarningCode(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
Returns true if the warning code exists, false otherwise.
containsWarningMessage(String) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
Returns true if the warning message exists, false otherwise.
CONTENTTYPE_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
CONTENTTYPE_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
convertCoords(String, String, String) -
Method in class com.esri.aims.mtier.model.util.CoordsToPoints
Converts a delimited string into a ArcIMS Java Connector Points object.
CoordsToPoints - class com.esri.aims.mtier.model.util.CoordsToPoints.A utility object used to convert a string of coordinates to an
ArcIMS Java Connector Points object.CoordsToPoints() -
Constructor for class com.esri.aims.mtier.model.util.CoordsToPoints
Constructs an instance of a CoordsToPoints object.
CoordSys - class com.esri.aims.mtier.model.map.projection.CoordSys.Defines the projection coordinate system of a layer.CoordSys() -
Constructor for class com.esri.aims.mtier.model.map.projection.CoordSys
Constructs an instance of the CoordSys
object.
copy() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
Copies the current Dataset.
count() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
Returns the count of all objects in the ValueMapRenderer
collection.
createAddCategoryElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDCATEGORY element with "name" attribute.
createAddCookieDataElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDCOOKIEDATA element with attributes.
createAddCookieElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDCOOKIE element with given attributes.
createAddCustomServiceElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDCUSTOMSERVICE element with attributes.
createAddressElement() -
Method in class com.esri.aims.mtier.model.axl.map.ExtensionElementFactory
Creates the ArcXML ADDRESS Element.
createAddSDEServiceElement(String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a new SDE Service that is defined by the specified attributes.
createAddServerElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDSERVER element with attributes.
createAddServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDSERVICE element with attributes.
createAddServiceGroupElement(String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ADDSERVICEGROUP element with attributes.
createAdminDocument(Element) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminUtil
Creates a document using the admin request argument as the body of the request.
createAdminDocument(Element, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminUtil
Creates a document using the request argument as the body of the request.
createArcXMLElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML ARCXML Element.
createArcXMLElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates an ARCXML element with the given version attribute.
createBackgroundElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML BACKGROUND Element
createBufferElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML BUFFER Element.
createBufferImage(boolean, boolean) -
Method in class com.esri.aims.mtier.model.map.Map
Specifies the creation of the bufferimage to be displayed on a map.
createCalloutMarkerSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML CALLOUTMARKERSYMBOL Element.
createCatalogElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CATALOG element.
createChangeCustomServiceElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CHANGECUSTOMSERVICE element with attributes.
createChangeMetadataAccessElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a CHANGE_METADATA_ACCESS element with name, userid, and
private attributes.
createChangeOwnerElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a CHANGE_OWNER element
createChangeServerElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CHANGESERVER element with attributes.
createChangeServiceElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CHANGESERVICE element with attributes.
createChangeServiceGroupElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CHANGESERVICEGROUP element with given attributes.
createChangeThreadsElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CHANGETHREADS element with attributes.
createChartSymbolSymbolElement(String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML CHARTSYMBOL Element.
createChartValueElement(String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML CHARTVALUE Element.
createCleanupElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CLEANUP element with the given interval attribute.
createCollectionInfoElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a COLLECTION_INFO element.
createComponentElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an COMPONENT element with type and access attributes.
createCompressSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createCompressSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createConfigElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CONFIG element.
createCookieElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an COOKIE element with name and data attributes.
createCoordsysElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Created the ArcXML COORDSYS Element.
createCSDElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CSD element with attributes.
createCustomServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an CUSTOMSERVICE element with the version attribute.
createDataElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an DATA element.
createDataFrameElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.ArcMapElementFactory
createDatasetElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML DATASET Element.
createDbtuneQueryElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createDbtuneQueryElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createDeleteMetadataElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a DELETE_METADATA element with docID.
createDeleteMetadataRelationshipElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a DELETE_METADATA_RELATIONSHIP element.
createDensifyElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML DENSIFY Element.
createDocument() -
Static method in class com.esri.aims.mtier.model.axl.Util
createDocumentInfoElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a DOCUMENTINFO element.
createDrawElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML DRAW Element.
createEnvelopeElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML Envelope Element.
createEnvelopeElement(String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates an ENVELOPE element with xmin, xmax, ymin, ymax,
and operator attributes.
createEnvironmentElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ENVIRONMENT element.
createEnvironmentElement() -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML ENVIRONMENT Element
createErrorElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ERROR element with attributes.
createErrorsElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ERRORS element.
createExactElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML EXACT Element.
createExtensionElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an EXTENSION element with type attribute.
createExtractElement() -
Method in class com.esri.aims.mtier.model.axl.map.ExtensionElementFactory
Creates the ArcXML EXTRACT Element.
createFeatureCoordSYSElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML FEATURECOORDSYS element.
createFilterCoordSYSElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML FILTERCOORDSYS element.
createFullTextElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a FULLTEXT element with the given word attribute.
createGCTagElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ExtensionElementFactory
Creates the ArcXML GCTAG Element
createGetAdminInfoElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETADMININFO element.
createGetCatalogElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETCATALOG element.
createGetCategoryInfoElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETCATEGORYINFO element.
createGetClientServicesElement() -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_CLIENT_SERVICES Element.
createGetCollectionInfoElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_COLLECTION_INFO element.
createGetContentInfoElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_CONTENT_INFO element.
createGetCookieDataElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETCOOKIEDATA element.
createGetCookieInfoElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETCOOKIEINFO element.
createGetExtractElement() -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_EXTRACT Element.
createGetFeaturesElement(String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_FEATURES Element.
createGetGeocodeElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_GEOCODE Element.
createGetImageElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_IMAGE Element.
createGetLayoutElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.ArcMapElementFactory
public Element createGetLayoutElement(){
Element element = document.createElement("GET_LAYOUT");
return element;
}
createGetMetadataDocumentElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_METADATA element.
createGetMetadataElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_METADATA element.
createGetMonitorsElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETMONITORS element.
createGetPrefElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETPREF element.
createGetRasterInfoElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ArcMapElementFactory
createGetRootDatasetElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_ROOT_DATASET element.
createGetServersElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETSERVERS element.
createGetServiceGroupsElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETSERVICEGROUPS element.
createGetServiceInfoElement(String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML GET_SERVICE_INFO Element.
createGetServicesElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETSERVICES element.
createGetStartupParametersElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETSTARTUPPARAMETERS element.
createGetStatsElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GETSTATS element.
createGetUserElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_USER element.
createGetUUIDElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a GET_UUID element.
createGradientFillSymbolElement(String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML GRADIENTFILLSYMBOL Element.
createGroupElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GROUP element with type attribute.
createGroupRendererElement() -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML GROUPRENDERER Element.
createGroupsElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an GROUPS element.
createHashLineSymbolElement(String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML HASHLINESYMBOL Element.
createHoleElement() -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML HOLE Element.
createImageElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an IMAGE element with type attribute.
createImagePropertiesElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML IMAGEPROPERTIES Element.
createImageSizeElement(String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML IMAGESIZE Element.
createImageWorkspaceElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML IMAGEWORKSPACE Element.
createKillAllSDEConnectionsElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createKillSDEConnectionElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createKillSDEConnectionElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createLayerDefElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML LAYERDEF Element.
createLayerElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an LAYER element.
createLayerElement(String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML LAYER Element.
createLayerListElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML LAYERLIST Element.
createLayersElement() -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML LAYERS element.
createLegendElement(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML LEGEND Element.
createLine(Points) -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
Returns a line object created by the given Parts object.
createLineElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML Line Element.
createListSDEConnectionsElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createListSDEConnectionsElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createLocaleElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an LOCALE element with attributes.
createMachineElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an MACHINE element with name attribute.
createMapElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML MAP Element.
createMapUnitsElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML MAPUNITS Element.
createMetadataChildElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a METADATA_CHILD element.
createMetadataSiblingElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a METADATA_SIBLING element.
createMetadataSourceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a METADATA_SOURCE element.
createMonitorElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an MONITOR element with attributes.
createMonitorsElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an MONITORS element.
createMultiPointElement() -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML MULTIPOINT Element.
createNorthArrowElement(String, String, String, String, String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.map.ObjectElementFactory
Creates the ArcXML NORTHARROW Element.
createObjectElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ObjectElementFactory
Creates the ArcXML OBJECT element.
createOKElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an OK element.
createOtherElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML OTHER Element.
createOutputElement(String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ArcMapElementFactory
createOutputElement(String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML OUTPUT Element.
createPathElement() -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML PATH Element.
createPauseSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createPauseSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createPointElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML Point Element.
createPolygonElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML Polygon Element.
createPolygonObject(Ring) -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
Returns a Polygon object created by the given Parts object.
createPolyLineElement() -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML POLYLINE Element.
createPrivateServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a PRIVATESERVICE element with type attribute.
createPropertiesElement() -
Method in class com.esri.aims.mtier.model.axl.map.CommonElementFactory
Creates the ArcXML Properties Element.
createPublishMetadataElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
createPutMetadataElement(String, String, String, String, String, String, String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a PUT_METADATA element.
createPutMetadataRelationshipElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a PUT_METADATA_RELATIONSHIP element.
createPutMetadataSemanticElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a PUT_METADATA_SEMANTIC element.
createQueryElement(String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML QUERY Element.
createQueryFirstLoginElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an QUERYFIRSTLOGIN element.
createRangeElement(String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML RANGE Element.
createRasterFillSymbolElement(String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML RASTERFILLSYMBOL Element.
createRasterMarkerSymbolElement(String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the RASTERMARKERSYMBOL Element.
createRasterShieldSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML RASTERSHIELDSYMBOL Element.
createRecyclingElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a RECYCLING element with attributes.
createRelevanceElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates an ADD_RELEVANCE_FEEDBACK element.
createRemoveCategoryElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVECATEGORY element with attributes.
createRemoveCookieDataElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVECOOKIEDATA element with attributes.
createRemoveCookieElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVECOOKIE element with attributes.
createRemoveCustomServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVECUSTOMSERVICE element with attributes.
createRemovePrefElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVEPREF element with name attribute.
createRemoveSDEServiceElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createRemoveServerElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVESERVER element with attributes.
createRemoveServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVESERVICE element with attributes.
createRemoveServiceGroupElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an REMOVESERVICEGROUP element with attributes.
createRenameMetadataElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a RENAME_METADATA element.
createRequestDocument(Element) -
Static method in class com.esri.aims.mtier.model.axl.Util
Creates a document using the request argument as the body of the request.
createRequestDocument(Element, String) -
Static method in class com.esri.aims.mtier.model.axl.Util
Creates a document using the request argument as the body of the request.
createRequestElement() -
Method in class com.esri.aims.mtier.model.axl.map.RequestElementFactory
Creates the ArcXML REQUEST Element.
createRequestElement() -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a REQUEST element.
createReReadSdeInstanceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
Forces the Monitor to refresh its SDE properties file.
createResumeSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createResumeSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createRing(Points) -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
Returns a Parts object created by the given Points object.
createRingElement() -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML RING Element.
createSaveElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SAVE element.
createScaleBarElement(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ObjectElementFactory
Creates the ArcXML SCALEBAR Element.
createScaleDependentRendererElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML SCALEDEPENDENTRENDERER Element.
createScaleElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.ArcMapElementFactory
createScreenElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SCREEN element with dpi attribute.
createSdeServersElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
For SDE servers collection.
createSdeStatusElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Constructs a status request.
createSdeStatusElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
Used for SDE status class.
createSDEWorkspaceElement(String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the SDEWORKSPACE Element.
createSearchMetadataElement(String, String, String, String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a SEARCH_METADATA element.
createSecurityElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SECURITY element.
createSemanticPairElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a SEMANTIC_PAIR element.
createSeparatorsElement(String, String) -
Method in class com.esri.aims.mtier.model.axl.map.MapElementFactory
Creates the ArcXML SEPARATORS Element.
createServerElement(String, String, String, String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a SERVER element with attributes.
createServersElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SERVERS element.
createServiceElement(String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SERVICE element with attributes.
createServiceGroupElement(String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SERVICEGROUP element with attributes.
createServiceGroupsElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a SERVICEGROUPS element.
createServiceGroupServerElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SERVER element with attributes.
createServicesElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SERVICES element.
createSetAdminPropertyElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a SETADMINPROPERTY element.
createSetPrefElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a SETPREF element.
createShapeWorkspaceElement(String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML SHAPEWORKSPACE Element.
createShieldSymbolElement(String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML SHIELDSYMBOL Element.
createShutdownSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
createShutdownSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
createSimpleLabelRendererElement(String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML SIMPLELABELRENDERER Element.
createSimpleLineSymbol(String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML SIMPLELINESYMBOL Element.
createSimpleMarkerSymbolElement(String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML SIMPLEMARKERSYMBOL Element.
createSimplePolygonSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML SIMPLEPOLYGONSYMBOL Element.
createSimpleRendererElement() -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML SIMPLERENDERER Element.
createSpatialFilterElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML SPATIALFILTER Element.
createSpatialQueryElement(String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML SPATIALQUERY Element.
createStartSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
To start an SDE service the Instance Name is needed.
createStartSDEServiceElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory
To start an SDE service the Instance Name is needed.
createStartServerElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an STARTSERVER element with attributes.
createStartServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an STARTSERVICE element with attributes.
createStopServerElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an STOPSERVER element with attributes.
createStopServiceElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an STOPSERVICE element with attributes.
createSubsetElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a SUBSET element.
createSummaryElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an SUMMARY element with attributes.
createTagTextElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a TAGTEXT element.
createTagValueElement(String, String, String, String, String, String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a TAGVALUE element.
createTargetLayerElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.QueryElementFactory
Creates the ArcXML TARGETLAYER Element.
createTextElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.map.ObjectElementFactory
Creates the ArcXML TEXT Element
createTextMarkerSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML TEXTMARKERSYMBOL Element.
createTextSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML TEXTSYMBOL Element.
createThumbnailElement(String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a THUMBNAIL element.
createTrueTypeMarkerSymbolElement(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
Creates the ArcXML TRUETYPEMARKERSYMBOL Element.
createUIFontElement(String, String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an UIFONT element with attributes.
createUpdateCategoryElement(String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an UPDATECATEGORY element with name attribute.
createUpdateCookieElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an UPDATECOOKIE element with name attribute.
createUpdatedElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory
Creates a UPDATED element.
createValidateElement() -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates a VALIDATE element.
createValueMapLabelRendererElement(String, String, String, String, String, String, String, String, String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML VALUEMAPLABELRENDERER Element.
createValueMapRendererElement(String) -
Method in class com.esri.aims.mtier.model.axl.map.RendererElementFactory
Creates the ArcXML VALUEMAPRENDERER Element.
createWorkspacesElement() -
Method in class com.esri.aims.mtier.model.axl.map.LayersElementFactory
Creates the ArcXML WORKSPACE Element.
createXAPElement(String, String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an XAP element with attributes.
createZipElement(String, String) -
Static method in class com.esri.aims.mtier.model.axl.admin.AdminElementFactory
Creates an ZIP element with attributes.
CROSS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
CROSS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
CURRENT_AXL_VERSION -
Static variable in class com.esri.aims.mtier.model.axl.Util
Defines the current AXL version being used in requests.
D
- DARKGRAY -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- DASH -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary type as DASH.
- DASH -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- DASH_DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary type as DASH_DOT.
- DASH_DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- DASH_DOT_DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary type as DASH_DOT_DOT.
- DASH_DOT_DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- DATABASE -
Static variable in class com.esri.aims.mtier.model.acetate.Acetate
-
- DataFrame - class com.esri.aims.mtier.model.arcmap.DataFrame.
- The DataFrame object represents one data frame from an ArcMap Server.
- DataFrame() -
Constructor for class com.esri.aims.mtier.model.arcmap.DataFrame
- Constructs an instance of a DataFrame object.
- DataFramesCollection - class com.esri.aims.mtier.model.arcmap.DataFramesCollection.
- The DataFrameCollection object contains a collection of DataFrame objects.
- DataFramesCollection() -
Constructor for class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Constructs an instance of a DataFramesCollection object.
- Dataset - class com.esri.aims.mtier.model.metadata.Dataset.
- This class represents a metadata document being served.
- Dataset - class com.esri.aims.mtier.model.workspace.Dataset.
- The Dataset object is used for specifying a file to be added as a dynamic layer.
- Dataset() -
Constructor for class com.esri.aims.mtier.model.metadata.Dataset
- Constructs an instance of a Dataset object.
- Dataset() -
Constructor for class com.esri.aims.mtier.model.workspace.Dataset
- Constructs an instance of a Dataset object.
- DatasetCollection - class com.esri.aims.mtier.model.metadata.DatasetCollection.
- Represents a collection of metadata documents.
- DatasetCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.DatasetCollection
- Constructs an instance of the DataSetCollection object.
- DECIMAL_DEGREES -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- DECIMAL_DEGREES -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Defines Buffer units as.
- decode(String) -
Static method in class com.esri.aims.mtier.model.util.Base64Decoder
- Decodes data from Base64 notation.
- DEFAULT_SAX_PARSER -
Static variable in class com.esri.aims.mtier.model.axl.Util
- Defines the default SAX parser used within the object model.
- DefaultResourceBundleLocation -
Static variable in class com.esri.aims.mtier.resources.Res
- the default image size "hint"
/
public static final int DEFAULT_IMAGE_SIZE = 4096;
/**
the default ResourceBundle location - for ArcIMS middle tier message text.
- DEGREES -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- deleteMetadata(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Deletes the dataset represented by the dataset instance field.
- deleteMetadataRelationship(ConnectionProxy, String) -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Deletes relationships beween a source metadata document and
one or more child/sibling metadata documents.
- Densify - class com.esri.aims.mtier.model.map.projection.Densify.
- This class sets the interval used for adding points.
- Densify() -
Constructor for class com.esri.aims.mtier.model.map.projection.Densify
- Constructs an instance of the
Densify
object.
- DESCENDANT_TYPE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- DIAGCROSS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- displayFeatures(FeatureLayer, boolean, Object) -
Method in class com.esri.aims.mtier.model.map.Map
- Highlights and zooms specific features on the map, based on the spatial object and filter set in
feature layer.
- displayFeatures(FeatureLayer, Object, boolean, Object) -
Method in class com.esri.aims.mtier.model.map.Map
- Deprecated. As of ArcIMS 4.0.1, replaced by displayFeatures(FeatureLayer targetLayer, Shape spatialObject, boolean zoomToFeatures, Object symbolObject}
- displayFeatures(FeatureLayer, Shape, boolean, Object) -
Method in class com.esri.aims.mtier.model.map.Map
- Highlights and zooms specific features on the map, based on the spatial object.
- displayFeatures(FeatureLayer, String, boolean, Object) -
Method in class com.esri.aims.mtier.model.map.Map
- Highlights and zooms to specific features on the map, based on a where expression.
- DOCUMENT -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- DOCUMENT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- DOCUMENT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- DocumentInfo - class com.esri.aims.mtier.model.metadata.query.DocumentInfo.
- Implements a metadata DocumentInfo object.
- DocumentInfo() -
Constructor for class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Constructs an instance of a DocumentInfo object.
- DocumentInfoCollection - class com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection.
- Represents a collection of Subset objects.
- DocumentInfoCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection
- Constructs an instance of a DocumentInfoCollection object.
- documentToString(Document) -
Static method in class com.esri.aims.mtier.model.axl.Util
- Converts the given Document object to a String.
- DomToString - class com.esri.aims.mtier.model.util.DomToString.
- Converts an XML Document into a String object.
- DomToString() -
Constructor for class com.esri.aims.mtier.model.util.DomToString
-
- doPan(long, double) -
Method in class com.esri.aims.mtier.model.map.Map
- Deprecated. As of ArcIMS 4.0.1, replaced by
Map.doPan(long,long)
- doPan(long, double) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Deprecated. As of ArcIMS 4.0.1, replaced by
WmsMap.doPan(long,long)
- doPan(long, long) -
Method in class com.esri.aims.mtier.model.map.Map
- Pans the specified map service by recalculating the Map objects envelope object.
- doPan(long, long) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Pans the specified map service by recalculating the WMSMap objects envelope object.
- DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary type as DOT.
- DOT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- DoubleConversion - class com.esri.aims.mtier.model.util.DoubleConversion.
- Provides simple utilities to convert between double and String.
- DoubleConversion() -
Constructor for class com.esri.aims.mtier.model.util.DoubleConversion
-
- doubleToString(boolean) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts the given Boolean to String.
- doubleToString(double) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a double to String using the default Locale and standard NumberFormat.
- doubleToString(double, int, int, int, int) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a double to String using current Locale and specified fraction
and integer lengths that are used in conjunction with a NumberFormat.
- doubleToString(double, int, int, int, int, Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a double to String using given Locale, fraction, and integer lengths
that are used in conjunction with a NumberFormat.
- doubleToString(long) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a long to String
- doUpload(HttpServletRequest) -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Used for file upload, extracts the data & the input values.
- DOWNLOADABLEDATA -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- doZoom(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Zooms to a new location of the specified map service by recalculating
the Map objects extent.
- doZoom(long) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Zooms to a new location of the specific map service by recalculating
the WMSMap objects extent.
- doZoomToExtent(Envelope) -
Method in class com.esri.aims.mtier.model.map.Map
- Resets the Map objects extent by reassigning the extent to a new Envelope object.
- doZoomToExtent(Envelope) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Resets the Map objects extent by reassigning the extent to a new Envelope object.
- doZoomToFullExtent() -
Method in class com.esri.aims.mtier.model.map.Map
- Zooms to the Map objects initial extent envelope.
- doZoomToFullExtent() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Zooms to the Map objects initial extent envelope.
E
- EAST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- EAST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- encode(byte[]) -
Static method in class com.esri.aims.mtier.model.util.Base64Encoder
- Encodes data from the given byte array and returns a String.
- encodeThumbnail(File) -
Static method in class com.esri.aims.mtier.model.metadata.Dataset
- Reads in a file, encodes it, and returns an encoded String.
- ENCODING -
Static variable in class com.esri.aims.mtier.model.axl.Util
- Defines the encoding used to parse.
- endDocument() -
Method in class com.esri.aims.mtier.model.axl.ResponseHandler
- Called after an Element is read.
- endDocument() -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of the end of the document.
- endElement(String) -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- endElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.ResponseHandler
- Called after an Element is read.
- endElement(String, String, String) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receive notification of the end of an element.
- endPrefixMapping(String) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Ends the scope of a prefix-URI mapping.
- Envelope - class com.esri.aims.mtier.model.envelope.Envelope.
- Defines an Envelope object that is used for setting extents of the map, setting
spatial queries in a FeatureLayer's Filter object, and displaying individual extents of
recordset results.
- Envelope - class com.esri.aims.mtier.model.metadata.Envelope.
- A wrapper class for a map envelope (minimum/maximum x- or y-).
- Envelope - class com.esri.aims.mtier.model.wmsmap.Envelope.
- Defines an Envelope object used for setting extents of the map.
- ENVELOPE_INTERSECTION -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- Envelope() -
Constructor for class com.esri.aims.mtier.model.envelope.Envelope
- Creates an instance of an Envelope object.
- Envelope() -
Constructor for class com.esri.aims.mtier.model.metadata.Envelope
- Constructs an instance of an Envelope object.
- Envelope() -
Constructor for class com.esri.aims.mtier.model.wmsmap.Envelope
- Creates an instance of an Envelope object.
- EnvelopeCollection - class com.esri.aims.mtier.model.metadata.query.EnvelopeCollection.
- Defines a collection of Envelopes.
- EnvelopeCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.query.EnvelopeCollection
- Constructs an instance of an EnvelopeCollection object.
- equals(Object) -
Method in class com.esri.aims.mtier.model.util.ToStringComparator
- Uses default implementation.
- EQUALTO -
Static variable in class com.esri.aims.mtier.model.metadata.query.ValueQuery
-
- ErrorAndWarningException - exception com.esri.aims.mtier.model.axl.ErrorAndWarningException.
- Thrown when an ERROR or WARNING response is received.
- ErrorAndWarningException() -
Constructor for class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Default constructor.
- Exact - class com.esri.aims.mtier.model.map.layer.renderer.Exact.
- Contains an assigned Symbol, and is used with ValueMapRenderer and
ValueMapLabelRenderer for matching exact values within a specified
field in the database.
- Exact() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Constructs an instance of an Exact object.
- execute(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Executes the query and returns the results as a DatasetCollection.
- ExtensionElementFactory - class com.esri.aims.mtier.model.axl.map.ExtensionElementFactory.
- The ExtensionElementFactory class contains methods for creating
all of the ArcXML elements associated with the different ArcIMS extensions.
- ExtensionElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.ExtensionElementFactory
- Creates an instance of an ExtensionElementFactory object.
- ExtractOutput - class com.esri.aims.mtier.model.map.output.ExtractOutput.
- Supports parameters that describe an extract response from an ArcIMS service.
- ExtractOutput() -
Constructor for class com.esri.aims.mtier.model.map.output.ExtractOutput
- Constructs a new instance of an
ExtractOutput
object.
F
- FDIAGONAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- FDIAGONAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Defines symbol type.
- FeatureCoordSys - class com.esri.aims.mtier.model.map.projection.FeatureCoordSys.
- Represents the projection coordinate system that layers in a service or a specific
service are projected to.
- FeatureCoordSys() -
Constructor for class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Constructs an instance of the
FeatureCoordSys
object.
- FeatureLayer - class com.esri.aims.mtier.model.map.layer.FeatureLayer.
- Represents an ArcIMS feature layer.
- FeatureLayer(String, String, String) -
Constructor for class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Constructs an instance of a new FeatureLayer Object.
- FEET -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- FEET -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- FEET -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Defines Buffer units.
- FileUpload - class com.esri.aims.mtier.model.util.FileUpload.
- Utility for file Upload with multipart/form-data
- FileUpload() -
Constructor for class com.esri.aims.mtier.model.util.FileUpload
-
- Filter - class com.esri.aims.mtier.model.map.layer.query.Filter.
- The Filter object contains all methods and properties needed to
perform queries, spatial queries, and buffers against a specific
ArcIMS service.
- Filter() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.Filter
- Constructs an instance of the
Filter
object.
- FilterCoordSys - class com.esri.aims.mtier.model.map.projection.FilterCoordSys.
- Represents the current coordinate system for layers in a service
or a specific service.
- FilterCoordSys() -
Constructor for class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Constructs an instance of the
FilterCoordSys
object.
- FOREGROUND -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- If type is foreground, the symbol draws a railroad with a crosshash.
- formatMessage(String, Object[]) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage(String, Object[], Locale) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage(String, String, Object[]) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage(String, String, Object[], Locale) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage0(String) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage0(String, String) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage1(String, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage1(String, String, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage2(String, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage2(String, String, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage3(String, Object, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage3(String, String, Object, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage4(String, Object, Object, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- formatMessage4(String, String, Object, Object, Object, Object) -
Static method in class com.esri.aims.mtier.resources.Res
-
- FREQUENCY -
Static variable in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Deprecated. As of ArcIMS 4.0.1 - MetadataServer does not support FREQUENCY order.
- fromMapPoint(double, double) -
Method in class com.esri.aims.mtier.model.map.Map
- Converts from database coordinate to pixel coordinate values.
- fromMapPoint(double, double) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Converts from database coordinate to pixel coordinate values.
- FULL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- FULL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- FUZZYEQUALS -
Static variable in class com.esri.aims.mtier.model.metadata.Envelope
-
- FUZZYWITHIN -
Static variable in class com.esri.aims.mtier.model.metadata.Envelope
-
G
- generateLayout() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Generates a GET_LAYOUT request to an ArcMap service to generate an ArcMap
layout.
- GEODESIC -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- GEOGRAPHIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Defines the method of calculating angles as Geographic.
- GEOGRAPHICACTIVITIES -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- GEOGRAPHICSERVICE -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- Geometry - class com.esri.aims.mtier.model.map.layer.query.Geometry.
- Contains a collection of points associated with
a given recordset.
- Geometry() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.Geometry
- Constructs an instance of a Geometry object.
- GeometryRecordset - class com.esri.aims.mtier.model.map.layer.query.GeometryRecordset.
- Represents the Geometry of features in a Recordset.
- GeometryRecordset() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.GeometryRecordset
-
- GET_EXTRACT -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- GET_FEATURE -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- GET_GEOCODE -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- GET_IMAGE -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- GET_RASTER_INFO -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- getAccess() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the access of an ArcIMS virtual server.
- getAccess() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns the access associated with this Service as PUBLIC or PRIVATE.
- getAccess() -
Method in class com.esri.aims.mtier.model.service.Service
- Returns the access type of the Services virtual server.
- getAccessInt(String) -
Static method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the integer representing the specified access string.
- getAccessInt(String) -
Static method in class com.esri.aims.mtier.model.admin.Service
- Returns the access level defined by the parameter as a static
integer.
- getAccessString() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the access of an ArcIMS virtual server as a String.
- getAccessString() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns the access of a service as a String.
- getAccuracy() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the accuracy value set by method
setAccuracy()
.
- getAcetateElement() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Returns the acetate element assigned to this object.
- getAcetateObject(int) -
Method in class com.esri.aims.mtier.model.map.layer.AcetateLayer
- Returns an
Acetate
object at given index from the objects collection.
- getAcetateObjectsCollection() -
Method in class com.esri.aims.mtier.model.map.layer.AcetateLayer
- Returns collection of all acetate layer objects.
- getAddressMatchInputs() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
AddressMatchInputs
object associated with this
FeatureLayer
.
- getAddressMatchResults() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the
AddressMatchResults
object associated with this
AddressMatchInputs
object.
- getAdminInfo(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Returns information about the type of site this is: ArcIMS, ArcSDE, both, or neither;
this is done through static constants defined in this class (SITE_CONTAINS_*).
- getAngle() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the angle associated with this NorthArrow object.
- getAngle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's angle value.
- getAngle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's angle value.
- getAngleField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's angle field value.
- getArcXML() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns a ArcXML String that will be built if a refresh() is called at that instance.
- getArrowType() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the arrow type associated with this NorthArrow object.
- getAttribute() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Returns the attribute name as string for the element.
- getAttribute() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the attribute associated with this object.
- getAttribute() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns the attribute associated with this object.
- getBackColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's background color value.
- getBackground() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Map's background color value in RGB format.
- getBackground() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the legends background color.
- getBand(int) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Bands
- Returns a Band object at given index from the collection.
- getBandNumber() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Band
- Returns the Band number value.
- getBands(int) -
Method in class com.esri.aims.mtier.model.map.layer.raster.RasterInfo
- Returns the Bands object from the RasterInfo collection.
- getBandsCount() -
Method in class com.esri.aims.mtier.model.map.layer.raster.RasterInfo
- Returns the count of all Bands objects in the RasterInfo collection.
- getBandsCount() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Bands
- Returns the count of all Band objects in the Bands collection.
- getBandValue() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Band
- Returns the Band value.
- getBarColor() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the bar color value for this ScaleBar object.
- getBarTransparency() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the transparency value for this ScaleBar object..
- getBarWidth() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the width of this ScaleBar object.
- getBaseURL() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the baseurl value for the MapOutput object.
- getBaseURL() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the baseurl value for the LayoutOutput object.
- getBaseURL() -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Returns the baseurl for this
ExtractOutput
object.
- getBeginRecord() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the beginrecord value
- getBinaryExtension() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the File extension of Binary file.
- getBlockout() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbols blockout color value.
- getBlockout() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbols blockout value.
- getBoundaryCapType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's boundary cap type value.
- getBoundaryColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's boundary color value.
- getBoundaryColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's boundary color value.
- getBoundaryJoinType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's boundary join type value.
- getBoundaryTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's transparency value.
- getBoundaryType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's boundary type value.
- getBoundaryWidth() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's boundary width value.
- getBufferDistance() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns the buffer distance.
- getBufferObject() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the Filter object's assigned Buffer object.
- getBufferRegionSymbol() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns the symbol object associated with this regional buffer layer.
- getBufferSelectionSymbol() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns the selected buffer features layers symbol object.
- getBufferTargetLayer() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns the filter objects buffer target layer.
- getBufferUnits() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns the buffer units value.
- getBundleText(String) -
Static method in class com.esri.aims.mtier.resources.Res
- obtain a message from the SDK ResourceBundle for the given key.
- getBundleText(String, Locale) -
Static method in class com.esri.aims.mtier.resources.Res
-
- getBundleText(String, String) -
Static method in class com.esri.aims.mtier.resources.Res
- obtain a message from the specified ResourceBundle for the given key.
- getBundleText(String, String, Locale) -
Static method in class com.esri.aims.mtier.resources.Res
-
- getCacheSize() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the cache size for this Recordset object.
- getCapType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's line end style.
- getCellSpacing() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the cellspacing value for the legend.
- getCharacter() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's character value.
- getChartValue(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns a ChartValue object by index.
- getChartValuesCount() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the count of all ChartValues in the chartvalues collection.
- getClauseCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the ClauseCollection associated with this Clause.
- getClauseElement() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns this object as an Element for building XML documents.
- getClauseElements() -
Method in class com.esri.aims.mtier.model.metadata.query.ClauseCollection
- Returns an array of all Clause elements in this collection.
- getCode() -
Method in class com.esri.aims.mtier.model.axl.AXLAttributeException
- Returns the code for the given exception.
- getCodePage() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Deprecated. As of ArcIMS 4.0.1, replaced by getCodePageString()
- getCodePageString() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Returns the codepage value.
- getCollectionInfoElement() -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Returns this object as an Element so that it may be used in XML documents.
- getCollectionInfoValues(CollectionInfo) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Gets the CollectionInfo for a given metadata dataset.
- getCollectionType() -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Returns the type of collection contained.
- getColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's color value.
- getColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's color value.
- getColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the HashLineSymbol's color value.
- getColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Returns the color value set for the chart segment as a RGB value.
- getColumns() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the number of legend display columns.
- getConfigContents() -
Method in class com.esri.aims.mtier.model.admin.Service
- Return the contents of the configuration file for the newly created image service.
- getConfigFile() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns the location of the configuration file as a String.
- getConnectionProxy() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the ConnectionProxy object associated with this map object.
- getConnectionProxy() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the ConnectionProxy object associated with this object.
- getConnectionsNumber() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the count of connections to this ArcSDE server.
- getConnectionType() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the current connection type setting.
- getContainerAttribute(int, String, String, String) -
Method in class com.esri.aims.mtier.model.admin.Server
- Retrieve an attribute for this container based on the type of virtual server.
- getContainerCount() -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns the number of containers associated with this monitor.
- getContainerIDs() -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns a list of the container names.
- getContainerSet() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns a set of all of the containers contained in this VirtualServer.
- getContent() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns content associated with this Dataset.
- getContent() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Returns content as an integer.
- getContentInfoValidation() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns true if CONTENT_INFO is returned as valid, false otherwise.
- getContentType() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the ContentType of the uploaded file.
- getCoordSys() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Returns the CoordSys object assigned to this Acetate object.
- getCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the CoordSys object associated with this
ImageLayer
.
- getCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
FeatureCoordSys
associated with this FeatureLayer
.
- getCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Returns the CoordSys object associated with this Raster object.
- getCount() -
Method in class com.esri.aims.mtier.model.acetate.Points
- Returns the count of Point objects in this Points collection.
- getCount() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns the count of all Layer objects in this Layers collection.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.AcetateLayer
- Returns the count of the
Acetate
objects in the acetate layer collection.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchResults
- Returns the count of all Result objects in the AddressMatchResults collection.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Returns a count of described fields in
TableDesc
.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the number of records that are actually in the Recordset at a certain time.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Records
- Returns the count of record values.
- getCount() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns a count of
ValueMapLabelRenderer
objects.
- getCount() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayers
- Returns the count of all layer objects in this collection.
- getCountry() -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Returns the country associated with this
Locale
.
- getCS() -
Method in class com.esri.aims.mtier.model.map.environment.Separators
- Returns the coordinate separator associated with this Separators object.
- getCustomAttributeKeys() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns custom attribute keys as an Enumeration.
- getCustomAttributeValue(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns a custom attribute value given a key.
- getDataBase() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace objects ArcSDE database name value.
- getDataFrame(int) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns a DataFrame object from the DataFramesCollection object.
- getDataFrameName() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the name of the dataframe associated with this map object.
- getDataFramesCount() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the count of DataFrame objects in the collection.
- getDataset() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the
Dataset
object associated with this ImageLayer
.
- getDataset() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
Dataset
associated with this FeatureLayer
.
- getDataset() -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Returns the dataset object.
- getDatumTransformID() -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Returns the Datum transformation ID
FilterCoordSys
object.
- getDatumTransformID() -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Returns the the Datum transformation ID associated with this
FeatureCoordSys
object.
- getDatumTransformID() -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Returns the datum transformation identifier for this
CoordSys
getDatumTransformString() -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Returns the Datum transformation definition string associated with this
FilterCoordSys
object.
- getDatumTransformString() -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Returns the Datum transformation definition string associated with this
FeatureCoordSys
object.
- getDatumTransformString() -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Returns the datum transformation definition string associated with this
CoordSys
object.
- getDensify() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
Densify
object associated with this FeatureLayer
.
- getDescription() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the current description of this virtual server.
- getDescription() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Retrieves the previously set ArcSDE service description.
- getDescription() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the AddressMatchInputs description field by current location.
- getDescription() -
Method in class com.esri.aims.mtier.model.metadata.User
- Retrurns the User description.
- getDirectory() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Returns the ShapeWorkspace object's directory value.
- getDirectory() -
Method in class com.esri.aims.mtier.model.workspace.ImageWorkspace
- Returns the ImageWorkspace objects directory value.
- getDisplayMessages() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns True, if requests and responses are to be written to
System.out
, False otherwise.
- getDistance() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the distance value associated with this ScaleBar object.
- getDocID() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the document ID for this Dataset.
- getDocID() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
- Returns the
docID
associated with this object.
- getDocID() -
Method in class com.esri.aims.mtier.model.metadata.query.Subset
- Returns the
docID
value of this object.
- getDocumentContent() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the document content set in this bean.
- getDocumentInfoCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the DocumentInfoCollection for this Clause.
- getDocumentInfoElement() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Returns this object as an DOCUMENTINFO element.
- getDocumentInfoElements() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection
- Returns an array of all DocumentInfo elements.
- getDPI() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the DPI(dots per square inch) for the output image.
- getDPI() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the DPI(dots per square inch) for the output image.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Envelope associated with this Map object.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the
Envelope
associated with this ImageLayer
.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
Envelope
associated with this FeatureLayer
.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the Envelope associated with the Dataset.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap object's associated Envelope object.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Returns the Layer object's Envelope object.
- getEnvelope() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getEnvelope(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the Envelope associated with this Recordset.
- getEnvelopeBuffer() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the Filter object's assigned buffer (with envelope or Spatial Object).
- getEnvelopeCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the EnvelopeCollection associated with this Clause.
- getEnvelopeCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns a count of the Envelope objects in the envelope collection.
- getEnvelopeElement() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Returns this object as an Element for use within an XML document.
- getEnvelopeElements() -
Method in class com.esri.aims.mtier.model.metadata.query.EnvelopeCollection
- Returns an array of all Envelope elements.
- getEquality() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Returns the equality value associated with this Range object.
- getEquals() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the value set for an equals query.
- getErrorCodeAt(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the error code at the given index.
- getErrorCount() -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the number of errors.
- getErrorMessageAt(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the error message at the given index.
- getException() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the associated exceptions.
- getExtension() -
Method in class com.esri.aims.mtier.model.admin.Service
-
- getExtractOutput() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns the
ExtractOutput
object containing information on the extraction.
- getFeatureClass() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns this
FeatureLayer's
feature class property.
- getFeatureCoordSys() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects associated FeatureCoordSys object.
- getFeatureCoordSys() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the FeatureCoordSys associated with this Map object.
- getFeatureCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the FeatureCoordSys object associated with this AddressMatchInputs object.
- getFeatureCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the
FeatureCoordSys
object.
- getFeatureCount() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the Feature count of this
FeatureLayer
.
- getFeatureLimit() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the featurelimit value.
- getFeaturesCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the value of attributes "count" in the ArcXML Response <FEATURECOUNT>
- getFeatureWeight() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the feature weight property associated with this
ValueMapLabelRenderer
.
- getFeatureWeight() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the feature weight set for this
SimpleLabelRenderer
object.
- getField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the field property associated with this
SimpleLabelRenderer
.
- getFieldLength(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Returns the length of the field at given index.
- getFieldName(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Returns the name of a field at given index.
- getFieldPrecision(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Returns the precision of the field at given index.
- getFieldType(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Returns the type of field at given index.
- getFieldValue(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Records
- Returns the field value at given index.
- getFieldValue(String) -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the FieldValue of the input fields.
- getFile() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the full pathname and filename for location of output file.
- getFile() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the file value associated with this LegendOutput object for the response.
- getFile() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the full pathname and filename for location of output file.
- getFile() -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Returns the full pathname and filename of the output file.
- getFileLength() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the file length of the uploaded file.
- getFilename() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the filename of the uploaded file.
- getFilepath() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the full path of the uploaded file.
- getFileType() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the output image file type.
- getFileType() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the output image file type.
- getFileType() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the output image file type.
- getFillColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's fillcolor value.
- getFillInterval() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's fill interval value.
- getFillTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's fill transparency value.
- getFillType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's fill type value.
- getFillType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Returns the GradientFillSymbol's fill type as string.
- getFilterCoordSys() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects associated FilterCoordSys object.
- getFilterCoordSys() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the FilterCoordSys object associated with this Map object.
- getFilterCoordSys() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the
FilterCoordSys
associated with this Filter
.
- getFilterObject() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
Filter
associated with this FeatureLayer
.
- getFinishColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Returns the GradientFillSymbol's finish color value.
- getFolderMask() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the folder mask.
- getFolderMask() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the
FolderMask
associated with this object.
- getFont() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the font value for the ScaleBar object.
- getFont() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the font associated with this Legend.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's font value.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's font value.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's font value.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's font value.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's font value.
- getFont() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's font value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the font color value for this ScaleBar object.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Returns the font color associated with this
UIFont
.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's font color value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's font color value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's font color value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's font color value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's font color value.
- getFontColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the font color associated with this CalloutMarkerSymbol.
- getFontName() -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Returns the font name associated with this
UIFont
.
- getFontSize() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the font size of this ScaleBar object.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Returns the font size associated with this
UIFont
.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's font size value.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's font size value.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's fontsize value.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's font size value.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's fontsize value.
- getFontSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's fontsize value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the font style associated with this Scalebar object.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Returns the font style associated with this
UIFont
.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's font style value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's fontstyle value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's font style value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's font style value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbols font style value.
- getFontStyle() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's font style value.
- getFormat() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap output format value (Example: JPEG).
- getFormat() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getFormat(int, int, int, int, Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Constructs and returns a NumberFormat with given precision parameters and Locale.
- getFromLayer() -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Returns the dataset's fromlayer property.
- getFullOutput() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the fulloutput
- getFullOutput() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the fulloutput
- getGeoIndexDir() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Returns the directory where the geocoding index is built.
- getGeoIndexDir() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace objects GEOIndex's directory value.
- getGeometry(ConnectionProxy, String, String) -
Method in class com.esri.aims.mtier.model.map.layer.query.GeometryRecordset
- Returns a Vector collection of Points, Polygon, or Polyline objects.
- getGeometry(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the Geometry object associated with this Recordset.
- getGeometryCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the count of the Geometry objects in the Geometry objects collection.
- getGlowing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's glowing color value.
- getGlowing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbols glowing color value.
- getGlowing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's glowing value.
- getGlowing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's glowing color value.
- getGnd() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the GND file value for the Dataset.
- getGndextent() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the constant that defines the gndextent.
- getGndextent() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the constant that defines the gndextent.
- getGndextentString() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the string value of the gndextent.
- getGndextentString() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the string value of the gndextent.
- getHAlignment() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's horizontal alignment value.
- getHashType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the HashLineSymbol's type value.
- getHeight() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Map's height value in pixels.
- getHeight() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the legend's height in pixels.
- getHeight() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap object's height value in pixels.
- getHiddenLayer(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the Layer at the given index from the hidden layers collection.
- getHiddenLayersCount() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns a count of all Layers in the hidden layers collection.
- getHole(int) -
Method in class com.esri.aims.mtier.model.acetate.Ring
- Returns a Hole object at given index from the Holes collection.
- getHolesCount() -
Method in class com.esri.aims.mtier.model.acetate.Ring
- Returns the count of Hole objects in the Holes collection.
- getHost() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the current hostname for the connection proxy.
- getHotSpotX() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's hotspot x value.
- getHotSpotY() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's hotspot y value.
- getHowManyLabels() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the value associated with the 'how many labels' attribute.
- getHowManyLabels() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the value of
HowManylabels
property set for this
SimpleLabelRenderer
.
- getID() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the value of the ScaleBar identifier.
- getID() -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns the ID associated with this Polygon.
- getID() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the ID associated with this Point object.
- getID() -
Method in class com.esri.aims.mtier.model.acetate.Line
- Returns the ID associated with this Line object.
- getID() -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Returns the DataFrame objects id value.
- getID() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Returns the ID asociated with this
Layer
object.
- getID() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the object ID based on the current location in collection.
- getID() -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Returns the projected or geographic coordinate system ID
associated with this
FilterCoordSys
object.
- getID() -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Returns the projected or geographic coordinate system ID of this
FeatureCoordSys
object.
- getID() -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Returns the projected or geographic coordinate system identifier for this
CoordSys
.
- getID() -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Returns the PointObjects ID value.
- getImage() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's image value.
- getImage() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's image location.
- getImage() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns the RasterFillSymbol's image value.
- getImageHeight() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects image height property value.
- getImageLimit() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the DataFramesCollection objects ImageLimit object.
- getImageLimit() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the ImageLimit object associated with this Map object.
- getImageType() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns currently defined image type as integer as set with static
variables (IMAGE_JPG, IMAGE_GIF, IMAGE_PNG, IMAGE_PNG8).
- getImageTypeInt(String) -
Static method in class com.esri.aims.mtier.model.admin.Service
- Returns the image type defined by the parameter as a static
integer.
- getImageTypeString() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns currently defined image type as String.
- getImageWidth() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects image width property value.
- getIndexStatus() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns index status.
- getInitialFeatureCoordSys() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the FeatureCoordSys associated with this Map object.
- getInstance() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace objects ArcSDE database instance value.
- getInstanceName() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the name of this ArcSDE instance.
- getInterval() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's interval value.
- getInterval() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's interval value.
- getInterval() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the distance between railroad cross hashes in pixels.
- getInterval() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the distance between the point and callout box.
- getIntialFilterCoordSys() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the FilterCoordSys object associated with this Map object.
- getIsCustom() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns true if this is a custom service, false otherwise.
- getJoinExpression() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the join expression associated with the
Filter
object.
- getJoinTable() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the table name for the table join.
- getJoinType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's joint type value.
- getLabel() -
Method in class com.esri.aims.mtier.model.acetate.Text
- Returns the label value for this object.
- getLabel() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the geocoding label associated with this
AddressMatchInputs
object.
- getLabel() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Returns the label associated with the
Other
object.
- getLabelBufferRatio() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the label buffer ratio value for the
ValueMapLabelRenderer
.
- getLabelBufferRatio() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the label buffer ratio set for this
SimpleLabelRenderer
.
- getLabelField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the label field value for this
ValueMapLabelRenderer
.
- getLabelMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's label mode value.
- getLabelMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's label mode value.
- getLabelPriorities() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the label priority set for this
ValueMapLabelRenderer
.
- getLabelPriorities() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the label priorities set for this
SimpleLabelRenderer
.
- getLabelWeight() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the label weight associated with this
ValueMapLabelRenderer
.
- getLabelWeight() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the label priority associated with this
SimpleLabelRenderer
.
- getLanguage() -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Returns the language associated with this
Locale
.
- getLayerFontSize() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the layer's fontsize value.
- getLayers() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Layers collection associated with this Map object.
- getLayers() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap object's associated Layers collection object.
- getLayers() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getLayersCollection() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns the collection of layers.
- getLayersCollection() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayers
-
- getLayoutEnvelope() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects associated envelope object.
- getLayoutObject() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the DataFramesCollection objects associated Layout object.
- getLayoutOutput() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the layout objects associated LayoutOutput object.
- getLegend() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Legend associated with this Map object.
- getLegendBaseURL() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the
legendbaseurl
property as a string.
- getLegendName() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the associated legend name as string.
- getLegendOutput() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the output object associated with the legend.
- getLegendPath() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the associated legend path as string.
- getLegendURL() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the associated legend URL.
- getLineLabelPosition() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the line label position set for this
ValueMapLabelRenderer
.
- getLineLabelPosition() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the line label position set for this
SimpleLabelRenderer
.
- getLineThickness() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the HashLineSymbol's line thickness as pixels.
- getLineType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's line type value.
- getLocale() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the DataFramesCollection objects Locale object.
- getLocale() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Locale object associated with this Map object.
- getLookupField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Returns the
ValueMapRenderer
objects lookup field value.
- getLookupField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the lookup field value for the
ValueMapLabelRenderer
.
- getLookUpField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Returns the lookup field for the chart segment.
- getLower() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Returns the lower value associated with this object.
- getLower() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Returns the minimum scale associated with this
ScaleDependentRenderer
.
- getLower() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Returns the lower value associated with this Range object.
- getLower() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Returns the minimum value for drawing the segment.
- getLowerBound() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the value set for a lower bound query.
- getMap() -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Returns the DataFrame objects associated Map object.
- getMapOutput() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Output object associated with this Map object.
- getMapUnits() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the map units associated with this ScaleBar object.
- getMapUnits() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the map units associated with this Map object.
- getMapUrl() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the Map URL for the image.
- getMarkerType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's type value.
- getMaxCandidates() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the maximum number of result candidates value.
- getMaxResults() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the maximum number of results that can be returned by the server.
- getMaxResults() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the maximum number of results that can be returned by the server.
- getMaxScale() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Returns the maximum scale value of the Layer object.
- getMaxSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the maximum size of chart associated with this ChartSymbol.
- getMaxValue() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's maxvalue.
- getMaxX() -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Returns the Envelope object's maximum x coordinate value.
- getMaxX() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Gets the maximum X- value.
- getMaxX() -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Returns the Envelope objects maximum x coordinate value.
- getMaxY() -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Returns the Envelope object's maximum y coordinate value.
- getMaxY() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Gets the maximum Y- value.
- getMaxY() -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Returns the Envelope objects maximum y coordinate value.
- getMetadataChildElement() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
- Returns the METADATA_CHILD Element.
- getMetadataChildElements() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection
- Returns an array of metadata child elements.
- getMetadataDocument(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns dataset associated with this docid.
- getMetadataRelationshipCollection() -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Returns the MetadataRelationshipCollection associated with this object.
- getMetadataSiblingElement() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
- Returns the METADATA_SIBLING Element.
- getMetadataSiblingElements() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection
- Returns an array of metadata sibling elements.
- getMethod() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Returns the method associated with the Exact object.
- getMinScale() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Returns the minimum scale value of the Layer object.
- getMinScore() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the minimum geocode scoring value.
- getMinSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's minimum size value.
- getMinSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's minsize value.
- getMinValue() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbols minvalue.
- getMinX() -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Returns the Envelope object's minimum x coordinate value.
- getMinX() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Returns the minimum X- value.
- getMinX() -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Returns the Envelope objects minimum x coordinate value.
- getMinY() -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Returns the Envelope object's minimum y coordinate value.
- getMinY() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Returns the minimum Y- value.
- getMinY() -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Returns the Envelope objects minimum y coordinate value.
- getMode() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the mode value.
- getMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the type of chart associated with this ChartSymbol.
- getMonitors(ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.Monitor
- Returns a Vector of Monitor names as strings for the given connection
- getName() -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns the name string associated with this Polygon object.
- getName() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the name string associated with this Point object.
- getName() -
Method in class com.esri.aims.mtier.model.acetate.Line
- Returns the Line object's name value.
- getName() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the name of the virtual server.
- getName() -
Method in class com.esri.aims.mtier.model.admin.Service
- Used to get service name.
- getName() -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns the name of this Server.
- getName() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the name string of this ArcSDE server.
- getName() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Returns the name of the
Layer
object.
- getName() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the ExtractOutput object's extract file name value.
- getName() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the LayoutOutput object's extract file name value.
- getName() -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Returns the extract file name associated with this
ExtractOutput
object.
- getName() -
Method in class com.esri.aims.mtier.model.metadata.User
- Returns the name of the current User.
- getName() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the Dataset name string.
- getName() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Returns the name value of this object.
- getName() -
Method in class com.esri.aims.mtier.model.service.Service
- Returns the name of the ArcIMS MapService.
- getName() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Returns the Layer Name.
- getName() -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Returns the PointObjects name value.
- getName() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Returns the ShapeWorkspace object's name value.
- getName() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace object's name value.
- getName() -
Method in class com.esri.aims.mtier.model.workspace.ImageWorkspace
- Returns the ImageWorkspace object's name value.
- getName() -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Returns the name of the file system's dataset that is being drawn as a dynamic layer.
- getNode() -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Returns the associated node as string.
- getNotEquals() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the value set for an notequalto query.
- getNumConnections() -
Method in class com.esri.aims.mtier.model.admin.SdeStatus
- Returns the number of active connections to an ArcSDE Application Server.
- getNumResults() -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Returns the number of results in this collecion
- getObject() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Deprecated. As of ArcIMS 4.0.1, replaced by
Acetate.getAcetateElement()
- getObject(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Returns a
ValueMapRenderer
object from the ValueMapRenderer
collection.
- getObject(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the
ValueMapLabelRenderer
at given index from the
ValueMapLabelRenderer
collection.
- getOnlineResource() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getOnLink() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the onlink value of the dataset.
- getOpAsString() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Returns the spatial operator as a string.
- getOperator() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the operator for this Clause.
- getOperator() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the operator value.
- getOperatorString() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the string value of the operator type.
- getOperatorString() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the string value of the operator.
- getOrderBy() -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Returns the order by value.
- getOutline() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the outline color for this ScaleBar object.
- getOutline() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the outline color associated with this NorthArrow object.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's outline color value.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's outline color value.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's outline value.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's outline value.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's outline color value.
- getOutline() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's outline color value.
- getOutputCleanup() -
Method in class com.esri.aims.mtier.model.admin.Service
- Gets the output cleanup interval.
- getOutputCleanupString() -
Method in class com.esri.aims.mtier.model.admin.Service
- Gets the output cleanup interval as a String.
- getOutputDir() -
Method in class com.esri.aims.mtier.model.admin.Service
- Gets the output directory.
- getOutputURL() -
Method in class com.esri.aims.mtier.model.admin.Service
- Gets the output URL.
- getOutputURL() -
Method in class com.esri.aims.mtier.model.map.output.Output
- Returns the request output URL associated with this Output object.
- getOwner() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the owner value.
- getOwner() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Returns the owner for this object.
- getPageUnits() -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Returns the Layout objects page units value.
- getParent() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns parent Dataset if it has been set.
- getParentDocId() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the parent DocID for this Dataset.
- getParser() -
Method in class com.esri.aims.mtier.model.axl.map.ArcXMLReader
- Creates the XML parser being used by the JSP Connector.
- getPassword() -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- getPassword() -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- getPassword() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the password used for authentication.
- getPassword() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the password string associated with this ArcSDE server.
- getPassword() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace objects ArcSDE database password value.
- getPath() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the MapOutput file path value from the response.
- getPath() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the LayoutOutput objects path value.
- getPath() -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Returns the file path of this
ExtractOutput
object from the response.
- getPath(int) -
Method in class com.esri.aims.mtier.model.acetate.Polyline
- Returns a Path object by index from this collection.
- getPathCount() -
Method in class com.esri.aims.mtier.model.acetate.Polyline
- Returns the count of Path objects in this collection.
- getPid() -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Returns the associated server process ID.
- getPixelCount() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns the maximum pixel count per image generated by this service.
- getPixelCount() -
Method in class com.esri.aims.mtier.model.map.environment.ImageLimit
- Returns the pixel count value of this
ImageLimit
object.
- getPixelCountString() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns the maximum pixel count per image generated by this service as a String.
- getPointObject() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.Result
- Returns the PointObject associated with this Result object.
- getPointObject(int) -
Method in class com.esri.aims.mtier.model.acetate.Points
- Returns the Point object at given index from this Points collection.
- getPointObject(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
- Returns a Point object at given index from a Points collection.
- getPoints() -
Method in class com.esri.aims.mtier.model.acetate.Ring
- Returns the Point object associated with this Ring object.
- getPoints() -
Method in class com.esri.aims.mtier.model.acetate.Path
- Returns the Points object associated with this Path object.
- getPoints() -
Method in class com.esri.aims.mtier.model.acetate.Line
- Returns the Points object associated with this Line object.
- getPoints() -
Method in class com.esri.aims.mtier.model.acetate.Hole
- Returns the Points object associated with this Hole.
- getPoints() -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
- Returns a Points collection object containing all geometry points.
- getPort() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the current port of the host machine that is used to send requests.
- getPort() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns an ArcSDE server port value.
- getPrecision() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the precision value associated with this ScaleBar object.
- getPrintHeight() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the height of the output image in pixels.
- getPrintMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's print mode value.
- getPrintMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's print mode value.
- getPrintMode() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's print mode value.
- getPrintWidth() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the width of the output image in pixels.
- GetProp - class com.esri.aims.mtier.model.metadata.GetProp.
- Reads the data from the properties file.
- GetProp() -
Constructor for class com.esri.aims.mtier.model.metadata.GetProp
-
- getProp(String) -
Static method in class com.esri.aims.mtier.model.metadata.GetProp
- Reads all the entries from a Properties file and stores it in Hashtable.
- getProperties(Class, String) -
Static method in class com.esri.aims.mtier.resources.Res
- obtain a Properties set that is associated with a particular class.
- getRasterID() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Bands
- Returns the raster ID property value.
- getRasterInfo() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the ImageLayer's RasterInfo object.
- getRasterObject() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the
RasterObject
associated with this ImageLayer
.
- getRealm() -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- getRealm() -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- getRecords(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the Records object at given index in this Recordset.
- getRecordset() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the
Recordset
associated with this FeatureLayer
.
- getRecyclingFrequency() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the recycling frequency of a virtual server.
- getRecyclingHour() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the recycling hour of a virtual server.
- getRecyclingMinute() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the recycling minute of a virtual server.
- getRefCount() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the reference count.
- getRelation() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the filter relation string.
- getRelationshipType() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the relationship type associated with this object.
- getRelationshipTypeString() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the relationship type associated with this object as an user-readable
string.
- getRelease() -
Method in class com.esri.aims.mtier.model.admin.SdeStatus
- Returns the release number of the ArcSDE server.
- getRelease() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns a string containing the ArcSDE release number.
- getRenderer() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the Renderer object associated with this
FeatureLayer
.
- getRenderer() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Returns the
Renderer
associated with this ScaleDependentRenderer
.
- getRenderersCount() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
- Returns the count of Renderers in this GroupRenderer object's collection.
- getResult(int) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchResults
- Returns the Result object at given index from the AddressMatchResults collection.
- getResultsCollection() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchResults
- Returns the Result object associated with this AddressMatchResults collection.
- getRetrievableDataFrameName() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- getRF() -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Returns Scale relative factor.
- getRing(int) -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns a Ring object by index from this collection.
- getRingsCount() -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns the count of Ring objects in this collection.
- getRole() -
Method in class com.esri.aims.mtier.model.metadata.User
- Returns the User role for this object.
- getRoles() -
Method in class com.esri.aims.mtier.auth.Authenticate
- Returns the rolesgetRootDataset() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the root dataset of a metadata database.
- getRotateMethod() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's rotate method value.
- getRotationalAngles() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the rotational angles associated with this
ValueMapLabelRenderer
.
- getRotationalAngles() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the rotational angle property.
- getRound() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the round value associated with this ScaleBar object.
- getScale() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns Scale associated with a dataframe.
- getScaleUnits() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the scale units for this ScaleBar object.
- getScientificFormat(NumberFormat, Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Constructs and returns a NumberFormat that can be used for formatting
decimal values into scientific notation.
- getScore() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.Result
- Returns the geocode result score, or the level of accuracy associated
with this Result object.
- getScreenLength() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the screen length value for this ScaleBar object.
- getSdeAdminDatabase() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the name string of the Admin database.
- getSdeConnection(int) -
Method in class com.esri.aims.mtier.model.admin.SdeConnections
- Returns the ArcSDE connection at given index.
- getSdeServer(int) -
Method in class com.esri.aims.mtier.model.admin.SdeServersCollection
- Returns the ArcSDE server at given index.
- getSearchOrder() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the search order string associated with the
Filter
object.
- getSemanticPairCollection() -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Returns the SemanticPairCollection object associated with this object.
- getSemanticPairElement() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Returns this object as an SEMANTIC_PAIR element.
- getSemanticPairElements() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPairCollection
- Returns an array of SemanticPair elements.
- getSeparators() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the DataFramesCollection objects Separators object.
- getSeparators() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Separators object associated with this Map object.
- getServer() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the server value for the Dataset.
- getServer() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SDEWorkspace objects server name value.
- getServer(int) -
Method in class com.esri.aims.mtier.model.admin.ServerCollection
- Returns a Server at given index, but does not remove it from the collection.
- getServer(String, ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.Server
- Returns a Server for the given
monitorName
and
ConnnectionProxy
.
- getServers(ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.ServerCollection
- Returns a ServerCollection object which is a collection of all Services running
on the machine defined by the connection.
- getServerStartTime() -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Returns the server start time as string.
- getService() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the name of the service which is currently being used to access the
defined host machine.
- getService() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the Servicename for the Dataset.
- getService(int) -
Method in class com.esri.aims.mtier.model.admin.ServiceCollection
- Returns, but does not remove, a service from the collection.
- getService(int) -
Method in class com.esri.aims.mtier.model.service.Services
- Returns a Service object by index from the services collection.
- getService(String, ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.Service
- Returns a Service object representing the service of the given name on
the site defined by the connnection.
- getServiceGroup() -
Method in class com.esri.aims.mtier.model.service.Service
- Returns the name of the service group that the service belongs to.
- getServiceInfo() -
Method in class com.esri.aims.mtier.model.map.Map
- Return the response information from ArcXML request GET_SERVICE_INFO as a InputStream
- getServiceName() -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- getServiceName() -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- getServiceName() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap serviceName.
- getServiceProxy() -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- getServiceProxy() -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- getServices(ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.ServiceCollection
- Returns a collection of all services running
on the machine as defined by the connection.
- getServices(String, int, String, String) -
Method in class com.esri.aims.mtier.model.service.Services
- Gets a list of services from a given ArcIMS Application Server / TCP.
- getServices(URL, String, String) -
Method in class com.esri.aims.mtier.model.service.Services
- Gets a list of services from a given ArcIMS Application Server / HTTP.
- getServicesCount() -
Method in class com.esri.aims.mtier.model.service.Services
- Remove the count of Service objects in the collection.
- getServiceType() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the service type of the Dataset.
- getShadow() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the shadow color associated with this NorthArrow object.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbols shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's shadow value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's shadow color value.
- getShadow() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the CalloutMarkerSymbol's shadow color value.
- getShieldType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns the ShieldSymbol's type value.
- getSiteProperties(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Returns all site properties.
- getSiteProperty(String, ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Returns a site property with the given name string.
- getSize() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the size associated with this NorthArrow object.
- getSize() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's size value.
- getSizeField() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's sizefield value.
- getSizeX() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol size x value.
- getSizeY() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's size y value.
- getSort() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the constant that defines the sort type before batching.
- getSort() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the constant that defines the sort type before batching.
- getSort2() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the constant that defines the sort type after batching.
- getSort2() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the constant that defines the sort type after batching.
- getSort2String() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the string value of the sort type used after batching.
- getSort2String() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the String value of the sort type used after batching.
- getSortString() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the String value of the sort type used before batching.
- getSortString() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the String value of the sort type used before batching.
- getSpatialObject() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Deprecated. As of ArcIMS 4.0.1, replaced by
Filter.getSpatialShape()
- getSpatialOperator() -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Returns the spatial operator as an integer.
- getSpatialShape() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns Shape(Points,Line,Polygon and Envelope) specified in a spatial filter
- getSplitText() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the
splitText
value.
- getSRS() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap SRS.
- getSRS() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Returns the Layer SRS.
- getSRS() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getStandardFormat(Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Constructs a NumberFormat for given locale, using the following parameters:
maxFractionDigits = 20,
minFractionDigits = 1,
maxIntegerDigits = 20,
minIntegerDigits = 1.
- getStartColor() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Returns the GradientFillSymbol's start color value.
- getStartResult() -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Returns the start result index.
- getStartResults() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the start results as an integer value.
- getStartResults() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the previously set value for
StartResults
.
- getStartupProperties(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Returns all site startup properties from the AppServer.
- getStatus() -
Method in class com.esri.aims.mtier.model.admin.SdeStatus
- Returns the current status of an ArcSDE Server - RUNNING, SHUTDOWN, PAUSED.
- getStatus() -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the status of the current ArcSDE Server.
- getStatus() -
Method in class com.esri.aims.mtier.model.service.Service
- Returns the status value for the ArcIMS MapService.
- getStream() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns map image in raw bytes.
- getStream() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the raw bytes associated with this Legend image.
- getStreamType() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the file type of streamed map raw bytes.
- getStreamType() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the Legend's raw bytes image type.
- getString() -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Returns the the projected or geographic coordinate system definition string for this
FilterCoordSys
object.
- getString() -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Returns the projected or geographic coordinate system definition string
associated with this
FeatureCoordSys
object.
- getString() -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Returns the projected or geographic coordinate system definition string
associated with this
CoordSys
object.
- getStyle() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the geocoding style associated with this
AddressMatchInputs
object.
- getStyle() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Returns the Layer style.
- getSubField(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the subfields string associated with this
Filter
object.
- getSubFieldsCount() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the count of all subfields values from the subfields collection.
- getSubset(Dataset) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Retrns the subsets the given dataset.
- getSubsetCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the SubsetCollection for this Clause.
- getSubsetElement() -
Method in class com.esri.aims.mtier.model.metadata.query.Subset
- Returns this object as a Subset element.
- getSubsetElements() -
Method in class com.esri.aims.mtier.model.metadata.query.SubsetCollection
- Returns an array of all Subsets elements in this collection.
- getSwatchHeight() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the swatch height value for the legend.
- getSwatchWidth() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the swatch width value for the legend.
- getSymbol() -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns the symbol object associated with this Polygon object.
- getSymbol() -
Method in class com.esri.aims.mtier.model.acetate.Points
- Returns the symbol object associated with this Points object.
- getSymbol() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the symbol associated with this Point object.
- getSymbol() -
Method in class com.esri.aims.mtier.model.acetate.Line
- Returns the symbol object assigned to this Line object.
- getSymbol() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Returns the
Symbol
associated with this Other
object.
- getSymbol() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleRenderer
- Returns the
Symbol
associated with this SimpleRenderer
.
- getSymbol() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the
Symbol
associated with this SimpleLabelRenderer
.
- getSysName() -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
-
- getTableDesc() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the TableDesc associated with this Recordset object.
- getTag() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Returns the location of an element inside an XML tree.
- getTag() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the tag value associated with this object.
- getTag() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns the tag value for this object.
- getTagPath() -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Returns the tag path for this object.
- getTextMarkerSymbol() -
Method in class com.esri.aims.mtier.model.acetate.Text
- Returns the TextMarkerSymbol associated with this Text object.
- getTextPosition() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's text position value.
- getTextQueryCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the TextQueryCollection for this Clause.
- getTextQueryElement() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns this object as an TAGTEXT element.
- getTextQueryElements() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQueryCollection
- Returns an array of all TextQuery elements found in this collection.
- getTextTransparency() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the text transparency value associated with this ScaleBar object.
- getThreadsForContainer(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the current number of threads associated with a given container.
- getThumbnail() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns encoded thumbnail data String.
- getTickThickness() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the HashLineSymbol's tick thickness as pixels.
- getTimeStamp() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the timestamp of the Dataset as a String.
- getTitle() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the title value for this legend.
- getTitle() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Returns the Layer title.
- getTitleFontSize() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the title font size associated with this legend.
- getTOC() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- getTOCType() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- getTolerance() -
Method in class com.esri.aims.mtier.model.map.projection.Densify
- Returns the tolerance value associated with this
Densify
object.
- getTotal() -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Returns the total number of results for a given query.
- getTransColor() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Map objects transparency color property value in RGB format.
- getTransColor() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the transparency color value for the legend.
- getTransColor() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the ImageLayer object's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the transparency value associated with this NorthArrow object.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns the percentage value of transparency set for this
ImageLayer
.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Returns the TrueTypeMarkerSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns the TextSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns the SimplePolygonSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns the RasterFillSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the HashLineSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Returns the GradientFillSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the ChartSymbol's transparency value.
- getTransparency() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the transparency value associated with this CalloutMarkerSymbol.
- getTS() -
Method in class com.esri.aims.mtier.model.map.environment.Separators
- Returns the tuple separator value associated with this Separators object.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Text
-
- getType() -
Method in interface com.esri.aims.mtier.model.acetate.Shape
-
- getType() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the type of acetate object.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Returns the name string that defines the type of this acetate object.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Points
- Returns the type of acetate object, 'Points'.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the type of acetate object this class represents, 'Point'.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Object
- Returns the type of Acetate object this class represents.
- getType() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the acetate object type as 'NorthArrow'.
- getType() -
Method in interface com.esri.aims.mtier.model.acetate.MapSurroundings
-
- getType() -
Method in class com.esri.aims.mtier.model.acetate.Line
- Returns a name string that defines the type of this acetate object.
- getType() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the type of virtual server.
- getType() -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Returns a name string that defines the type of this Shape.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Returns a name string that describes the layer type.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns the type of Layer, "Feature".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.AcetateLayer
- Returns a name string that describes the Layer type.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the type field associated with this
AddressMatchInputs
object.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Returns object type as string,"ValueMap".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Returns the name string that defines the renderer type.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Returns the name string defining the type of Renderer.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleRenderer
- Returns the type of Renderer, "Simple".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Returns the type of Renderer, "SimpleLabel".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Returns the type of Renderer as 'ScaleDependent'.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Renderer
- Returns the type of Renderer as string.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Returns the object type as string.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Other
- Returns the Renderer type as string.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
- Returns the type of Renderer, "Group".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Returns the name string defining the type of Renderer.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.Symbol
- Abstract method returns the type of symbol that the Symbol object represents.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the type of symbol, "RasterShield".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the type of symbol, "RasterMarker".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns the name string that defines the type of symbol.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the type of symbol, "HashLine".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Returns name string defining the type of symbol.
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Returns the type of Symbol, "Chart".
- getType() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Returns the type of symbol, "CalloutMarker".
- getType() -
Method in class com.esri.aims.mtier.model.map.output.Output
- Returns the type of Output object as name string.
- getType() -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Returns the type of Output, "Map".
- getType() -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Returns the name string defining the type of Output object.
- getType() -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Returns the type of Output object, "Layout".
- getType() -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Returns the output file type as string.
- getType() -
Method in class com.esri.aims.mtier.model.metadata.query.Subset
- Returns the type for this object.
- getType() -
Method in class com.esri.aims.mtier.model.service.Service
- Returns the type value for the ArcIMS MapService.
- getType() -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
-
- getType() -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Returns the dataset's type.
- getUIFont() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns the DataFramesCollection objects UIFont object.
- getUIFont() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the UIFont object associated with this Map object.
- getUnits() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Returns the Acetate object's units value.
- getUpdated() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns time updated as a String.
- getUpdatedAfter() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the updated after value.
- getUpdatedAfter() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the updated afer value.
- getUpdatedBefore() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the updated before value.
- getUpdatedBefore() -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Returns the updated before value.
- getUploadedFile() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the contents of the uploaded file as a string.
- getUploadedFileAsStream() -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the contents of the uploaded file as inputstream.
- getUploadedFileAsStream(String) -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Returns the contents of the uploaded file as inputstream.
- getUpper() -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Returns the upper value associated with this object.
- getUpper() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Returns the maximum scale associated with this
ScaleDependentRenderer
.
- getUpper() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Returns the upper value of range set for this Range object.
- getUpper() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Returns the maximum value for drawing the segment.
- getUpperBound() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the value set for an upper bound query.
- getUrl() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the defined URL.
- getUrl() -
Method in class com.esri.aims.mtier.model.metadata.User
- Returns the User URL value.
- getUrl() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns the URL value for the Dataset.
- getURL() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns the RasterShieldSymbol's URL value.
- getURL() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns the RasterMarkerSymbol's URL location.
- getURL() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns the RasterFillSymbol's URL value.
- getURL() -
Method in class com.esri.aims.mtier.model.map.output.Output
- Returns the response URL associated with this Output object.
- getUser() -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Returns the user name associated with this connection.
- getUser() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns the SdeWorkspace objects ArcSDE database user name value.
- getUser(String) -
Static method in class com.esri.aims.mtier.model.metadata.User
- Returns the specified user object.
- getUsername() -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- getUsername() -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- getUsername() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Returns the username used for authentication.
- getUUID(ConnectionProxy, String) -
Method in class com.esri.aims.mtier.model.metadata.publish.UUID
- Returns the specified number of UUID (unique IDs) from the metadata server.
- getVAlignment() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns the TextMarkerSymbol's vertical alignment value.
- getValue() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.Result
- Returns the value associated with this Result object.
- getValue() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the values associated with this
AddressMatchInputs
object
from the values collection at the current index location.
- getValue() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Returns the value parameter associated with this Exact object.
- getValue() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Returns the chart segment value.
- getValue(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Parsing
- Returns the contents of the Node specified by the given XPATH.
- getValueFontSize() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the layer value's font size.
- getValueQueryCollection() -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Returns the VvalueQueryCollection for this Clause.
- getValueQueryElement() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the TagValueElement for this object.
- getValueQueryElements() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQueryCollection
- Returns an array of all ValueQuery elements in this collection.
- getValuesCount() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns the count of all values in the collection.
- getVariant() -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Returns the variant value associated with this
Locale
.
- getVersion() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Returns the version of an image server.
- getVersion() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap version.
- getVersion() -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- getVirtualServer(int) -
Method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Gets a VirtualServer at a given index.
- getVirtualServer(String, ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.VirtualServer
- Given the ConnectionProxy, this method returns the specified VirtualServer object
that represents the VirtualServer in the site AppServer.
- getVirtualServerAccess(String, String) -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns the access level for a VirtualServer.
- getVirtualServerInfo() -
Method in class com.esri.aims.mtier.model.admin.Service
- Used to get the name of the virtualServer.
- getVirtualServerName() -
Method in class com.esri.aims.mtier.model.admin.Service
- Used to get the name of the virtualServer.
- getVirtualServers(ConnectionProxy) -
Static method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- This method is used to return a VirtualServerCollection that represents all
of the VirtualServers on an site.
- getVirtualServerTypes() -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns the VirtualServer types associated with this object.
- getVirtualServerTypesOfAccess(int) -
Method in class com.esri.aims.mtier.model.admin.Server
- Returns VirtualServer types for a given access.
- getWarningCodeAt(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the warning code at the given index.
- getWarningCount() -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the number of warnings.
- getWarningMessageAt(int) -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns the warning message at the given index.
- getWarnings() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
-
- getWhereExpression() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the
Filter
objects 'Where' expression.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the Map's width value in pixels.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns the legend's width in pixels.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Returns this AddressMatchInputs width field from the width collection.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns the SimpleMarkerSymbol's width value.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns the SimpleLineSymbol's width value.
- getWidth() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns the width of the crosshash in pixels.
- getWidth() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Returns the WMSMap object's width value in pixels.
- getWord() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns the value for a word search.
- getWorkspace(int) -
Method in class com.esri.aims.mtier.model.map.Map
- Returns a workspace object by index.
- getWorkspaceCount() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns the number of workspace objects associated with the Map.
- getWorkspaceName() -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Returns the workspace object's name value.
- getX() -
Method in class com.esri.aims.mtier.model.acetate.Text
- Returns the X- coordinate value associated with this Text object.
- getX() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the X- coordinate value for this ScaleBar object.
- getX() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the x- coordinate location for this Point object.
- getX() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the x-coordinate location of this NorthArrow object.
- getX() -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Returns Scale X-coordinate.
- getX() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Returns the x coordinate value of the Raster object.
- getX() -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Returns the PointObjects x coordinate location value.
- getY() -
Method in class com.esri.aims.mtier.model.acetate.Text
- Returns the Y- coordinate value for thsi Text object.
- getY() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns the Y- coordinate value of this ScaleBar object.
- getY() -
Method in class com.esri.aims.mtier.model.acetate.Point
- Returns the y- coordinate location for this Point object.
- getY() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns the y-coordinate location of this NorthArrow object.
- getY() -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Returns Scale Y-coordinate.
- getY() -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Returns the y coordinate value of the Raster object.
- getY() -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Returns the PointObjects y coordinate location value.
- getZcode() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Returns the numeric code defining semantics from the GEO Attribute set.
- getZCode() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Returns the z code value of this object.
- getZCode() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns the z code value of this object.
- getZCode() -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Returns the zCode.
- GLOBALAREA_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- GLOBALAREA_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- GradientFillSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol.
- This object assigns color gradients as symbols to
FeatureLayers.
- GradientFillSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Constructs an instance of the GradientFillSymbol object.
- GRAY -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- GREATERTHAN -
Static variable in class com.esri.aims.mtier.model.metadata.query.ValueQuery
-
- GREATERTHANOREQUALTO -
Static variable in class com.esri.aims.mtier.model.metadata.query.ValueQuery
-
- GroupRenderer - class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer.
- Contains a collection of different Renderer objects.
- GroupRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
- Constructs an instance of a GroupRenderer object.
H
- hasErrors() -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns true if errors were found.
- HashLineSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol.
- This is a Line object used for drawing railroad symbols.
- HashLineSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Constructs an instance of a HashLineSymbol.
- hasWarnings() -
Method in class com.esri.aims.mtier.model.axl.ErrorAndWarningException
- Returns true if the WARNINGs were found.
- hideLayer(Object) -
Method in class com.esri.aims.mtier.model.map.Legend
- Adds the given Layer to the hidden layers collection.
- HIGH_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Defines that the feature has high importance and cannot be labeled over.
- HIGH_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Defines that the feature has high importance and cannot be labeled over.
- Hole - class com.esri.aims.mtier.model.acetate.Hole.
- Provides the x, y coordinate locations for holes inside a polygon feature.
- Hole() -
Constructor for class com.esri.aims.mtier.model.acetate.Hole
- Constructs an instance of a Hole object.
- HORIZONTAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- HORIZONTAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Defines symbol type.
- HTTP -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Defines a HTTP connection type.
- HTTP_ADMIN -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Defines a HTTP connection for administrative requests.
I
- ignorableWhitespace(char[], int, int) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of ignorable whitespace in element content.
- ILLEGAL_ATTRIBUTE -
Static variable in class com.esri.aims.mtier.model.axl.AXLAttributeException
- Code to indicate that the exception is due to an illegal AXL attribute.
- ILLEGAL_ATTRIBUTE_VALUE -
Static variable in class com.esri.aims.mtier.model.axl.AXLAttributeException
- Code to indicate that the exception is due to an illegal value
associated with an AXL attribute.
- IMAGE_BMP -
Static variable in class com.esri.aims.mtier.model.admin.Service
- Defines IMAGE_TYPE as BMP.
- IMAGE_GIF -
Static variable in class com.esri.aims.mtier.model.admin.Service
- Defines IMAGE_TYPE as GIF.
- IMAGE_JPG -
Static variable in class com.esri.aims.mtier.model.admin.Service
- Defines IMAGE_TYPE as JPEG.
- IMAGE_PNG -
Static variable in class com.esri.aims.mtier.model.admin.Service
- Defines IMAGE_TYPE as PNG.
- IMAGE_PNG8 -
Static variable in class com.esri.aims.mtier.model.admin.Service
- Defines IMAGE_TYPE as PNG8.
- ImageLayer - class com.esri.aims.mtier.model.map.layer.ImageLayer.
- Implements an ArcIMS image layer.
- ImageLayer(String, String, String) -
Constructor for class com.esri.aims.mtier.model.map.layer.ImageLayer
- Constructs an instance of
ImageLayer
with given values.
- ImageLimit - class com.esri.aims.mtier.model.map.environment.ImageLimit.
- Holds the maximum allowable value of an output map in the total pixels available.
- ImageLimit() -
Constructor for class com.esri.aims.mtier.model.map.environment.ImageLimit
- Constructs an instance of an
ImageLimit
object.
- ImageWorkspace - class com.esri.aims.mtier.model.workspace.ImageWorkspace.
- The ImageWorkspace object specifies a workspace for image files.
- ImageWorkspace() -
Constructor for class com.esri.aims.mtier.model.workspace.ImageWorkspace
- Constructs an instance of a ImageWorkspace object.
- indexOfServer(Server) -
Method in class com.esri.aims.mtier.model.admin.ServerCollection
- Returns the index of the given Server in the collection.
- indexOfService(Service) -
Method in class com.esri.aims.mtier.model.admin.ServiceCollection
- Returns the index of the given service in the collection.
- indexOfVirtualServer(VirtualServer) -
Method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Returns the index of a given VirtualServer.
- initMap(ConnectionProxy, long, boolean, boolean, boolean, boolean) -
Method in class com.esri.aims.mtier.model.map.Map
- Initializes a Map object for a certain map service based on the ConnectionProxy.
- initMap(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Initializes the WmsMap object.
- InputStreamToString - class com.esri.aims.mtier.model.util.InputStreamToString.
- Converts an InputStream Object to a String object.
- InputStreamToString() -
Constructor for class com.esri.aims.mtier.model.util.InputStreamToString
-
- insert(Object, int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Inserts a Layer at specified location in the Layers collection.
- insertPoints(Point, int) -
Method in class com.esri.aims.mtier.model.acetate.Points
- Inserts a Point object into the Points collection at the specified index.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns true if the antialiasing value is set to true.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns True if the antialiasing value is set to true.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns 'True' if antialiasing is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Determines if the TrueTypeMarkerSymbol's antialiasing value is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Returns True if TextSymbol's antialiasing value is set to True.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns true if the TextMarkerSymbol's transparency value is set to true.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns True if the SimplePolygonSymbol's antialiasing value is set to True.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns true if the SimpleMarkerSymbol's antialiasing value is set to true.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns True if the SimpleLineSymbol's antialiasing value is set to True.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Returns True, if ShieldSymbol's antialiasing value has been set to True.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Returns True if RasterShieldSymbol's antialiasing value is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns True, if RasterMarkerSymbol's antialiasing value is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns True if the RasterFillSymbol's antialiasing value is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Returns true, if the HashLineSymbol's antialiasing value is true.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Determines if the GradientFillSymbol's antialiasing method is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Determines if the ChartSymbol's
antialiasing
method is set.
- isAntialiasing() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Determines if the antialiasing property is set as active.
- isArcMapLayerVisible() -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Returns the flag for the ability to change layers visibility
associated with a dataframe.
- isArcMapScale() -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Returns the flag for the ability to change scale associated with dataframe.
- isAuthenticateAble() -
Method in class com.esri.aims.mtier.auth.Authenticate
- Determines if authentication is set.
- isAutoExtend() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns 'True' if the
autoextend
property is set to true.
- isAutoResize() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns autoresize associated with a Layout.
- isAutoResize() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns autoresize associated with a Map.
- isBoundary() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns True if the SimplePolygonSymbol's boundary value is set to True.
- isBoundingEnvelope() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns 'True', if the
setBoundingEnvelope
method was set to 'True'.
- isBufferRegion() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns true if the bufferRegion argument within the createBufferImage method was set to true.
- isCanSplit() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns 'True' if
canSplit
was set.
- isCheckesc() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns 'True', if inclusion of escaped characters have been enabled.
- isCreateBufferImage() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns true if the argument within the createBufferImage method is set to true.
- isDisplay() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns 'True' if
Display
property is set.
- isDrawMap() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns 'True', if the
DrawMap
method was set.
- isDynamicFirst() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns 'True' if the
setDynamicFirst
method is set to 'True'.
- isEncrypted() -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Returns true if the password encryption property is set to true.
- isExtract() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns true if the Map object's setExtract method is set to true.
- isExtractable() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- true when method setExtractable() is set to true.
- isFolder() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- True if this Dataset is a folder, false otherwise.
- isFullText() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Returns true if this text query is set to use a FULLTEXT search or not.
- isGeometry() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns 'True' if geometry has been set.
- isGlobalEnvelope() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns 'True', if the
setGlobalEnvelope
method is set to 'True'.
- isHasChildren() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns true if the Dataset has children, false otherwise.
- isHasMore() -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Returns the value of ArcXML attribute "hasmore"
- isHasSiblings() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns true if the Dataset has siblings, false otherwise.
- isLayout() -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Returns true if the specifying to generate layouts for all dataframes in collection.
- isLayout() -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Returns whether the GET_LAYOUT request has DATAFRAME element
- isNodeDefault() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns 'True' if the
setNodeDefault
method is set to 'True'.
- isOrder() -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns 'True' if the
setOrder
method is set to 'True'.
- isOverlap() -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Returns true if the ScaleBar object's overlap value is set to true.
- isOverlap() -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Returns True, if the NorthArrow object's overlap value is set to "True".
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Determines if the TrueTypeMarkerSymbol's overlap value is set.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Returns true if the TextMarkerSymbol's overlap value is set to true.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Returns True if the SimplePolygonSymbol's overlap value is set to True.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns True if the SimpleMarkerSymbol's overlap value is set to true.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Returns True if SimpleLineSymbol's overlap method is set to True.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns true if the RasterMarkerSymbol's overlap method is set.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Returns True if the RasterFillSymbol's overlap is set.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Determines if the HashLineSymbol's overlap value is set.
- isOverlap() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Determines if this GradientFillSymbol's overlap method is set.
- isPerformBuffer() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Returns true if
setPerformBuffer(true)
is called.
- isPrivate() -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Returns true if the Dataset is private, false otherwise.
- isProjectBuffer() -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Determines if buffer projection is set.
- isRendererAccessed() -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Returns "True", if the
Renderer
associated with this FeatureLayer
has been accessed.
- isReverseOrder() -
Method in class com.esri.aims.mtier.model.map.Legend
- Returns "True" if the
reverseorder
property is set.
- isRunning() -
Method in class com.esri.aims.mtier.model.admin.Service
- Returns true if this map service is being served by the site, false otherwise.
- isScaleSymbols() -
Method in class com.esri.aims.mtier.model.map.Map
- Returns true if the setScaleSymbols method is set to true.
- isShared() -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Returns true if the setShared method was set to true.
- isSkipFeatures() -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Returns the boolean value "true" or "false"
- isUseCentroid() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Determines if the TrueTypeMarkerSymbol's usecentroid value is set.
- isUseCentroid() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Returns true if the SimpleMarkerSymbol's usecentroid value is set to true.
- isUseCentroid() -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Returns true if the RasterMarkerSymbol's usecentroid value is set.
- isVisible() -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Returns "True", if the visibility property for this
Layer
is set.
- ITALIC -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
-
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines font style as italized.
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- ITALIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
-
- item(int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Returns a Layer at given index from the Layers collection.
- item(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
- Returns the Renderer object at given idnex from the GroupRenderer object's collection.
- item(int) -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Returns the Dataset at given index in the collection.
- item(int) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayers
- Returns a layer object by index from the layers collection.
K
- KILOMETERS -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- KILOMETERS -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- KILOMETERS -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Defines Buffer units.
L
- Layer - class com.esri.aims.mtier.model.map.layer.Layer.
- Implements an abstract ArcIMS Layer.
- Layer() -
Constructor for class com.esri.aims.mtier.model.map.layer.Layer
- Constructs an instance of
Layer
.
- Layer(String, String, String) -
Constructor for class com.esri.aims.mtier.model.map.layer.Layer
- Constructs an instance of
Layer
with given values.
- Layers - class com.esri.aims.mtier.model.map.Layers.
- The Layers object is a collection of individual layers associated with the Map objects
service.
- Layers() -
Constructor for class com.esri.aims.mtier.model.map.Layers
- Constructs an instance of the Layers object.
- LayersElementFactory - class com.esri.aims.mtier.model.axl.map.LayersElementFactory.
- The LayersElementFactory class contains methods for writing all ArcXML
elements that pertain to layers.
- LayersElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.LayersElementFactory
- Constructs an instance of a LayersElementFactory object.
- Layout - class com.esri.aims.mtier.model.arcmap.Layout.
- The Layout object represent a Layout from an ArcMap Service.
- Layout() -
Constructor for class com.esri.aims.mtier.model.arcmap.Layout
- Constructs an instance of a Layout object.
- LayoutOutput - class com.esri.aims.mtier.model.map.output.LayoutOutput.
- The LayoutOutput object is used in conjunction with the ArcIMS ArcMap Server.
- LayoutOutput() -
Constructor for class com.esri.aims.mtier.model.map.output.LayoutOutput
- Constructs an instance of a LayoutOutput object.
- LEFT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines text allignment.
- Legend - class com.esri.aims.mtier.model.map.Legend.
- Represents the legend associated with a Map object.
- Legend() -
Constructor for class com.esri.aims.mtier.model.map.Legend
- Constructs a new Legend object specific to the Map objects service.
- LegendOutput - class com.esri.aims.mtier.model.map.output.LegendOutput.
- The LegendOutput object can be used to set specific parameters to be used in creating a
legend image.
- LegendOutput() -
Constructor for class com.esri.aims.mtier.model.map.output.LegendOutput
- Constructs an instance of a LegendOutput object.
- LESSTHAN -
Static variable in class com.esri.aims.mtier.model.metadata.query.ValueQuery
-
- LESSTHANOREQUALTO -
Static variable in class com.esri.aims.mtier.model.metadata.query.ValueQuery
-
- LIGHTGRAY -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- Line - class com.esri.aims.mtier.model.acetate.Line.
- Renders a line as an acetate layer, or defines a line for use with
a FeatureLayer's Filter object.
- LINE -
Static variable in class com.esri.aims.mtier.model.workspace.Dataset
-
- Line() -
Constructor for class com.esri.aims.mtier.model.acetate.Line
- Constructs an instance of a Line object.
- LIVEDATA -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- LOCALAREA_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- LOCALAREA_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- Locale - class com.esri.aims.mtier.model.map.environment.Locale.
- Stores information that is used to determine the country and language locale.
- Locale() -
Constructor for class com.esri.aims.mtier.model.map.environment.Locale
- Constructs an instance of a
Locale
object.
M
- m_rendVector -
Variable in class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
-
- main(String[]) -
Static method in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- MAJOR_VERSION -
Static variable in class com.esri.aims.mtier.Version
-
- Map - class com.esri.aims.mtier.model.map.Map.
- Represents the map to be displayed.
- Map() -
Constructor for class com.esri.aims.mtier.model.map.Map
- Constructs an instance of a Map object.
- MapElementFactory - class com.esri.aims.mtier.model.axl.map.MapElementFactory.
- The MapElementFactory class contains methods for creating ArcXML elements
pertaining to the map element.
- MapElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.MapElementFactory
- Constructs an instance of a MapElementFactory object.
- MAPFILES -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- MapOutput - class com.esri.aims.mtier.model.map.output.MapOutput.
- The MapOutput object contains all of the map images output properties.
- MapOutput() -
Constructor for class com.esri.aims.mtier.model.map.output.MapOutput
- Creates an instance of the MapOutput object.
- MapSurroundings - interface com.esri.aims.mtier.model.acetate.MapSurroundings.
- Implements an interface for
NorthArrow
, ScaleBar
and Text
objects. - MED_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Defines that the feature has medium importance.
- MED_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Defines that the feature has medium importance.
- message -
Static variable in class com.esri.aims.mtier.io.WarningMessage
-
- metadataChildSize() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection
- Returns the size of the metadata child object.
- MetadataElementFactory - class com.esri.aims.mtier.model.axl.metadata.MetadataElementFactory.
- This is a utility class used to create Elements for DOM document
construction.
- MetadataRelationship - class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship.
- Defines relationships between metadata documents.
- MetadataRelationship() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
- Constructs an instance of a MetadataRelationship object.
- MetadataRelationshipCollection - class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection.
- Represents a collection of MetadataRelation objects.
- MetadataRelationshipCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection
- Constructs an instance of a MetadataRelationshipCollection object.
- metadataSiblingSize() -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationshipCollection
- Returns the size of the metadata siblings object.
- METERS -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- METERS -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- METERS -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Defines Buffer units.
- MILES -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- MILES -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- MILES -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Defines Buffer units.
- MINOR_VERSION -
Static variable in class com.esri.aims.mtier.Version
-
- MITER -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary join style as MITER.
- MOD_ARITHMETIC -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Defines the method of calculating angles as Mod_Arithmetic.
- Monitor - class com.esri.aims.mtier.model.admin.Monitor.
- Implements a Monitor.
- Monitor() -
Constructor for class com.esri.aims.mtier.model.admin.Monitor
- Constructs a new
Monitor
object.
- moveFirst() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Moves to the first input in the AddressMatchInputs object.
- moveLast() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Moves to the last input in the AddressMatchInputs object.
- moveNext() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Moves onto the next input to the AddressMatchInputs object.
- movePrevious() -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Moves to the previous input in the AddressMatchInputs object.
- moveTo(int, int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Moves the specified Layer in this Layers collection to another location in the collection.
- moveToBottom(int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Moves the specified Layer in this Layers collection to the end of collection.
- moveToTop(int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Moves the specified Layer in this Layers collection to be the first item in
the collection.
N
- NAME_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- NAME_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- NO_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Defines that the feature has no importance and can be labeled over.
- NO_WEIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Defines that the feature has no importance and can be labeled over.
- NONE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- NONE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Determines how labels are printed.
- NONE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- NONE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- NONE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- NORTH -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- NORTH -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- NorthArrow - class com.esri.aims.mtier.model.acetate.NorthArrow.
- Defines a NorthArrow object to be drawn as an acetate layer.
- NorthArrow() -
Constructor for class com.esri.aims.mtier.model.acetate.NorthArrow
- Constructs an instance of a NorthArrow object.
- NORTHEAST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- NORTHEAST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- NORTHWEST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- NORTHWEST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- NUMERICONLY -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- NUMERICONLY -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
O
- Object - class com.esri.aims.mtier.model.acetate.Object.
- Defines the super class for an Acetate object.
- Object() -
Constructor for class com.esri.aims.mtier.model.acetate.Object
- Constructs an instance of an Acetate Object.
- ObjectElementFactory - class com.esri.aims.mtier.model.axl.map.ObjectElementFactory.
- The ObjectElementFactory class contains methods for creating methods
pertaining to the ArcXML acetate elements.
- ObjectElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.ObjectElementFactory
- Creates an instance of an ObjectElementFactory object.
- OFFLINEDATA -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- ONE_LABEL_PER_NAME -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Labels once per feature name.
- ONE_LABEL_PER_NAME -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Labels once per feature name.
- ONE_LABEL_PER_PART -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Labels all parts of a feature in the case of multipart features.
- ONE_LABEL_PER_PART -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Labels all parts of a feature in the case of multipart features.
- ONE_LABEL_PER_SHAPE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Labels once per feature even if there are multiple segments.
- ONE_LABEL_PER_SHAPE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Labels once per feature even if there are multiple segments.
- OPTIMIZE -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- OR_OPERATOR -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- OR_OPERATOR -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- Other - class com.esri.aims.mtier.model.map.layer.renderer.Other.
- Used with a
ValueMapRenderer
or ValueMapLabelRenderer
object
as the default for rendering symbols that do not meet the criteria for any
Range
or Exact
values. - Other() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.Other
- Constructs an instance of an Other object.
- outFilter(String, String) -
Method in class com.esri.aims.mtier.auth.Authenticate
- Filters the response based on ACL attributes.
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
-
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines font style as outlined.
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- OUTLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
-
- Output - class com.esri.aims.mtier.model.map.output.Output.
- Implements an abstract Output object.
- Output() -
Constructor for class com.esri.aims.mtier.model.map.output.Output
- Constructs an instance of an Output object.
- OVERLAPS -
Static variable in class com.esri.aims.mtier.model.metadata.Envelope
-
- OVERLAPS2 -
Static variable in class com.esri.aims.mtier.model.metadata.Envelope
-
P
- PARENT_TYPE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- parseErrorAndWarning(Attributes) -
Method in class com.esri.aims.mtier.model.axl.ResponseHandler
-
- Parsing - class com.esri.aims.mtier.model.metadata.query.Parsing.
-
- Parsing(InputStream) -
Constructor for class com.esri.aims.mtier.model.metadata.query.Parsing
- Constructs an instance of
Parsing
.
- Parsing(String) -
Constructor for class com.esri.aims.mtier.model.metadata.query.Parsing
- Constructs an instance of
Parsing
.
- Path - class com.esri.aims.mtier.model.acetate.Path.
- Represents data for a path feature.
- Path() -
Constructor for class com.esri.aims.mtier.model.acetate.Path
- Constructs an instance of a Path object.
- pauseService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- This method pauses a service and prevents it from setting up new connections.
- PIE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Defines the Pie chart.
- PING_FAIL -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Describes a failed ping.
- PING_FIRST_LOGIN -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Indicates that the username and password have not been set.
- PING_OK -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Desribes a successful ping.
- ping() -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sends a ping to the Application Server to test the connection.
- ping(boolean) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sends a ping to the Application Server to test the connection.
- PIXEL -
Static variable in class com.esri.aims.mtier.model.acetate.Acetate
-
- PLACE_ABOVE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed above the line.
- PLACE_ABOVE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed above the line.
- PLACE_ABOVE_BELOW -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed above or below the line.
- PLACE_ABOVE_BELOW -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed above or below the line.
- PLACE_BELOW -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed below the line.
- PLACE_BELOW -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed below the line.
- PLACE_IN_LINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed anywhere on the line.
- PLACE_IN_LINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed anywhere on the line.
- PLACE_LEFT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed to the left of the line.
- PLACE_LEFT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed to the left of the line.
- PLACE_LEFT_RIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed to the right or left of the line.
- PLACE_LEFT_RIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed to the right or left of the line.
- PLACE_ON_TOP -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed on top of the line.
- PLACE_ON_TOP -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed on top of the line.
- PLACE_ON_TOP_HORIZONTAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed on top of the line but always horizontal.
- PLACE_ON_TOP_HORIZONTAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed on top of the line but always horizontal.
- PLACE_PARALLEL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed parallel to the line.
- PLACE_PARALLEL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed parallel to the line.
- PLACE_RIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Determines the label be placed to the right of the line.
- PLACE_RIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Determines the label be placed to the right of the line.
- Point - class com.esri.aims.mtier.model.acetate.Point.
- Renders a point as an acetate layer, defines a point to display
geocode results, or used with the points object in a FeatureLayers
Filter object.
- POINT -
Static variable in class com.esri.aims.mtier.model.workspace.Dataset
-
- Point() -
Constructor for class com.esri.aims.mtier.model.acetate.Point
- Constructs an instance of a Point object.
- PointObject - class com.esri.aims.mtier.model.wmsmap.PointObject.
-
- PointObject() -
Constructor for class com.esri.aims.mtier.model.wmsmap.PointObject
- Constructs an instance of a PointObject
- Points - class com.esri.aims.mtier.model.acetate.Points.
- Contains a collection of Point objects.
- Points() -
Constructor for class com.esri.aims.mtier.model.acetate.Points
- Constructs an instance of a Points object.
- Polygon - class com.esri.aims.mtier.model.acetate.Polygon.
- Renders a polygon as an acetate layer, or defines a polygon for use with
a FeatureLayer's Filter object.
- POLYGON -
Static variable in class com.esri.aims.mtier.model.workspace.Dataset
-
- Polygon() -
Constructor for class com.esri.aims.mtier.model.acetate.Polygon
- Constructs an instance of a Polygon object.
- Polyline - class com.esri.aims.mtier.model.acetate.Polyline.
- Represents data for a polyline feature.
- Polyline() -
Constructor for class com.esri.aims.mtier.model.acetate.Polyline
- Constructs an instance of a Polyline object.
- PRIVATE_ACCESS -
Static variable in class com.esri.aims.mtier.model.admin.Server
-
- PRIVATE_BUILD_NUMBER -
Static variable in class com.esri.aims.mtier.Version
-
- processingInstruction(String, String) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of a processing instruction.
- PUBLIC_ACCESS -
Static variable in class com.esri.aims.mtier.model.admin.Server
-
- Publish - class com.esri.aims.mtier.model.metadata.publish.Publish.
- Used to publish data to the Metadata Server.
- Publish() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.Publish
-
Q
- QUERIES -
Static variable in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- used to order returns.
- QueryElementFactory - class com.esri.aims.mtier.model.axl.map.QueryElementFactory.
- The QueryElementFactory object contains methods for creating ArcXML elements
pertaining to the ArcXML query elements.
- QueryElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.QueryElementFactory
- Constructs an instance of a QueryElementFactory object.
R
- Range - class com.esri.aims.mtier.model.map.layer.renderer.Range.
- Used with a
ValueMapRenderer
or ValueMapLabelRenderer
object
for matching a range of values within a specified field in a database. - Range() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.Range
- Constructs an instance of a Range object.
- Raster - class com.esri.aims.mtier.model.map.layer.raster.Raster.
- Contains x, y coordinates, and a CoordSys object that is used
to aquire band information about an image layer.
- Raster() -
Constructor for class com.esri.aims.mtier.model.map.layer.raster.Raster
- Constructs an instance of a Raster object.
- RasterFillSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol.
- This object takes a specified image and uses it to fill a polygon feature.
- RasterFillSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Constructs an instance of a RasterFillSymbol object.
- RasterInfo - class com.esri.aims.mtier.model.map.layer.raster.RasterInfo.
- Contains a collection of Bands object.
- RasterInfo() -
Constructor for class com.esri.aims.mtier.model.map.layer.raster.RasterInfo
- Constructs an instance of a RasterInfo object.
- RasterMarkerSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol.
- This object symbolizes point features using the
specified raster image.
- RasterMarkerSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Creates an instance of a RasterMarkerSymbol object.
- RasterShieldSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol.
- This object is a user-specified image and is used as a custom shield
to identify roads or other line features.
- RasterShieldSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Constructs an instance of a RasterShieldSymbol object.
- readBytes(InputStream) -
Static method in class com.esri.aims.mtier.model.admin.Service
-
- Records - class com.esri.aims.mtier.model.map.layer.query.Records.
- Contains a collection of recordset values.
- Records() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.Records
- Constructs an instance of
Records
.
- Recordset - class com.esri.aims.mtier.model.map.layer.query.Recordset.
- Contains a collections of Records, Geometry, and
Envelope objects associated with a specific query against a layer.
- Recordset() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.Recordset
- Creates an instance of a Recordset object.
- refresh() -
Method in class com.esri.aims.mtier.model.map.Map
- Refreshes the current map service.
- REGULAR -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
-
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines font style as regular.
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- REGULAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
-
- RELEASE_VERSION -
Static variable in class com.esri.aims.mtier.Version
-
- RELEVANCE_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- RELEVANCE_SORT -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- remove(int) -
Method in class com.esri.aims.mtier.model.map.Layers
- Removes a Layer at given index from the Layers collection.
- remove(int) -
Method in class com.esri.aims.mtier.model.map.layer.AcetateLayer
- Removes an acetate object from the acetate layer collection at given index.
- remove(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Removes the object at given index from the
ValueMapRenderer
collection.
- Remove(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Removes the
ValueMapLabelRenderer
at given index from the collection.
- removeBand(int) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Bands
- Removes the Band object at given index from the Bands collection.
- removeChartValue(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Removes a ChartValue object by index from the ChartVvalues collection.
- removeContainer(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Removes the threads for a given container.
- removeContainer(String, ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Server
- Removes a container with given identifier from this ArcIMS Monitor.
- removeContainerID(String) -
Method in class com.esri.aims.mtier.model.admin.Server
- Removes a container with given ID from the list of
containers associated with this object.
- removeDataFrame(int) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Removes a DataFrame object from the collection.
- removeDataset(Dataset) -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Removes the specified Dataset object from the collection.
- removeDuplicate() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayers
- Returns the count of all layers in this collection.
- removeHiddenLayer(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Removes a layer object from the hidden layers collection by index.
- removeHole(int) -
Method in class com.esri.aims.mtier.model.acetate.Ring
- Removes a Hole object at given index from the Holes collection.
- removePointObject(int) -
Method in class com.esri.aims.mtier.model.acetate.Points
- Removes the Point at given index from this Points object.
- removeRenderer(int) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.GroupRenderer
- Removes the Renderer at given index from this GroupRenderer.
- removeRing(int) -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Removes a Ring object by index from this collection.
- removeServer(Server) -
Method in class com.esri.aims.mtier.model.admin.ServerCollection
- Removes the specified Server from the collection.
- removeService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Service
- Removes this service.
- removeService(int) -
Method in class com.esri.aims.mtier.model.service.Services
- Removes a Service object by index from the services collection.
- removeService(Service) -
Method in class com.esri.aims.mtier.model.admin.ServiceCollection
- Removes the specified service from the collection.
- removeSiteProperty(String, ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Removes a site property with given name string.
- removeSubField(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Removes a subfields string at given index from the subfields collection.
- removeVirtualServer(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Removes the VirtualServer on the site that is represented by this object.
- removeVirtualServer(VirtualServer) -
Method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Removes a given VirtualServer from the collection.
- removeVirtualServerType(String, String) -
Method in class com.esri.aims.mtier.model.admin.Server
- Removes a new VirtualServer type to this object.
- removeWorkspace(int) -
Method in class com.esri.aims.mtier.model.map.Map
- Removes an associated workspace object from the Map object.
- Renderer - class com.esri.aims.mtier.model.map.layer.renderer.Renderer.
- Implements an abstract renderer object.
- Renderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.Renderer
- Constructs an instance of a Renderer.
- RendererElementFactory - class com.esri.aims.mtier.model.axl.map.RendererElementFactory.
- The RendererElementFactory class contains methods for creating elements
pertaining to the ArcXML Renderer elements.
- RendererElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.RendererElementFactory
- Constructs an instance of a RendererElementFactory object.
- replace(int, Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Replaces an object in the
ValueMapRenderer
collection.
- Replace(int, Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Replaces the
ValueMapLabelRenderer
at given index with the specified
object.
- RequestElementFactory - class com.esri.aims.mtier.model.axl.map.RequestElementFactory.
- The RequestElementFactory object contains methods for creating elements pertaining
to the ArcXML request elements.
- RequestElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.RequestElementFactory
- Constructs an instance of a RequestElementFactory object.
- REQUIRED_ATTRIBUTE_NOT_SET -
Static variable in class com.esri.aims.mtier.model.axl.AXLAttributeException
- Code that is thrown when a required AXL attribute has not been set.
- rereadSdeInstances(ConnectionProxy, String) -
Method in class com.esri.aims.mtier.model.admin.SdeServersCollection
-
- Res - class com.esri.aims.mtier.resources.Res.
- Simple-to-use access methods for Class resources that are typically stored within a JAR.
- reset() -
Method in class com.esri.aims.mtier.model.map.Map
- Resets the model to its original state that existed after the initMap
method was called.
- ResponseHandler - class com.esri.aims.mtier.model.axl.ResponseHandler.
- Used to parse admin responses that are expecting an OK,
an ERROR, or a WARNING as response.
- ResponseHandler() -
Constructor for class com.esri.aims.mtier.model.axl.ResponseHandler
-
- Result - class com.esri.aims.mtier.model.map.layer.geocode.Result.
- Defines an individual Result object associated with an AddressMatchResults object.
- Result() -
Constructor for class com.esri.aims.mtier.model.map.layer.geocode.Result
- Constructs an instance of a Result object.
- resumeService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Resumes a paused service.
- REVISION -
Static variable in class com.esri.aims.mtier.Version
-
- RIGHT -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines text allignment.
- Ring - class com.esri.aims.mtier.model.acetate.Ring.
- Provides the x, y coordiante locations of a polygon feature.
- Ring() -
Constructor for class com.esri.aims.mtier.model.acetate.Ring
- Constructs an instance of a Ring object.
- ROUND -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines line end style as ROUND.
S
- save(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Saves the site configuration.
- Scale - class com.esri.aims.mtier.model.arcmap.Scale.
- Defines dataframe scale and center point
- scale() -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Constructs an instance of a Scale object.
- Scale() -
Constructor for class com.esri.aims.mtier.model.arcmap.Scale
-
- ScaleBar - class com.esri.aims.mtier.model.acetate.ScaleBar.
- Defines a ScaleBar object to be drawn as an acetate layer.
- ScaleBar() -
Constructor for class com.esri.aims.mtier.model.acetate.ScaleBar
- Constructs a new ScaleBar object.
- ScaleDependentRenderer - class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer.
- Sets specific scale thresholds to its assigned renderer object.
- ScaleDependentRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Constructs an instance of a
ScaleDependentRenderer
object.
- SdeConnection - class com.esri.aims.mtier.model.admin.SdeConnection.
- Implements an object used to store ArcSDE connections.
- SdeConnection() -
Constructor for class com.esri.aims.mtier.model.admin.SdeConnection
- Constructs a new
SdeConnections
object.
- SdeConnections - class com.esri.aims.mtier.model.admin.SdeConnections.
- Contains information on current
gsrvr
(Application
Server) connections to an ArcSDE application server instance. - SdeConnections() -
Constructor for class com.esri.aims.mtier.model.admin.SdeConnections
- Constructs an instance of a
SdeConnections
object.
- SdeConnections(ConnectionProxy, SdeServer) -
Constructor for class com.esri.aims.mtier.model.admin.SdeConnections
- Constructs a
SdeConnections
object and populates the
current ArcSDE connections to the given ArcSDE application server.
- SdeServer - class com.esri.aims.mtier.model.admin.SdeServer.
- Implements a bean for registering an ArcSDE service.
- SdeServer() -
Constructor for class com.esri.aims.mtier.model.admin.SdeServer
-
- SdeServersCollection - class com.esri.aims.mtier.model.admin.SdeServersCollection.
- Implements a collection of ArcSDE Servers administrated by
an ArcIMS Monitor.
- SdeServersCollection() -
Constructor for class com.esri.aims.mtier.model.admin.SdeServersCollection
- Constructs an instance of the SdeServersCollection object.
- SdeServersCollection(ConnectionProxy, String) -
Constructor for class com.esri.aims.mtier.model.admin.SdeServersCollection
- Constructs an instance of the SdeServersCollection object using the given
ConnectionProxy object and ArcIMS Monitor.
- sdeServerStatus(ConnectionProxy, SdeServer) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Returns the status properties of a current ArcSDE service.
- SdeStatus - class com.esri.aims.mtier.model.admin.SdeStatus.
- Represents the status of a current ArcSDE instance.
- SdeStatus() -
Constructor for class com.esri.aims.mtier.model.admin.SdeStatus
-
- SDEWorkspace - class com.esri.aims.mtier.model.workspace.SDEWorkspace.
- The SDEWorkspace object defines an ArcSDE data source.
- SDEWorkspace() -
Constructor for class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Constructs an instance of a SDEWorkspace object.
- SEARCH -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- SEARCH -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- SemanticPair - class com.esri.aims.mtier.model.metadata.publish.SemanticPair.
- Implements a SemanticPair element.
- SemanticPair() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Constructs an instance of a SemanticPair object.
- SemanticPairCollection - class com.esri.aims.mtier.model.metadata.publish.SemanticPairCollection.
- Represents a collection of SemanticPair objects.
- SemanticPairCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.SemanticPairCollection
- Constructs an instance of a SemancticPairCollection object.
- semanticPairSize() -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPairCollection
- Returns the size of the SemanticPairCollection object.
- send(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sends a request to the service configured by the connector
bean.
- send(String, String, int, int, String) -
Static method in class com.esri.aims.mtier.io.ConnectionProxy
- An utility method that can be used to send a
single request without having to maintain a
ConnectionProxy object reference.
- send(String, String, int, int, String, String, String) -
Static method in class com.esri.aims.mtier.io.ConnectionProxy
- An utility method that can be used to send a
single authenticatable request without having to maintain
a ConnectionProxy object reference.
- sendArcXML(String, int) -
Method in class com.esri.aims.mtier.model.map.Map
- Sends the ArcXML string to the server based on the request type.
- sendGetStream(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sends a request to the service configured by the connector
bean.
- sendImageRequest() -
Method in class com.esri.aims.mtier.model.map.Map
- Set this method to send an Image request with Filter
- Separators - class com.esri.aims.mtier.model.map.environment.Separators.
- Identifies separators used between x, y coordinates and coordinate pairs, and
as separators for lists of strings.
- Separators() -
Constructor for class com.esri.aims.mtier.model.map.environment.Separators
- Constructs an instance of a Separators object.
- Server - class com.esri.aims.mtier.model.admin.Server.
- Implements a proxy object for a site Monitor.
- Server() -
Constructor for class com.esri.aims.mtier.model.admin.Server
- Constructs a new
Server
object.
- ServerCollection - class com.esri.aims.mtier.model.admin.ServerCollection.
- Represents a collection of server objects.
- ServerCollection() -
Constructor for class com.esri.aims.mtier.model.admin.ServerCollection
- Constructs a new
ServerCollection
object.
- Service - class com.esri.aims.mtier.model.admin.Service.
- This class defines an ArcIMS service.
- Service - class com.esri.aims.mtier.model.service.Service.
- The Service object represents an ArcIMS Service.
- Service() -
Constructor for class com.esri.aims.mtier.model.admin.Service
- Constructs an instance of the Service object.
- Service() -
Constructor for class com.esri.aims.mtier.model.service.Service
- Constructs an instance of a Service object.
- ServiceCollection - class com.esri.aims.mtier.model.admin.ServiceCollection.
- Represents a collection of service objects.
- ServiceCollection() -
Constructor for class com.esri.aims.mtier.model.admin.ServiceCollection
- Constructs an instance of a ServiceCollection object.
- Services - class com.esri.aims.mtier.model.service.Services.
- The Services object retrieves a list of services from a specified ArcIMS Server location,
and stores them as Service objects in a collection.
- Services() -
Constructor for class com.esri.aims.mtier.model.service.Services
- Constructs an instance of a Services object.
- setAccess(int) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the access of an ArcIMS virtual server.
- setAccess(int) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the access of a service as PUBLIC or PRIVATE.
- setAccess(String) -
Method in class com.esri.aims.mtier.model.service.Service
- Represents the access type of the Services virtual server.
- setAccuracy(double) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the accuracy for the
Filter
object.
- setAcetateElement(AcetateElement) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Sets the given Acetate element to the Acetate.
- setAddressMatchInputs(AddressMatchInputs) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
AddressMatchInputs
to this FeatureLayer
.
- setAddressMatchResults(AddressMatchResults) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Sets the given
AddressMatchResults
object to this
AddressMatchInputs
object.
- setAngle(double) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Set's the angle of the north arrow in degrees.
- setAngle(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's angle value.
- setAngle(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the angle of rotation in degrees moving counterclockwise.
- setAngleField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the field in the database that contains the angle of rotation for a
TrueTypeMarkerSymbol.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the antialiasing value for this ScaleBar object.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the antialiasing value for this NorthArrow object.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets antialiasing on the legend.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's antialising value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the antialiasing value for this SimpleLineSymbol.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Sets the RasterFillSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's antialiasing value.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the antialiasing value for the GradientFillSymbol.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the antialiasing property as active.
- setAntialiasing(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the antialiasing value for the CalloutMarkerSymbol.
- setArcMapLayerVisible(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Sets flag to change layers visibility associated with a dataframe.
- setArcMapScale(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Sets the flag to change scale associated with dataframe.
- setArrowType(String) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the arrow type value for this NorthArrow object.
- setAttribute(String) -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Sets the given string as attribute name for the element.
- setAttribute(String) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets the given string as attribute of this object.
- setAttribute(String) -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Sets the given string as the attribute of this object.
- setAutoExtend(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the auto extend value for the legend.
- setAutoResize(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Sets Layout autoresize.
- setAutoResize(boolean) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets Map autoresize.
- setBackColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the CalloutMarkerSymbol's background color with given value.
- setBackground(String) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the Map's background color value in RGB format.
- setBackground(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the specified color as background color for the legend.
- setBandNumber(String) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Band
- Sets the Band Number.
- setBandValue(String) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Band
- Sets the Band value.
- setBarColor(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the bar color value for this ScaleBar object.
- setBarTransparency(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the value of transparency for this ScaleBar object.
- setBarWidth(int) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the given value as width of this ScaleBar object.
- setBaseURL(String) -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Sets the baseurl value for the MapOutput object.
- setBaseURL(String) -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Sets the baseurl value for the LayoutOutput object.
- setBaseURL(String) -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Sets the given string as the Baseurl for the
ExtractOutput
object.
- setBeginRecord(long) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Set the beginrecord value for the filter object.
- setBinaryExtension(String) -
Method in class com.esri.aims.mtier.model.util.FileUpload
- Sets the File extension of Binary file.
- setBlockout(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's blockout color value.
- setBlockout(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's blockout color value.
- setBoundary(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary value.
- setBoundaryCapType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary cap type value.
- setBoundaryColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary color value.
- setBoundaryColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the CalloutMarkerSymbol's boundary color.
- setBoundaryJoinType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary join type value.
- setBoundaryTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbols boundary transparency value.
- setBoundaryType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary type value.
- setBoundaryWidth(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's boundary width value.
- setBoundingEnvelope(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Specifies the option to return the bounding envelope for each returned feature.
- setBufferDistance(double) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Sets the distance of the buffer.
- setBufferObject(Buffer) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Assigns a Buffer object to the Filter object.
- setBufferRegionSymbol(Object) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Sets the regional buffer layers symbol object.
- setBufferSelectionSymbol(Object) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Sets the given Symbol object for this buffer features layer.
- setBufferTargetLayer(FeatureLayer) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Sets the filter objects buffer target layer.
- setBufferUnits(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Sets the buffer units.
- setCacheSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Sets the cache size for the Recordset object.
- setCanSplit(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- If set to 'True', splits the legend entities into multiple columns.
- setCapType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the line end style for this SimpleLineSymbol.
- setCellSpacing(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the cell spacing value for the legend with given value.
- setCharacter(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's character value.
- setCheckesc(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Enables the returned data to include escaped characters for ampersand, single quote,
double quote, less than, and greater than.
- setClauseCollection(ClauseCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the given ClauseCollection for this Clause.
- setCodePage(int) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Deprecated. As of ArcIMS 4.0.1, replaced by setCodePage(String value)
- setCodePage(String) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Sets the ShapeWorkspace object's codepage value.
- setCollectionType(int) -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Sets the type of collection contained.
- setColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's color value.
- setColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the SimpleLineSymbol's color value.
- setColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's color value.
- setColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Sets the color used for segment of pie or chart using the given RGB values.
- setColumns(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the number of columns to display the legend entities in.
- setConfigContents(byte[], boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the contents of the configuration file for this service from a
String.
- setConfigContents(InputStream, boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the contents of the configuration file for this service from a
String.
- setConfigContents(String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the contents of the configuration file for this service from a
String.
- setConfigContents(String, boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the contents of the configuration file for this service from a
String.
- setConfigFile(String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the location of the configuration file.
- setConfigFileLength(long) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the length of the configurationfile.
- setConnectionProxy(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the ConnectionProxy object associated with this map object.
- setConnectionProxy(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the given ConnectionProxy object to connect to an ArcIMS Server.
- setConnectionsNumber(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the given value as the number of connections.
- setConnectionType(int) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the connection type with given integer.
- setConnectionType(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the connection type with given string.
- setContent(int) -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Sets the content defined by CONSTANTS.
- setContent(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the content of this Dataset.
- setCoordSys(CoordSys) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Sets the CoordSys object for this Acetate object.
- setCoordSys(CoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given
CoordSys
object to this ImageLayer
.
- setCoordSys(CoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
FeatureCoordSys
for this FeatureLayer
.
- setCoordSys(CoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Sets the given CoordSys object to this Raster object.
- setCountry(String) -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Sets the country to be associated with this
Locale
.
- setCS(String) -
Method in class com.esri.aims.mtier.model.map.environment.Separators
- Sets the coordinate separator for this Separators object.
- setCurrentAXLVersion(String) -
Static method in class com.esri.aims.mtier.model.axl.Util
- Defines current AXL version number.
- setDatabase(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Sets the SDEWorkspace object's database name value.
- setDataFrameName(String) -
Method in class com.esri.aims.mtier.model.map.Map
- If the associated ArcIMS service is an ArcMap service, this method sets
the name of the dataframe to the map object.
- setDataset(Dataset) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given
Dataset
object to this ImageLayer
.
- setDataset(Dataset) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
Dataset
object with this FeatureLayer
.
- setDataset(Dataset) -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Sets the given dataset.
- setDatumTransformID(long) -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Sets the Datum transformation ID for this
FilterCoordSys
object.
- setDatumTransformID(long) -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Sets the Datum transformation ID for this
FeatureCoordSys
object.
- setDatumTransformID(long) -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Sets the given datum transformation identifier for this
CoordSys
object.
- setDatumTransformString(String) -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Sets the Datum transformation definition string for this
FilterCoordSys
object.
- setDatumTransformString(String) -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Sets the Datum transformation definition string for this
FeatureCoordSys
object.
- setDatumTransformString(String) -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Sets the datum transformation definition string for this
CoordSys
object.
- setDebug(boolean) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the debug property.
- setDensify(Densify) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
Densify
object with this FeatureLayer
.
- setDescription(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the description of the virtual server.
- setDescription(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets an user defined description of an ArcSDE Service.
- setDescription(String) -
Method in class com.esri.aims.mtier.model.metadata.User
- Sets the User description with given string.
- setDirectory(String) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Sets the ShapeWorkspace object's working directory.
- setDirectory(String) -
Method in class com.esri.aims.mtier.model.workspace.ImageWorkspace
- Sets the ImageWorkspace object's working directory.
- setDisplay(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the
Display
property of the legend.
- setDisplayMessages(boolean) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Used to write requests and responses to
System.out
.
- setDistance(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the distance value for this ScaleBar object.
- setDocID(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the document ID for this Dataset.
- setDocID(String) -
Method in class com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
- Sets the specified string as
docID
for this object.
- setDocID(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Subset
- Sets the given value as
docID
of this object.
- setDocumentContent(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the document content value for this bean.
- setDocumentInfoCollection(DocumentInfoCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the DocumentInfoCollection for this Clause.
- setDocumentLocator(Locator) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives an object for locating the origin of SAX document events.
- setDPI(long) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the DPI(dots per square inch) for the output image.
- setDPI(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the DPI(dots per square inch) for the output image.
- setDrawMap(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- When set to 'False', this method disables Map generation and displays only
the Legend when the Map object's
refresh
method is called.
- setDynamicFirst(boolean) -
Method in class com.esri.aims.mtier.model.map.Layers
- When set to 'True', draws all dynamic layers before any layers defined in
the service.
- setEncrypted(boolean) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- When set to true the password for the ArcSDE instance in encrypted.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the map extent based on the given envelope object.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given
Envelope
to this ImageLayer
.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
Envelope
for this FeatureLayer
.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the Envelope of the Dataset.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap Envelope object.
- setEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- Sets the Layer object's Envelope object.
- setEnvelopeBuffer(Buffer) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets a Buffer object to this Filter object.
- setEnvelopeCollection(EnvelopeCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the EnvelopeCollection for this Clause.
- setEquality(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Defines the lower and upper bounds of each range.
- setEquals(String) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets equals value on a search.
- setExtension(String) -
Method in class com.esri.aims.mtier.model.admin.Service
-
- setExtract(boolean) -
Method in class com.esri.aims.mtier.model.map.Map
- Enables a GET_EXTRACT request.
- setExtractable(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the
FeatureLayer
as extractable.
- setFeatureClass(String) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the feature class property for this
FeatureLayer
.
- setFeatureCoordSys(FeatureCoordSys) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects associated FeatureCoordSys object.
- setFeatureCoordSys(FeatureCoordSys) -
Method in class com.esri.aims.mtier.model.map.Map
- Associates the given FeatureCoordSys object with the Map Object.
- setFeatureCoordSys(FeatureCoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Sets the given FeatureCoordSys object to this AddressMatchInputs object.
- setFeatureCoordSys(FeatureCoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Assigns the given
FeatureCoordSys
to this Filter
.
- setFeatureCount(int) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the feature count property for this
FeatureLayer
.
- setFeatureLimit(long) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the featurelimit value for the filter object.
- setFeaturesCount(long) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Sets the value of ArcXML attribute "count" from the Response
- setFeatureWeight(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- When set, the feature weight property prioritizes the importance of features.
- setFeatureWeight(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Used to prioritize the importance of features.
- setField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Sets the given field property for this
SimpleLabelRenderer
.
- setFieldLength(long) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Sets the length of the field with given value.
- setFieldName(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Sets the fields name with given string.
- setFieldPrecision(int) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Sets the precision of a field with given value.
- setFieldType(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Sets the field type with given string.
- setFile(String) -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Sets the full pathname and filename for location of output file.
- setFile(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Sets the LegendOutput objects file value.
- setFile(String) -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Sets the full pathname and filename for location of output file.
- setFile(String) -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Sets the full pathname and filename for the output file.
- setFileLength(long) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the size of the mxd InputStream.
- setFileType(String) -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Sets the output image file type.
- setFileType(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Sets the output image file type.
- setFileType(String) -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Sets the output image file type.
- setFillColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's fill color value.
- setFillInterval(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the distance between lines for hatch fills.
- setFillTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's fill transparency value.
- setFillType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's fill type value.
- setFillType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the fill type for this GradientFillSymbol object.
- setFilterCoordSys(FilterCoordSys) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects associated FilterCoordSys object.
- setFilterCoordSys(FilterCoordSys) -
Method in class com.esri.aims.mtier.model.map.Map
- Associates a FilterCoordSys object to the Map Object.
- setFilterCoordSys(FilterCoordSys) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Assigns a
FilterCoordSys
to this Filter
.
- setFilterObject(Filter) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
Filter
object for this FeatureLayer
.
- setFinishColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the GradientFillSymbol's end color as a RGB value.
- setFolderMask(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the folder mask.
- setFolderMask(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the
FolderMask
with given integer value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the font value for this ScaleBar object.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the legend's font.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's font value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's font value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's font value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's font value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's font value.
- setFont(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the given font name for this CalloutMarkerSymbol.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the font color for this ScaleBar object.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Sets the given font color as a RGB value for this
UIFont
.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's font color value.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's font color value.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's font color value.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's font color value.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's font color value.
- setFontColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the font color for this CalloutMarkerSymbol.
- setFontName(String) -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Sets the font name for the
UIFont
object.
- setFontSize(int) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the font size of this ScaleBar object.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Sets the given font size for this
UIFont
.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's font size value.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's font size value.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's font size value.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's fontsize value.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's fontsize value.
- setFontSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the given value as font size for this CalloutMarkerSymbol.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the given font style for this Scalebar object.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.environment.UIFont
- Sets the given font style for this
UIFont
.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's fontstyle value.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's fontstyle value.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's fontstyle value.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's font style value.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's font style value.
- setFontStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the CalloutMarkerSymbol's font style.
- setFormat(Vector) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap object's output format value.
- setFromLayer(String) -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Sets the dataset's fromlayer property.
- setFullOutput(boolean) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the fulloutput
- setFullOutput(boolean) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the fulloutput
- setGeoIndexDir(String) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Sets the directory where the Geocoding index is built.
- setGeoIndexDir(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Specifies the directory where the geocoding index is to be built.
- setGeometry(boolean) -
Method in class com.esri.aims.mtier.model.map.Layers
- Enables feature geometry information to be returned from the Spatial Server.
- setGlobalEnvelope(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Specifies the generation of the global envelope.
- setGlowing(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's glowing color value.
- setGlowing(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's glowing color value.
- setGlowing(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's glowing color value.
- setGlowing(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the given value as glowing color for this CalloutMarkerSymbol.
- setGnd(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the GND file value for the Dataset.
- setGndextent(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the gndextent
- setGndextent(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the gndextent
- setHAlignment(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the horizontal alignment of the label when compared to the label point.
- setHasChildren(boolean) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets whether or not Dataset has children.
- setHashType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's type value.
- setHasMore(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Sets the value of ArcXML attribute "hasmore" from the Response
- setHasSiblings(boolean) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets whether or not Dataset has siblings.
- setHeight(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the Map's height value in pixels.
- setHeight(long) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the legend's height in pixels.
- setHeight(long) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap object's height value in pixels.
- setHost(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Defines the name of the host machine.
- setHotSpotX(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's hotspot x value.
- setHotSpotY(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's hotspot y value.
- setHowManyLabels(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- When set, this property determines how often a feature is labeled.
- setHowManyLabels(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- When set, this property determines how often a feature is labeled.
- setID(long) -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Sets the projected or geographic coordinate system ID for this
FilterCoordSys
object.
- setID(long) -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Sets the projected or geographic coordinate system ID for this
FeatureCoordSys
object.
- setID(long) -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Sets the projected or geographic coordinate system identifier for this
CoordSys
object.
- setID(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the value of the
ScaleBar
identifier with given string.
- setID(String) -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Sets the given ID for this Polygon object.
- setID(String) -
Method in class com.esri.aims.mtier.model.acetate.Point
- Sets the given ID for this Point object.
- setID(String) -
Method in class com.esri.aims.mtier.model.acetate.Line
- Sets the given string as ID for this Line object.
- setID(String) -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Sets the ID of the DataFrame object.
- setID(String) -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Sets the given string as ID for this Layer object.
- setID(String) -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Sets PointObjects ID value.
- setImage(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's image value.
- setImage(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's image location.
- setImage(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Sets the RasterFillSymbol's image value.
- setImageHeight(long) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects image height property.
- setImageType(int) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the image output type used.
- setImageWidth(long) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects image width property.
- setIndexStatus(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets index status with given string.
- setInstance(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Sets the SDEWorkspace objects SDE database instance value.
- setInstanceName(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the name of an instance with given string.
- setInterval(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's distance in pixels from point 0.
- setInterval(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the distance between the point and printed label.
- setInterval(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the distance between railroad crosshashes in pixels.
- setInterval(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the distance between the point and callout box.
- setIsCustom(boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets whether or not this is a custom service.
- setIsFolder(boolean) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- True to set this Dataset as a folder, false otherwise.
- setIsPrivate(boolean) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the Dataset as private or not.
- setJoinExpression(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the given join expression for the
Filter
object.
- setJoinTable(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the table name for the table to join to.
- setJoinType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the line join type for this SimpleLineSymbol.
- setLabel(String) -
Method in class com.esri.aims.mtier.model.acetate.Text
- Sets the label value for this object.
- setLabel(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Sets the given value as label for the
Other
object.
- setLabelBufferRatio(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the label buffer ratio for this
ValueMapLabelRenderer
.
- setLabelBufferRatio(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Sets the label buffer ratio for this
SimpleLabelRenderer
.
- setLabelField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the label field value for the ValueMapLabelRenderer.
- setLabelMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's label mode value.
- setLabelMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's label mode value.
- setLabelPriorities(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the label priority for this
ValueMapLabelRenderer
.
- setLabelPriorities(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Sets the label priorities for this
SimpleLabelRenderer
.
- setLabelWeight(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the label weight to prioritize the importance of this
ValueMapLabelRenderer
.
- setLabelWeight(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Used to prioritize the importance of labels.
- setLanguage(String) -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Sets the language to be associated with this
Locale
using given string.
- setLayerFontSize(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the layer's font size value for the legend.
- setLayers(WmsLayers) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets WMSMap object's layer.
- setLayout(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Specifies to generate layouts for all DataFrame objects in the DataFrames collection.
- setLayout(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Specifies to generate the DATAFRAME element inside GET_LAYOUT request.
- setLayoutEnvelope(Envelope) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects associated envelope object.
- setLayoutObject(Layout) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
- Sets Layout object for a DataframeCollection.
- setLayoutOutput(LayoutOutput) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the Layout objects LayoutOutput object.
- setLegendBaseURL(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- This method is paired with
setLegendPath
, and is used to
set the legend image baseurl.
- setLegendName(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- This method, when paired with
setLegendURL
, assigns an output legend filename.
- setLegendPath(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- Sets the directory to output the legend file generated.
- setLegendURL(String) -
Method in class com.esri.aims.mtier.model.map.output.LegendOutput
- This method when paired with
setLegendName
, sets the URL
location to place the generated legend image.
- setLineLabelPosition(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- When set, this property determines where on the line to place the label.
- setLineLabelPosition(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- When set, this property determines where on the line to place the label.
- setLineThickness(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's line thickness in pixels.
- setLineType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the SimpleLineSymbol's line type value.
- setLookupField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Sets the lookup field value for the ValueMapRenderer object.
- setLookupField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the lookup field for this
ValueMapLabelRenderer
.
- setLookUpField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Sets the lookup field for the chart segment.
- setLower(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Sets the minimum value for drawing the segment.
- setLower(String) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Sets the lower value for this object.
- setLower(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Sets the minimum scale to display the Renderer.
- setLower(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Sets the lower value of range for the Range object.
- setLowerBound(String, boolean) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets the lower bound on the value query and allows user to define whether the query
is inclusive or exclusive.
- setMap(Map) -
Method in class com.esri.aims.mtier.model.arcmap.DataFrame
- Assigns a Map object to the DataFrame object.
- setMapUnits(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the map units value for this ScaleBar object.
- setMapUnits(String) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the given map units for this Map object.
- setMarkerType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's type value.
- setMaxCandidates(long) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Sets the maximum number of result candidates to be returned.
- setMaxResults(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the maximum number of results returned by the server.
- setMaxResults(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the maximum number of results returned by the server.
- setMaxScale(String) -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Sets the maximum scale of the Layer object and can be used only for adding dynamic layer
Scales can be set using a relative scale or by calculating the number of map units per pixel.
- setMaxSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the maximum size of chart, if size or sizefield is not used.
- setMaxValue(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the maximum value that corresponds to the minimum chartsize in minsize.
- setMaxX(double) -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Sets the Envelope object's x coordinate value.
- setMaxX(double) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the maximum X- value.
- setMaxX(double) -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Sets the Envelope objects maximum x coordinate value.
- setMaxY(double) -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Sets the Envelope object's maximum y coordinate value.
- setMaxY(double) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the maximum Y- value.
- setMaxY(double) -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Sets the Envelope objects maximum y coordinate value.
- setMetadataRelationshipCollection(MetadataRelationshipCollection) -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Sets the given MetadataRelationshipCollection with this object.
- setMethod(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Sets the given method for either the ValueMapRenderer or ValueMapLabelRenderer objects.
- setMinScale(String) -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Sets the minimum scale of the Layer object and can be used only for adding dynamic layer
See setMaxScale() for the explanation of minscale
Example:
- setMinScore(long) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Sets the minimum geocode scoring value.
- setMinSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's minsize value.
- setMinSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the minimum size of chart, if size or sizefield is not used.
- setMinValue(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the minimum value that corresponds to the minimum chartsize in minsize.
- setMinX(double) -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Sets the Envelope object's minimum x coordinate value.
- setMinX(double) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the minimum X- value.
- setMinX(double) -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Sets the Envelope objects minimum x coordinate value.
- setMinY(double) -
Method in class com.esri.aims.mtier.model.envelope.Envelope
- Sets the Envelope object's minimum y coordinate value.
- setMinY(double) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the minimum Y- value.
- setMinY(double) -
Method in class com.esri.aims.mtier.model.wmsmap.Envelope
- Sets the Envelope objects minimum y coordinate value.
- setMode(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the mode value when the map units are in decimal degrees.
- setMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the mode of the ChartSymbol as Pie or Chart.
- setMxdStream(InputStream) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the InputStream for mxd stream.
- setName(String) -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Sets the given name string for this Polygon object.
- setName(String) -
Method in class com.esri.aims.mtier.model.acetate.Point
- Sets the given name string for this Point object.
- setName(String) -
Method in class com.esri.aims.mtier.model.acetate.Line
- Sets the given name value for this Line object.
- setName(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the name of this VirtualServer.
- setName(String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Used to set service name.
- setName(String) -
Method in class com.esri.aims.mtier.model.admin.Server
- Sets the name of the Server with given string.
- setName(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the name of the ArcSDE server with given string.
- setName(String) -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Sets the name of the
Layer
object.
- setName(String) -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Sets the output filename.
- setName(String) -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Sets the output filename.
- setName(String) -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- Sets the name of the output file.
- setName(String) -
Method in class com.esri.aims.mtier.model.metadata.User
- Sets the name of the User object with given string.
- setName(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the name of the Dataset.
- setName(String) -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Sets the name value of this object.
- setName(String) -
Method in class com.esri.aims.mtier.model.service.Service
- Sets the name of the ArcIMS MapService.
- setName(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- sets the Layer Name.
- setName(String) -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Sets the PointObjects name value.
- setName(String) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Sets the ShapeWorkspace object's name value.
- setName(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Sets the SDEWorkspace object's name value.
- setName(String) -
Method in class com.esri.aims.mtier.model.workspace.ImageWorkspace
- Sets the ImageWorkspace object's name value.
- setName(String) -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Sets the name of the file system's dataset that is to be drawn as a dynamic layer.
- setNode(String) -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Sets the given string as Node.
- setNodeDefault(boolean) -
Method in class com.esri.aims.mtier.model.map.Layers
- When set to 'True', only Map service and dynamic layers in the layerlist are
displayed on the Map.
- setNotEquals(String) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets notequals value on a search.
- setNumResults(int) -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Sets the number of results in this collecion.
- setObject(Object) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Deprecated. As of ArcIMS 4.0.1, replaced by
Acetate.setAcetateElement(com.esri.aims.mtier.model.acetate.AcetateElement)
- setOnLink(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the onlink value for the Dataset.
- setOperator(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the operator for this Clause.
- setOperator(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the operator with given value.
- setOpFromString(String) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the spatial operator using the given string.
- setOrder(boolean) -
Method in class com.esri.aims.mtier.model.map.Layers
- When set to 'True', draws all the Layers in order of their IDs.
- setOrderBy(int) -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Sets the order by value using the static constants of this object.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the outline color for this ScaleBar object.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the outline color for this NorthArrow object.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's outline color value.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's outline color value.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's outline color value.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's outline value.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the ChartSymbol's outline color value.
- setOutline(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the outline font color for this CalloutMarkerSymbol.
- setOutputCleanup(int) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the cleanup interval for output files generated for this service.
- setOutputDir(String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the output directory for image, extract, and other services
that output files.
- setOutputURL(String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the output url for image, extract, and other services
that output files.
- setOutputURL(String) -
Method in class com.esri.aims.mtier.model.map.output.Output
- Sets the request URL value associated with this Output object.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the overlap value for this Scalebar object.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets if labels can overlap this NorthArrow object.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's overlap value, which determines if labels
can overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's overlap, which determines if labels can overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the SimplePolygonSymbol's overlap, which determines if labels can
overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's overlap value.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the SimpleLineSymbol's overlap value.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the overlap value, which determines if labels can overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Sets the overlap value, which determines if labels can overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the overlap value, which determines if labels can overlap this symbol.
- setOverlap(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the overlap value, which determines if labels can overlap this symbol.
- setOwner(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the owner value.
- setOwner(String) -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
- Sets the owner for this object.
- setPageUnits(String) -
Method in class com.esri.aims.mtier.model.arcmap.Layout
- Sets the page units for the Layout object.
- setParent(Dataset) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets a Dataset as this one's parent.
- setParentDocId(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the parent DocID for this Dataset.
- setParserEncoding(String) -
Static method in class com.esri.aims.mtier.model.axl.Util
- Sets the encoding value for parsing.
- setPassword(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the password used for authentication.
- setPassword(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the password for this ArcSDE server with given string.
- setPassword(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Specifies the password for the SDEWorkspace object's associated ArcSDE database.
- setPath(String) -
Method in class com.esri.aims.mtier.model.map.output.MapOutput
- Paired with setBaseURL.
- setPath(String) -
Method in class com.esri.aims.mtier.model.map.output.LayoutOutput
- Paired with setBaseURL.
- setPath(String) -
Method in class com.esri.aims.mtier.model.map.output.ExtractOutput
- This method is paired with the
setBaseURL
method and is used to assign
an output location for the files to be generated.
- setPerformBuffer(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- Set this method to true before calling
Map.createBufferImage
.
- setPid(String) -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Sets the given string as the server process identifier.
- setPixelCount(int) -
Method in class com.esri.aims.mtier.model.admin.Service
- Sets the maximum pixel count per image for this service.
- setPixelCount(long) -
Method in class com.esri.aims.mtier.model.map.environment.ImageLimit
- Sets the pixel count value for the
ImageLimit
object.
- setPoints(Points) -
Method in class com.esri.aims.mtier.model.acetate.Ring
- Sets the given points object to the Ring object.
- setPoints(Points) -
Method in class com.esri.aims.mtier.model.acetate.Path
- Sets the given points object to the Path object.
- setPoints(Points) -
Method in class com.esri.aims.mtier.model.acetate.Line
- Sets the Points object used to construct the line.
- setPoints(Points) -
Method in class com.esri.aims.mtier.model.acetate.Hole
- Sets the specified Points object to this Hole object.
- setPoints(Points) -
Method in class com.esri.aims.mtier.model.map.layer.query.Geometry
- Sets the given Points collection object containing all geometry points.
- setPort(int) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the port on the host machine to which the request is being sent.
- setPort(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets an ArcSDE server port with given string.
- setPrecision(int) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets precision value for this ScaleBar object.
- setPrintHeight(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the height of the output image in pixels.
- setPrintMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's print mode, which determines how labels are printed.
- setPrintMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the TextMarkerSymbol's print mode.
- setPrintMode(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's print mode value.
- setPrintWidth(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the width of the output image in pixels.
- setProjectBuffer(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Buffer
- If set to false, the buffer is not projected.
- setRasterID(String) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Bands
- Sets the Bands raster ID property value.
- setRasterInfo(RasterInfo) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the ImageLayer's RasterInfo object.
- setRasterObject(Raster) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given
RasterObject
object to this ImageLayer
.
- setRealm(String) -
Method in class com.esri.aims.mtier.io.http.AuthenticationFailedException
-
- setRealm(String) -
Method in class com.esri.aims.mtier.io.http.AuthenticationRequiredException
-
- setRecordset(Recordset) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the given
Recordset
for this FeatureLayer
.
- setRecyclingFrequency(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the recycling frequency of the virtual server represented by this object.
- setRecyclingHour(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the recycling hour of the virtual server represented by this object.
- setRecyclingMinute(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the recycling minute of the virtual server represented by this object.
- setRefCount(long) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the Reference count.
- setRelation(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the given filter relation for the
Filter
object.
- setRelationshipType(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the relationship type for this object.
- setRelease(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the ArcSDE release number with given string.
- setRenderer(Object) -
Method in class com.esri.aims.mtier.model.map.layer.FeatureLayer
- Sets the Renderer object for this
FeatureLayer
.
- setRenderer(Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Sets the given
Renderer
to this ScaleDependentRenderer
.
- setRetrievableDataFrameName(String) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- setReverseOrder(boolean) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the reverseOrder value to "True", so that the legend entities are
displayed in reverse order.
- setRF(double) -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Sets relative factor such as 1:24000.
- setRole(int) -
Method in class com.esri.aims.mtier.model.metadata.User
- Sets the User role for this object.
- setRotateMethod(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's rotate method value.
- setRotationalAngles(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Sets the given value as the rotational angle.
- setRotationalAngles(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Sets the given value as rotational angle.
- setRound(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the number of digits to round.
- setRunning(boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
- This method is used to set the state of this object to running or stopped.
- setSAXParser(String) -
Static method in class com.esri.aims.mtier.model.axl.Util
- Defines the parser classpath.
- setScale(Scale) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets Scale for a dataframe.
- setScaleSymbols(boolean) -
Method in class com.esri.aims.mtier.model.map.Map
- Set Map's scalesymbols.
- setScaleUnits(String) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the scale units for this ScaleBar object.
- setScore(long) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.Result
- Sets the geocode result score for this Result object.
- setScreenLength(int) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the screen length value for this ScaleBar object.
- setSdeAdminDatabase(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the database with given name string as an Admin database.
- setSdeServers(ConnectionProxy, String) -
Method in class com.esri.aims.mtier.model.admin.SdeServersCollection
- Sets this SdeServerCollections with given ArcIMS Monitor.
- setSearchOrder(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the given search order for the
Filter
object.
- setSemanticPairCollection(SemanticPairCollection) -
Method in class com.esri.aims.mtier.model.metadata.publish.Publish
- Sets the SemanticPairCollection for this object.
- setServer(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the server value for the Dataset.
- setServer(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Sets the SDEWorkspace objects server name value.
- setServerStartTime(String) -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Sets the specified string as server start time.
- setService(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Defines the service this connection object will be accessing.
- setService(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the Servicename for the Dataset.
- setServiceGroup(String) -
Method in class com.esri.aims.mtier.model.service.Service
- Sets the name of the service group that the service belongs to.
- setServiceInfo(InputStream) -
Method in class com.esri.aims.mtier.model.map.Map
- Set the information from ArcXML request GET_SERVICE_INFO as a InputStream
- setServiceName(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap serviceName.
- setServiceType(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the service type as a String (Image, Feature, etc.).
- setShadow(String) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the shadow color for this NorthArrow object.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's shadow color value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the TextSymbol's shadow color value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's shadow value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's shadow color.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's shadow color value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's shadow color value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the ChartSymbol's shadow color value.
- setShadow(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the CalloutMarkerSymbol's shadow color using given value.
- setShared(boolean) -
Method in class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- When set to true, the ArcIMS Spatial Server checks if a shapefile has
been modified outside of ArcIMS.
- setShieldType(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Sets the ShieldSymbol's shield type value.
- setSiteProperty(String, String, ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Sets a site property with the given name and value.
- setSiteUser(String, String, ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Site
- Sets the username and password for this Site.
- setSize(int) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the given value as size for this NorthArrow object.
- setSize(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the size of charts with given value.
- setSizeField(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the value of ChartSymbol's size field, which corresponds to the field in the
database containing the size of the chart.
- setSizeX(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's size x value.
- setSizeY(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbols size y value.
- setSkipFeatures(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Set this to return only the count of features without including any information
on individual features.
- setSort(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Set the sort type used to sort the results before batching.
- setSort(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the sort type used to sort the results before batching.
- setSort2(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the sort type used to sort the results after batching.
- setSort2(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Set the sort type used to sort the results after batching.
- setSpatialObject(Object) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Deprecated. As of ArcIMS 4.0.1, replaced by
Filter.setSpatialShape(com.esri.aims.mtier.model.acetate.Shape)
- setSpatialOperator(int) -
Method in class com.esri.aims.mtier.model.metadata.Envelope
- Sets the spatial operator defined by the class constants.
- setSpatialShape(Shape) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets Shape(Points, Line, Polygon, Envelope)for a spatial filter
To pass a single Point as the filter
create a Points object with only one Point.
- setSplitText(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Splits text that displays in the bottom of a column, if a
ValueMapRenderer
is carried over into the next column.
- setSRS(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap SRS.
- setSRS(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- sets the Layer SRS.
- setStartColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the GradientFillSymbol's start color as a RGB value.
- setStartResult(int) -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Sets the start result index.
- setStartResults(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the start results.
- setStartResults(int) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the given value as
StartResults
.
- setStatus(String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Sets the status of the current ArcSDE Server with given string.
- setStatus(String) -
Method in class com.esri.aims.mtier.model.service.Service
- Sets the status value for the ArcIMS MapService.
- setStream(byte[]) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets map image raw bytes.
- setStream(byte[]) -
Method in class com.esri.aims.mtier.model.map.Legend
- set legend image raw bytes
- setStreamType(String) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets file type of the streamed image raw bytes.
- setStreamType(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the Legend's raw bytes image type using given string.
- setString(String) -
Method in class com.esri.aims.mtier.model.map.projection.FilterCoordSys
- Sets the projected or geographic coordinate system definition string for this
FilterCoordSys
object.
- setString(String) -
Method in class com.esri.aims.mtier.model.map.projection.FeatureCoordSys
- Sets the projected or geographic coordinate system definition string for
this
FeatureCoordSys
object.
- setString(String) -
Method in class com.esri.aims.mtier.model.map.projection.CoordSys
- Sets the specified projected or geographic coordinate system definition string to
the
CoordSys
object.
- setStyle(String) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.AddressMatchInputs
- Sets the geocoding style to be used.
- setStyle(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- sets the Layer style.
- setSubsetCollection(SubsetCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the SubsetCollection for this Clause.
- setSwatchHeight(int) -
Method in class com.esri.aims.mtier.model.map.Legend
-
- setSwatchWidth(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the given value as swatch width for the legend.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.acetate.Polygon
- Sets the given symbol object to the Polygon object for rendering.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.acetate.Points
- Assigns a symbol to this Points object.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.acetate.Point
- Assigns a symbol to this Point object for rendering.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.acetate.Line
- Assigns the given symbol object to the Line object for rendering of the line.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Sets the given
Symbol
object to the Other
object.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleRenderer
- Sets the given
Symbol
to this SimpleRenderer
.
- setSymbol(Object) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Sets the given Symbol object with this
SimpleLabelRenderer
.
- setSymbol(TextMarkerSymbol) -
Method in class com.esri.aims.mtier.model.acetate.Text
- Assigns a TextMarkerSymbol to this Text object.
- setSysName(String) -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Sets the given string as system name.
- setTableDesc(TableDesc) -
Method in class com.esri.aims.mtier.model.map.layer.query.Recordset
- Sets the TableDesc object of the Recordset object.
- setTag(String) -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Sets the location of an element inside an XML tree.
- setTag(String) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets the given string as tag value for this object.
- setTag(String) -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Sets the tag value for this object.
- setTagPath(String) -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Sets the tag path to get a collection from.
- setTextPosition(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol' text position value.
- setTextQueryCollection(TextQueryCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the given TextQueryCollection for this Clause.
- setTextTransparency(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the text transparency value for this ScaleBar object.
- setThumbnail(File) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the thumbnail from a File.
- setThumbnail(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the thumbnail as a data String.
- setThumbnail(String, boolean) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the thumbnail as a data String.
- setTickThickness(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's tick thickness in pixels.
- setTimeStamp(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the given string as timestamp for the Dataset.
- setTitle(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the title for the legend.
- setTitle(String) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayer
- sets the Layer Title.
- setTitleFontSize(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the title font size for this legend.
- setTOC(boolean) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- setTOCType(String) -
Method in class com.esri.aims.mtier.model.arcmap.DataFramesCollection
-
- setTolerance(double) -
Method in class com.esri.aims.mtier.model.map.projection.Densify
- Sets the tolerance value for the
Densify
object.
- setTotal(int) -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Sets the total number of results for a given query.
- setTransColor(String) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the Map's transparency color property in RGB format.
- setTransColor(String) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the transparency color for the legend.
- setTransColor(String) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given value as the transparency color to this
ImageLayer
.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the percentage of transparency for this object.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.ImageLayer
- Sets the given value as percentage of transparency.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the percentage of transparency for this TrueTypeMarkerSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Sets the percentage of transparency of this TextSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the percentage of transparency for this TextMarkerSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Sets the percentage of transparency for this SimplePolygonSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the percentage of transparency for this SimpleLineSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Sets the RasterFillSymbol's transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the HashLineSymbol's transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Sets the percentage of transparency for this GradientFillSymbol.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartSymbol
- Sets the ChartSymbol's percentage of transparency value.
- setTransparency(double) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
- Sets the percentage of transparency for this CalloutMarkerSymbol.
- setTS(String) -
Method in class com.esri.aims.mtier.model.map.environment.Separators
- Sets the tuple separator value for this Separators object.
- setType(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the type of virtual server.
- setType(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Subset
- Sets the given type for this object.
- setType(String) -
Method in class com.esri.aims.mtier.model.service.Service
- Sets the type value for the ArcIMS MapService.
- setType(String) -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Sets the dataset's type.
- setUnits(String) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Sets the unit value for this Acetate object.
- setUpdated(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets time updated as a String.
- setUpdatedAfter(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the updated after value.
- setUpdatedAfter(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the updated after value.
- setUpdatedBefore(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the updated before value.
- setUpdatedBefore(String) -
Method in class com.esri.aims.mtier.model.metadata.query.Browse
- Sets the updated before value.
- setUpper(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Sets the maximum value for drawing the segment.
- setUpper(String) -
Method in class com.esri.aims.mtier.model.acetate.Acetate
- Sets the upper value for this object.
- setUpper(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.ScaleDependentRenderer
- Sets the maximum scale to display Renderer.
- setUpper(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Range
- Sets the upper value of range for this Range object.
- setUpperBound(String, boolean) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets the upper bound query value for this object.
- setUrl(String) -
Method in class com.esri.aims.mtier.model.metadata.User
- Sets the User URL value.
- setUrl(String) -
Method in class com.esri.aims.mtier.model.metadata.Dataset
- Sets the URL value for the Dataset as a String.
- setURL(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
- Sets the RasterShieldSymbol's URL value.
- setURL(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbol's URL location.
- setURL(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterFillSymbol
- Sets the RasterFillSymbol's URL value.
- setURL(String) -
Method in class com.esri.aims.mtier.model.map.output.Output
- Deprecated. As of ArcIMS 4.0.1, replaced by
Output.setOutputURL(java.lang.String)
- setURL(String, boolean) -
Method in class com.esri.aims.mtier.model.map.output.Output
- Sets the URL value associated with this Output object based on request or response type.
- setUrl(URL) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the URL to connect with.
- setUseCentroid(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Sets the TrueTypeMarkerSymbol's usecentroid value.
- setUseCentroid(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's usecentroid value.
- setUseCentroid(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarkerSymbol
- Sets the RasterMarkerSymbols UseCentroid value.
- setUser(String) -
Method in class com.esri.aims.mtier.model.admin.SdeConnection
- Sets the given user to this connection object.
- setUser(String) -
Method in class com.esri.aims.mtier.model.workspace.SDEWorkspace
- Specifies the user name for the SDEWorkspace object's associated ArcSDE database.
- setUsername(String) -
Method in class com.esri.aims.mtier.io.ConnectionProxy
- Sets the username to be used for authentication.
- setVAlignment(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Sets the vertical alignment of the label when compared to the label point.
- setValue(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ChartValue
- Used to change the color of a chart segment depending on the value.
- setValue(String) -
Method in class com.esri.aims.mtier.model.map.layer.geocode.Result
- Sets the Result objects value from the GEOCODE response.
- setValue(String) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.Exact
- Sets the given value to the ValueMapRenderer or ValueMapLabelRenderer object.
- setValueFontSize(int) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the value's fontsize.
- setValueQueryCollection(ValueQueryCollection) -
Method in class com.esri.aims.mtier.model.metadata.query.Clause
- Sets the ValueQueryCollection for this Clause.
- setVariant(String) -
Method in class com.esri.aims.mtier.model.map.environment.Locale
- Sets the variant using given string for this
Locale
.
- setVersion(boolean) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap version.
- setVersion(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Sets the version of the virtual server represented by this object.
- setVirtualServer(String, String, String) -
Method in class com.esri.aims.mtier.model.admin.Service
- Used to set the name of the virtualServer.
- setVisible(boolean) -
Method in class com.esri.aims.mtier.model.map.layer.Layer
- Sets the visibility property for this
Layer
object.
- setWhereExpression(String) -
Method in class com.esri.aims.mtier.model.map.layer.query.Filter
- Sets the
Filter
objects 'Where' expression.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.map.Map
- Sets the Map objects width value in pixels.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.map.Legend
- Sets the width in pixels for this legend.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Sets the SimpleMarkerSymbol's width value.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Sets the SimpleLineSymbol's width value.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.map.layer.renderer.symbol.HashLineSymbol
- Sets the width of the crosshash in pixels.
- setWidth(long) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Sets the WMSMap object's width value in pixels.
- setWord(String) -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Sets the value for a word search.
- setWorkspaceName(String) -
Method in class com.esri.aims.mtier.model.workspace.Dataset
- Sets the workspace object's name to associate the dataset with.
- setX(double) -
Method in class com.esri.aims.mtier.model.acetate.Text
- Sets the X- coordinate value for this Text object.
- setX(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the X- coordinate value of this ScaleBar object.
- setX(double) -
Method in class com.esri.aims.mtier.model.acetate.Point
- Sets the x- coordinate location for this Point object.
- setX(double) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the x-coordinate location for this object.
- setX(double) -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Sets X-coordinate representing the center of the map.
- setX(double) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Sets the x coordinate value of the Raster object.
- setX(double) -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Sets the PointObjects x coordinate location value.
- setY(double) -
Method in class com.esri.aims.mtier.model.acetate.Text
- Sets the Y- coordinate value for thsi Text object.
- setY(double) -
Method in class com.esri.aims.mtier.model.acetate.ScaleBar
- Sets the Y- coordinate value for this ScaleBar object.
- setY(double) -
Method in class com.esri.aims.mtier.model.acetate.Point
- Sets the y- coordinate location for this Point object.
- setY(double) -
Method in class com.esri.aims.mtier.model.acetate.NorthArrow
- Sets the y-coordinate location for this NorthArrow object.
- setY(double) -
Method in class com.esri.aims.mtier.model.arcmap.Scale
- Sets Y-coordinate representing the center of the map.
- setY(double) -
Method in class com.esri.aims.mtier.model.map.layer.raster.Raster
- Sets the y coordinate value of the Raster object.
- setY(double) -
Method in class com.esri.aims.mtier.model.wmsmap.PointObject
- Sets the PointObjects y coordinate location value.
- setZCode(int) -
Method in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- Sets the zCode.
- setZcode(String) -
Method in class com.esri.aims.mtier.model.metadata.publish.SemanticPair
- Sets the numeric code defining semantics from the GEO Attribute set.
- setZCode(String) -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Sets the given string as z code value for this object.
- setZCode(String) -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Sets the z code value of this object.
- Shape - interface com.esri.aims.mtier.model.acetate.Shape.
- Implements an interface for
Point
, Points
,
Line
, and Polygon
objects. - ShapeWorkspace - class com.esri.aims.mtier.model.workspace.ShapeWorkspace.
- The ShapeWorkspace object defines a shapefile data source.
- ShapeWorkspace() -
Constructor for class com.esri.aims.mtier.model.workspace.ShapeWorkspace
- Constructs an instance of a ShapeWorkspace object.
- ShieldSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol.
- This object is used for drawing predefined highway shields.
- ShieldSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
- Constructs an instance of a ShieldSymbol object.
- shutdownService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Shuts down a running ArcSDE service.
- SIBLING_TYPE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- SimpleLabelRenderer - class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer.
- This class contains symbols that represents map labeling.
- SimpleLabelRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.SimpleLabelRenderer
- Constructs an instance of a
SimpleLabelRenderer
object.
- SimpleLineSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol.
- Respresents a symbol for a line feature.
- SimpleLineSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
- Constructs an instance of a SimpleLineSymbol object.
- SimpleMarkerSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol.
- Used to symbolize point features using one of the predefined symbol
types: CIRCLE, TRIANGLE, SQUARE, CROSS, or a STAR.
- SimpleMarkerSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
- Constructs an instance of a SimpleMarkerSymbol.
- SimplePolygonSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol.
- Represents a symbol for a polygon feature.
- SimplePolygonSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Constructs an instance of a SimplePolygonSymbol Object.
- SimpleRenderer - class com.esri.aims.mtier.model.map.layer.renderer.SimpleRenderer.
- This class contains an assigned Symbol object.
- SimpleRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.SimpleRenderer
- Constructs an instance of a
SimpleRenderer
object.
- Site - class com.esri.aims.mtier.model.admin.Site.
- Represents the access point to a site (at 4.0, this is a
single Application Server) and all operations on that site.
- SITE_CONTAINS_AIMS -
Static variable in class com.esri.aims.mtier.model.admin.Site
-
- SITE_CONTAINS_ALL -
Static variable in class com.esri.aims.mtier.model.admin.Site
-
- SITE_CONTAINS_NONE -
Static variable in class com.esri.aims.mtier.model.admin.Site
-
- SITE_CONTAINS_SDE -
Static variable in class com.esri.aims.mtier.model.admin.Site
-
- Site() -
Constructor for class com.esri.aims.mtier.model.admin.Site
- Constructs a new
Site
object.
- size() -
Method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Returns the size of the collection.
- size() -
Method in class com.esri.aims.mtier.model.admin.ServiceCollection
- Returns the size of the collection.
- size() -
Method in class com.esri.aims.mtier.model.admin.ServerCollection
- Returns the size of the Server collection.
- size() -
Method in class com.esri.aims.mtier.model.admin.SdeServersCollection
- Returns the size of this collection.
- size() -
Method in class com.esri.aims.mtier.model.admin.SdeConnections
- Returns the size of this collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.DatasetCollection
- Returns the size of this Dataset collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.ValueQueryCollection
- returns the size of this collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.TextQueryCollection
- Returns the size of this collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.SubsetCollection
- Returns the size of this Subset collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.EnvelopeCollection
- Returns the size of this collection.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection
- Returns the size of this object.
- size() -
Method in class com.esri.aims.mtier.model.metadata.query.ClauseCollection
- Returns the size of this collection.
- skippedEntity(String) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of a skipped entity.
- SOLID -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines boundary type as SOLID.
- SOLID -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLineSymbol
-
- SOUTH -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- SOUTH -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- SOUTHEAST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- SOUTHEAST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- SOUTHWEST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- SOUTHWEST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- SPATIALFIRST -
Static variable in class com.esri.aims.mtier.model.map.layer.query.Filter
-
- SPECIAL_BUILD_NUMBER -
Static variable in class com.esri.aims.mtier.Version
-
- SQUARE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
- Defines line end style as SQUARE.
- SQUARE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
-
- STAR -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
-
- startDocument() -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of the beginning of a document.
- startElement(String, AttributeList) -
Method in class com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
-
- startElement(String, String, String, Attributes) -
Method in class com.esri.aims.mtier.model.axl.ResponseHandler
- Called before an Element is read.
- startElement(String, String, String, Attributes) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Receives notification of the beginning of an element.
- startPrefixMapping(String, String) -
Method in class com.esri.aims.mtier.model.axl.AXLContentHandler
- Begin the scope of a prefix-URI Namespace mapping.
- startService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Service
- Starts this service.
- startService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Starts an ArcSDE service.
- STATICMAPIMAGE -
Static variable in class com.esri.aims.mtier.model.metadata.query.DocumentInfo
-
- stopService(ConnectionProxy) -
Method in class com.esri.aims.mtier.model.admin.Service
- Stops this service.
- StreamIOException - exception com.esri.aims.mtier.io.http.StreamIOException.
- this exception is thrown when an Esrimap stream has an error
- StreamIOException(String) -
Constructor for class com.esri.aims.mtier.io.http.StreamIOException
-
- stringToDouble(String) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the standard NumberFormat with current
default Locale.
- stringToDouble(String, double) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the standard NumberFormat with current
default Locale.
- stringToDouble(String, double, Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the standard NumberFormat with given Locale.
- stringToDouble(String, double, NumberFormat) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the given NumberFormat.
- stringToDouble(String, Locale) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the standard NumberFormat with specified locale.
- stringToDouble(String, NumberFormat) -
Static method in class com.esri.aims.mtier.model.util.DoubleConversion
- Converts a String to a double using the specified NumberFormat.
- STYLE1 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE2 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE3 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE4 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE5 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE6 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE7 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- STYLE8 -
Static variable in class com.esri.aims.mtier.model.acetate.NorthArrow
-
- Subset - class com.esri.aims.mtier.model.metadata.query.Subset.
- Implements a Subset element.
- Subset() -
Constructor for class com.esri.aims.mtier.model.metadata.query.Subset
- Constructs an instance of a Subset object.
- SubsetCollection - class com.esri.aims.mtier.model.metadata.query.SubsetCollection.
- Represents a collection of Subset objects.
- SubsetCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.query.SubsetCollection
- Constructs an instance of a SubsetCollection object.
- Symbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.Symbol.
- Implements an abstract symbol object.
- Symbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.Symbol
- Creates an instance of a Symbol.
- SymbolElementFactory - class com.esri.aims.mtier.model.axl.map.SymbolElementFactory.
- The SymbolElementFactory object contains elements for writing elements
pertaining to ArcXML symbol elements.
- SymbolElementFactory() -
Constructor for class com.esri.aims.mtier.model.axl.map.SymbolElementFactory
- Creates an instance of a SymbolElementFactory object.
T
- TableDesc - class com.esri.aims.mtier.model.map.layer.query.TableDesc.
- This object is created if the
loadRecordset
argument in the
initMap
method is set to True. - TableDesc() -
Constructor for class com.esri.aims.mtier.model.map.layer.query.TableDesc
- Constructs an instance of a
TableDesc
object.
- TAGS -
Static variable in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- defines the collection of objects to search
- TCP -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Defines a TCP connection type.
- TCP_ADMIN -
Static variable in class com.esri.aims.mtier.io.ConnectionProxy
- Defines a TCP connection for administrative requests.
- terminateSdeConnection(ConnectionProxy, String) -
Method in class com.esri.aims.mtier.model.admin.SdeServer
- Terminates an ArcSDE Server connection using the given
pid
.
- Text - class com.esri.aims.mtier.model.acetate.Text.
- Defines a Text object to be drawn as an acetate layer.
- Text() -
Constructor for class com.esri.aims.mtier.model.acetate.Text
- Constructs an instance of a Text object.
- TextMarkerSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol.
- Adds static text to an acetate layer.
- TextMarkerSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Constructs an instance of a TextMarkerSymbol object.
- TextQuery - class com.esri.aims.mtier.model.metadata.query.TextQuery.
- Implements a TextQuery object.
- TextQuery() -
Constructor for class com.esri.aims.mtier.model.metadata.query.TextQuery
- Constructs an instance of a TextQuery object.
- TextQueryCollection - class com.esri.aims.mtier.model.metadata.query.TextQueryCollection.
- Represents a collection of TextQuery objects.
- TextQueryCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.query.TextQueryCollection
- Constructor.
- TextSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol.
- This object is used to label point, line, and polygon layers.
- TextSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
- Constructs an instance of a TextSymbol object.
- TITLECAPS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- TITLECAPS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Determines how labels are printed.
- TITLECAPS -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- toMapPoint(double, double) -
Method in class com.esri.aims.mtier.model.map.Map
- Converts from pixel coordinate values to database coordinate values.
- toMapPoint(double, double) -
Method in class com.esri.aims.mtier.model.wmsmap.WmsMap
- Converts from pixel coordinate values to database coordinate values.
- toString() -
Method in class com.esri.aims.mtier.model.admin.VirtualServer
- Overwrites Object.toString().
- toString() -
Method in class com.esri.aims.mtier.model.admin.Service
- Overwrites Object.toString().
- toString() -
Method in class com.esri.aims.mtier.model.admin.Server
- Overwrites Object.toString().
- ToStringComparator - class com.esri.aims.mtier.model.util.ToStringComparator.
- Compares two objects using their
toString()
methods. - ToStringComparator() -
Constructor for class com.esri.aims.mtier.model.util.ToStringComparator
-
- TRIANGLE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarkerSymbol
-
- TrueTypeMarkerSymbol - class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol.
- Used to symbolize point features using TrueType symbols.
- TrueTypeMarkerSymbol() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
- Constructs an instance of
TrueTypeMarkerSymbol
.
U
- UIFont - class com.esri.aims.mtier.model.map.environment.UIFont.
- Contains the default font values of accessed ArcIMS services.
- UIFont() -
Constructor for class com.esri.aims.mtier.model.map.environment.UIFont
- Constructs an instance of an
UIFont
object.
- UnableToPingEsrimapException - exception com.esri.aims.mtier.io.http.UnableToPingEsrimapException.
- this exception is thrown when trying to construct a BaseEsrimap
and the code is unable to ping the ESRIMAP
- UnableToPingEsrimapException() -
Constructor for class com.esri.aims.mtier.io.http.UnableToPingEsrimapException
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.acetate.ScaleBar
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarkerSymbol
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextSymbol
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarkerSymbol
- Defines font style as underlined.
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.ShieldSymbol
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterShieldSymbol
-
- UNDERLINE -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarkerSymbol
-
- UNKNOWN -
Static variable in class com.esri.aims.mtier.model.axl.AXLAttributeException
- Code to indicate that the exception is due to an unknown AXL attribute.
- UNKNOWN_TYPE -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
- useBinary(boolean) -
Method in class com.esri.aims.mtier.model.admin.Service
-
- useFullText(boolean) -
Method in class com.esri.aims.mtier.model.metadata.query.TextQuery
- Sets whether or not this TextQuery should use a FULLTEXT search.
- User - class com.esri.aims.mtier.model.metadata.User.
- Defines a metadata user and supplies actions for manipulating users.
- User() -
Constructor for class com.esri.aims.mtier.model.metadata.User
- Constructs an instance of an User object.
- usesBinary() -
Method in class com.esri.aims.mtier.model.admin.Service
-
- usesContainer(String) -
Method in class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Returns a VirtualServerCollection of VirtualServer objects that use threads
a given container.
- Util - class com.esri.aims.mtier.model.axl.Util.
- Implements utility methods for AXL building and parsing.
- Util() -
Constructor for class com.esri.aims.mtier.model.axl.Util
-
- UUID - class com.esri.aims.mtier.model.metadata.publish.UUID.
- Used to get the UUID (unique IDs) from the metadata server.
- UUID() -
Constructor for class com.esri.aims.mtier.model.metadata.publish.UUID
-
V
- ValueMap - class com.esri.aims.mtier.model.map.layer.renderer.ValueMap.
- Implements an abstract ValueMap object.
- ValueMap() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
- Constructs an instance of a
ValueMap
object.
- ValueMapLabelRenderer - class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer.
- Implements a
ValueMapLabelRenderer
that allows different label symbols to
be set for different features on the map. - ValueMapLabelRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.ValueMapLabelRenderer
- Constructs an instance of a
ValueMapLabelRenderer
object.
- ValueMapRenderer - class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer.
- A ValueMapRenderer object allows different symbols to
be set for different features on the map.
- ValueMapRenderer() -
Constructor for class com.esri.aims.mtier.model.map.layer.renderer.ValueMapRenderer
- Constructs an instance of a
ValueMapRenderer
object.
- ValueQuery - class com.esri.aims.mtier.model.metadata.query.ValueQuery.
- Implements a ValueQuery object.
- ValueQuery() -
Constructor for class com.esri.aims.mtier.model.metadata.query.ValueQuery
- Constructor.
- ValueQueryCollection - class com.esri.aims.mtier.model.metadata.query.ValueQueryCollection.
- Represents a collection of Keyword objects.
- ValueQueryCollection() -
Constructor for class com.esri.aims.mtier.model.metadata.query.ValueQueryCollection
- Constructor.
- Version - class com.esri.aims.mtier.Version.
- Defines the software build version.
- VERSION -
Static variable in class com.esri.aims.mtier.Version
-
- VERTICAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygonSymbol
-
- VERTICAL -
Static variable in class com.esri.aims.mtier.model.map.layer.renderer.symbol.GradientFillSymbol
- Defines symbol type.
- VirtualServer - class com.esri.aims.mtier.model.admin.VirtualServer.
- Implements a proxy for a Site's virtual server.
- VirtualServer() -
Constructor for class com.esri.aims.mtier.model.admin.VirtualServer
- Constructs a new
VirtualServer
object.
- VirtualServerCollection - class com.esri.aims.mtier.model.admin.VirtualServerCollection.
- Defines a Collection of VirtualServers.
- VirtualServerCollection() -
Constructor for class com.esri.aims.mtier.model.admin.VirtualServerCollection
- Default Constructor.
W
- WarningException - exception com.esri.aims.mtier.io.http.WarningException.
- this exception is thrown when an Esrimap stream has a warning
- WarningException(String) -
Constructor for class com.esri.aims.mtier.io.http.WarningException
-
- WarningMessage - class com.esri.aims.mtier.io.WarningMessage.
-
- WarningMessage() -
Constructor for class com.esri.aims.mtier.io.WarningMessage
-
- WEST -
Static variable in class com.esri.aims.mtier.model.map.Map
-
- WEST -
Static variable in class com.esri.aims.mtier.model.wmsmap.WmsMap
-
- WITHIN -
Static variable in class com.esri.aims.mtier.model.metadata.Envelope
-
- WMSException - exception com.esri.aims.mtier.model.wmsmap.WMSException.
-
- WMSException(String) -
Constructor for class com.esri.aims.mtier.model.wmsmap.WMSException
- Constructs an instance of WMSException with given message.
- WmsLayer - class com.esri.aims.mtier.model.wmsmap.WmsLayer.
- Defines a WMS Layer with name, style, SRS, and bounding box.
- WmsLayer() -
Constructor for class com.esri.aims.mtier.model.wmsmap.WmsLayer
-
- WmsLayers - class com.esri.aims.mtier.model.wmsmap.WmsLayers.
- The Layers object contains a collection of all layers associated with the WMSMap
object's service.
- WmsLayers() -
Method in class com.esri.aims.mtier.model.wmsmap.WmsLayers
- Constructs an instance of the Layers object.
- WmsLayers() -
Constructor for class com.esri.aims.mtier.model.wmsmap.WmsLayers
-
- WmsMap - class com.esri.aims.mtier.model.wmsmap.WmsMap.
- Connects to a OGC WMS service and represents the wmsmap to be displayed.
- WmsMap() -
Constructor for class com.esri.aims.mtier.model.wmsmap.WmsMap
- Constructs an instance of a WmsMap object.
- WORDS -
Static variable in class com.esri.aims.mtier.model.metadata.query.CollectionInfo
- defines the collection of objects to search
- writeString(Document) -
Static method in class com.esri.aims.mtier.model.util.DomToString
- Writes the XML Document object to a String object.
- writeString(InputStream) -
Static method in class com.esri.aims.mtier.model.util.InputStreamToString
- Creates a String object from an InputStream object.
X
- XOR_OPERATOR -
Static variable in class com.esri.aims.mtier.model.metadata.query.Clause
-
- XOR_OPERATOR -
Static variable in class com.esri.aims.mtier.model.metadata.query.Browse
-
A B C D E F G H I K L M N O P Q R S T U V W X