Class DistributedComputingPlatform

Object
CodeList<DistributedComputingPlatform>
DistributedComputingPlatform
All Implemented Interfaces:
Serializable, Comparable<DistributedComputingPlatform>, ControlledVocabulary

@UML(identifier="DCPList", specification=ISO_19115) public final class DistributedComputingPlatform extends CodeList<DistributedComputingPlatform>
Distributed computing platform (DCP) on which an operation has been implemented.
Since:
3.1
See Also:
Departure from OGC/ISO abstract specification:
Change of name without change in functionality Renamed from "DCPList" to "DistributedComputingPlatform" for the following reasons:
  1. GeoAPI avoids the "List" suffix because instances of this class are not list. The concept of list rather applies to the list of predefined static constants in this class.
  2. "DCP" is an abbreviation, and Java usage is to avoid abbreviations unless they are well known.