Interface CdmrFeatureProto.GeoReferencedArrayOrBuilder

    • Method Detail

      • getCoverageName

        String getCoverageName()
         full escaped name.
         
        string coverageName = 1;
        Returns:
        The coverageName.
      • getCoverageNameBytes

        com.google.protobuf.ByteString getCoverageNameBytes()
         full escaped name.
         
        string coverageName = 1;
        Returns:
        The bytes for coverageName.
      • getDataTypeValue

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

        boolean getBigend()
        bool bigend = 3;
        Returns:
        The bigend.
      • getVersion

        int getVersion()
         set to >= 3 for proto3
         
        uint32 version = 4;
        Returns:
        The version.
      • getCompressValue

        int getCompressValue()
        .Compress compress = 5;
        Returns:
        The enum numeric value on the wire for compress.
      • getUncompressedSize

        long getUncompressedSize()
        uint64 uncompressedSize = 6;
        Returns:
        The uncompressedSize.
      • getShapeList

        List<Integer> getShapeList()
         the shape of the returned array
         
        repeated uint32 shape = 7;
        Returns:
        A list containing the shape.
      • getShapeCount

        int getShapeCount()
         the shape of the returned array
         
        repeated uint32 shape = 7;
        Returns:
        The count of shape.
      • getShape

        int getShape​(int index)
         the shape of the returned array
         
        repeated uint32 shape = 7;
        Parameters:
        index - The index of the element to return.
        Returns:
        The shape at the given index.
      • getAxisNameList

        List<String> getAxisNameList()
         each dimension corresponds to this axis
         
        repeated string axisName = 8;
        Returns:
        A list containing the axisName.
      • getAxisNameCount

        int getAxisNameCount()
         each dimension corresponds to this axis
         
        repeated string axisName = 8;
        Returns:
        The count of axisName.
      • getAxisName

        String getAxisName​(int index)
         each dimension corresponds to this axis
         
        repeated string axisName = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The axisName at the given index.
      • getAxisNameBytes

        com.google.protobuf.ByteString getAxisNameBytes​(int index)
         each dimension corresponds to this axis
         
        repeated string axisName = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the axisName at the given index.
      • getCoordSysName

        String getCoordSysName()
         must have coordAxes corresponding to shape
         
        string coordSysName = 9;
        Returns:
        The coordSysName.
      • getCoordSysNameBytes

        com.google.protobuf.ByteString getCoordSysNameBytes()
         must have coordAxes corresponding to shape
         
        string coordSysName = 9;
        Returns:
        The bytes for coordSysName.
      • getPrimdata

        com.google.protobuf.ByteString getPrimdata()
         rectangular, primitive array
         
        bytes primdata = 10;
        Returns:
        The primdata.