Package ucar.gcdm

Interface GcdmGridProto.GridHorizCoordinateSystemOrBuilder

    • Method Detail

      • hasProjection

        boolean hasProjection()
        .ucar.gcdm.Projection projection = 1;
        Returns:
        Whether the projection field is set.
      • getProjection

        GcdmGridProto.Projection getProjection()
        .ucar.gcdm.Projection projection = 1;
        Returns:
        The projection.
      • getXaxisName

        String getXaxisName()
        string xaxis_name = 2;
        Returns:
        The xaxisName.
      • getXaxisNameBytes

        com.google.protobuf.ByteString getXaxisNameBytes()
        string xaxis_name = 2;
        Returns:
        The bytes for xaxisName.
      • getYaxisName

        String getYaxisName()
        string yaxis_name = 3;
        Returns:
        The yaxisName.
      • getYaxisNameBytes

        com.google.protobuf.ByteString getYaxisNameBytes()
        string yaxis_name = 3;
        Returns:
        The bytes for yaxisName.
      • getIsCurvilinear

        boolean getIsCurvilinear()
        bool is_curvilinear = 4;
        Returns:
        The isCurvilinear.
      • getId

        int getId()
        sint32 id = 5;
        Returns:
        The id.
      • hasXaxis

        boolean hasXaxis()
         curvilinear only
         
        .ucar.gcdm.GridAxis xaxis = 6;
        Returns:
        Whether the xaxis field is set.
      • getXaxis

        GcdmGridProto.GridAxis getXaxis()
         curvilinear only
         
        .ucar.gcdm.GridAxis xaxis = 6;
        Returns:
        The xaxis.
      • hasYaxis

        boolean hasYaxis()
        .ucar.gcdm.GridAxis yaxis = 7;
        Returns:
        Whether the yaxis field is set.
      • hasLatEdges

        boolean hasLatEdges()
        .ucar.gcdm.Data lat_edges = 8;
        Returns:
        Whether the latEdges field is set.
      • getLatEdges

        GcdmNetcdfProto.Data getLatEdges()
        .ucar.gcdm.Data lat_edges = 8;
        Returns:
        The latEdges.
      • hasLonEdges

        boolean hasLonEdges()
        .ucar.gcdm.Data lon_edges = 9;
        Returns:
        Whether the lonEdges field is set.
      • getLonEdges

        GcdmNetcdfProto.Data getLonEdges()
        .ucar.gcdm.Data lon_edges = 9;
        Returns:
        The lonEdges.