Interface CdmrFeatureProto.CoordAxisOrBuilder

    • Method Detail

      • getName

        String getName()
         short name, unique within dataset
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         short name, unique within dataset
         
        string name = 1;
        Returns:
        The bytes for name.
      • getDataTypeValue

        int getDataTypeValue()
        .DataType dataType = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getAtts

        NcStreamProto.Attribute getAtts​(int index)
         find calendar attribute here?
         
        repeated .Attribute atts = 3;
      • getAttsCount

        int getAttsCount()
         find calendar attribute here?
         
        repeated .Attribute atts = 3;
      • getAxisTypeValue

        int getAxisTypeValue()
        .AxisType axisType = 4;
        Returns:
        The enum numeric value on the wire for axisType.
      • getUnits

        String getUnits()
        string units = 5;
        Returns:
        The units.
      • getUnitsBytes

        com.google.protobuf.ByteString getUnitsBytes()
        string units = 5;
        Returns:
        The bytes for units.
      • getDescription

        String getDescription()
        string description = 6;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 6;
        Returns:
        The bytes for description.
      • getDependValue

        int getDependValue()
        .DependenceType depend = 7;
        Returns:
        The enum numeric value on the wire for depend.
      • getDependsOnList

        List<String> getDependsOnList()
         depends on these axes, only for non-independent axes
         
        repeated string dependsOn = 8;
        Returns:
        A list containing the dependsOn.
      • getDependsOnCount

        int getDependsOnCount()
         depends on these axes, only for non-independent axes
         
        repeated string dependsOn = 8;
        Returns:
        The count of dependsOn.
      • getDependsOn

        String getDependsOn​(int index)
         depends on these axes, only for non-independent axes
         
        repeated string dependsOn = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dependsOn at the given index.
      • getDependsOnBytes

        com.google.protobuf.ByteString getDependsOnBytes​(int index)
         depends on these axes, only for non-independent axes
         
        repeated string dependsOn = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dependsOn at the given index.
      • getShapeList

        List<Integer> getShapeList()
         the shape of the axis (>1D only)
         
        repeated uint32 shape = 9;
        Returns:
        A list containing the shape.
      • getShapeCount

        int getShapeCount()
         the shape of the axis (>1D only)
         
        repeated uint32 shape = 9;
        Returns:
        The count of shape.
      • getShape

        int getShape​(int index)
         the shape of the axis (>1D only)
         
        repeated uint32 shape = 9;
        Parameters:
        index - The index of the element to return.
        Returns:
        The shape at the given index.
      • getNvalues

        long getNvalues()
        int64 nvalues = 10;
        Returns:
        The nvalues.
      • getSpacingValue

        int getSpacingValue()
        .AxisSpacing spacing = 11;
        Returns:
        The enum numeric value on the wire for spacing.
      • getStartValue

        double getStartValue()
        double startValue = 12;
        Returns:
        The startValue.
      • getEndValue

        double getEndValue()
        double endValue = 13;
        Returns:
        The endValue.
      • getResolution

        double getResolution()
         resolution = (end-start) / (nvalues-1)
         
        double resolution = 14;
        Returns:
        The resolution.
      • getValues

        com.google.protobuf.ByteString getValues()
         big endian doubles; not used for regular, may be deferred
         
        bytes values = 15;
        Returns:
        The values.