Uses of Interface
org.n52.svalbard.ConformanceClass
-
Packages that use ConformanceClass Package Description org.n52.svalbard.decode org.n52.svalbard.encode -
-
Uses of ConformanceClass in org.n52.svalbard.decode
Subinterfaces of ConformanceClass in org.n52.svalbard.decode Modifier and Type Interface Description interfaceConformanceClassDecoder<T,S>Generic interface for decoders.interfaceProcedureDecoder<T,S> -
Uses of ConformanceClass in org.n52.svalbard.encode
Subinterfaces of ConformanceClass in org.n52.svalbard.encode Modifier and Type Interface Description interfaceConformanceClassEncoder<T,S>Generic interface for Encoders.interfaceObservationEncoder<S,T>interfaceProcedureEncoder<S,T>Classes in org.n52.svalbard.encode that implement ConformanceClass Modifier and Type Class Description classUVFEncoderThe UVFEncoder implements the so called Universal Variable Format.
-