Uses of Class
org.opengis.metadata.identification.DistributedComputingPlatform
- 
Packages that use DistributedComputingPlatform Package Description org.opengis.metadata.identification Information to uniquely identify the data or service. - 
- 
Uses of DistributedComputingPlatform in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as DistributedComputingPlatform Modifier and Type Field Description static DistributedComputingPlatformDistributedComputingPlatform. COMComponent Object Model.static DistributedComputingPlatformDistributedComputingPlatform. CORBACommon Object Request Broker Architecture.static DistributedComputingPlatformDistributedComputingPlatform. FTPFile Transfert Protocol.static DistributedComputingPlatformDistributedComputingPlatform. HTTPExtensible Markup Language.static DistributedComputingPlatformDistributedComputingPlatform. JAVAObject - oriented programming language.static DistributedComputingPlatformDistributedComputingPlatform. SOAPSimple Object Access Protocole.static DistributedComputingPlatformDistributedComputingPlatform. SQLStructured Query Language.static DistributedComputingPlatformDistributedComputingPlatform. WEB_SERVICESWeb Services.static DistributedComputingPlatformDistributedComputingPlatform. XMLExtensible Markup Language.static DistributedComputingPlatformDistributedComputingPlatform. Z3950ISO 23950.Methods in org.opengis.metadata.identification that return DistributedComputingPlatform Modifier and Type Method Description DistributedComputingPlatform[]DistributedComputingPlatform. family()Returns the list of codes of the same kind than this code list element.static DistributedComputingPlatformDistributedComputingPlatform. valueOf(String code)Returns the DCP List that matches the given string, or returns a new one if none match it.static DistributedComputingPlatform[]DistributedComputingPlatform. values()Returns the list ofDistributedComputingPlatforms.Methods in org.opengis.metadata.identification that return types with arguments of type DistributedComputingPlatform Modifier and Type Method Description Collection<DistributedComputingPlatform>OperationMetadata. getDistributedComputingPlatforms()Distributed computing platforms (DCPs) on which the operation has been implemented. 
 -