name | data type | description |
---|---|---|
CheckStatusAddress | string | |
SubscribeAddress | string | |
ManageSubscriptionAddress | string | |
GetDataAddress | string | |
StatusResponseAddress | string | |
SubscriberAddress | string | |
NotifyAddress | string | |
ConsumerAddress | string | |
DataNameSpaces | DataNameSpacesStructure | |
Language | string | |
GmlCoordinateFormat | string | |
WgsDecimalDegrees | string | |
DistanceUnits | string | |
VelocityUnits | string | |
DataHorizon | Duration | |
RequestTimeout | Duration | |
DeliveryMethod | DeliveryMethodEnumeration | |
MultipartDespatch | boolean | |
ConfirmDelivery | boolean | |
MaximimumNumberOfSubscriptions | number | |
AllowedPredictors | PredictorsEnumeration | |
PredictionFunction | string |
Example
{ "CheckStatusAddress" : "...", "SubscribeAddress" : "...", "ManageSubscriptionAddress" : "...", "GetDataAddress" : "...", "StatusResponseAddress" : "...", "SubscriberAddress" : "...", "NotifyAddress" : "...", "ConsumerAddress" : "...", "DataNameSpaces" : { "StopPointNameSpace" : "...", "LineNameSpace" : "...", "ProductCategoryNameSpace" : "...", "ServiceFeatureNameSpace" : "...", "VehicleFeatureNameSpace" : "..." }, "Language" : "...", "GmlCoordinateFormat" : "...", "WgsDecimalDegrees" : "...", "DistanceUnits" : "...", "VelocityUnits" : "...", "DataHorizon" : { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 }, "RequestTimeout" : { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 }, "DeliveryMethod" : "direct", "MultipartDespatch" : true, "ConfirmDelivery" : true, "MaximimumNumberOfSubscriptions" : 12345, "AllowedPredictors" : "avmsOnly", "PredictionFunction" : "..." }