Uses of Class
org.n52.shetland.ogc.gml.GmlConstants.NilReason
-
Packages that use GmlConstants.NilReason Package Description org.n52.shetland.iso.gmd org.n52.shetland.ogc.gml -
-
Uses of GmlConstants.NilReason in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return GmlConstants.NilReason Modifier and Type Method Description GmlConstants.NilReasonGmdConformanceResult. getPassNilReason()GmlConstants.NilReasonGmdQuantitativeResult. getValueNilReason()Methods in org.n52.shetland.iso.gmd with parameters of type GmlConstants.NilReason Modifier and Type Method Description static OmResultQualityGmdDomainConsistency. dataCapture(GmlConstants.NilReason nilReason)static GmdConformanceResultGmdDomainConsistency. timeCoverage(GmlConstants.NilReason nilReason)static GmdQuantitativeResultGmdDomainConsistency. uncertaintyEstimation(GmlConstants.NilReason nilReason)Constructors in org.n52.shetland.iso.gmd with parameters of type GmlConstants.NilReason Constructor Description GmdConformanceResult(GmlConstants.NilReason passNilReason, GmdSpecification specification)GmdQuantitativeResult(GmlBaseUnit unit, GmlConstants.NilReason valueNilReason) -
Uses of GmlConstants.NilReason in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return GmlConstants.NilReason Modifier and Type Method Description static GmlConstants.NilReasonGmlConstants.NilReason. valueOf(String name)Returns the enum constant of this type with the specified name.static GmlConstants.NilReason[]GmlConstants.NilReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-