Package ucar.nc2.ogc.gml
Class NcReferenceType
- java.lang.Object
-
- ucar.nc2.ogc.gml.NcReferenceType
-
public abstract class NcReferenceType extends Object
Created by cwardgar on 3/7/14.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.opengis.gml.x32.ReferenceType
initInterpolationType(net.opengis.gml.x32.ReferenceType interpolationType)
static net.opengis.gml.x32.ReferenceType
initObservedProperty(net.opengis.gml.x32.ReferenceType observedProperty, VariableSimpleIF dataVar)
-
-
-
Method Detail
-
initObservedProperty
public static net.opengis.gml.x32.ReferenceType initObservedProperty(net.opengis.gml.x32.ReferenceType observedProperty, VariableSimpleIF dataVar)
-
initInterpolationType
public static net.opengis.gml.x32.ReferenceType initInterpolationType(net.opengis.gml.x32.ReferenceType interpolationType)
-
-