Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api |
Modifier and Type | Class and Description |
---|---|
class |
InputParameter
This class implements the InputParam interface.
|
Modifier and Type | Method and Description |
---|---|
InputParam |
CustomObjectMember.getInput() |
Modifier and Type | Method and Description |
---|---|
List<InputParam> |
GeocodeOperation.getOptionalInput() |
List<InputParam> |
GeocodeOperation.getRequiredInput() |
List<InputParam> |
SupportLevel.getUpdatedOptionalInput() |
List<InputParam> |
SupportLevel.getUpdatedRequiredInput() |
Modifier and Type | Method and Description |
---|---|
void |
CustomObjectMember.setInput(InputParam input) |
Modifier and Type | Method and Description |
---|---|
void |
GeocodeOperation.setOptionalInput(List<InputParam> params) |
void |
GeocodeOperation.setRequiredInput(List<InputParam> params) |
void |
SupportLevel.setUpdatedOptionalInput(List<InputParam> optionalInput) |
void |
SupportLevel.setUpdatedRequiredInput(List<InputParam> requiredInput) |
Constructor and Description |
---|
InputParameter(InputParam copy) |
Modifier and Type | Method and Description |
---|---|
List<InputParam> |
Operation.getOptionalInput()
List of any optional input objects for the operation
|
List<InputParam> |
Operation.getRequiredInput()
List of any required input objects for the operation
|
List<InputParam> |
SupportLevelDescriptor.getUpdatedOptionalInput()
Changes to optional input of the base operation, if any
|
List<InputParam> |
SupportLevelDescriptor.getUpdatedRequiredInput()
Changes to required input of the base operation, if any
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setOptionalInput(List<InputParam> params)
The optional input
|
void |
Operation.setRequiredInput(List<InputParam> params)
The required input
|
void |
SupportLevelDescriptor.setUpdatedOptionalInput(List<InputParam> optionalInput)
Changes to optional input of the base operation, if any
|
void |
SupportLevelDescriptor.setUpdatedRequiredInput(List<InputParam> requiredInput)
Changes to required input of the base operation, if any
|
Copyright © 2024. All rights reserved.