接口 ProtoFeature.GeometryOrBuilder

    • 方法详细资料

      • hasPoint

        boolean hasPoint()
        .pojo.Point point = 1;
        返回:
        Whether the point field is set.
      • hasLineString

        boolean hasLineString()
        .pojo.LineString lineString = 2;
        返回:
        Whether the lineString field is set.
      • hasPolygon

        boolean hasPolygon()
        .pojo.Polygon polygon = 3;
        返回:
        Whether the polygon field is set.
      • hasMultiPoint

        boolean hasMultiPoint()
        .pojo.MultiPoint multiPoint = 4;
        返回:
        Whether the multiPoint field is set.
      • hasMultiLineString

        boolean hasMultiLineString()
        .pojo.MultiLineString multiLineString = 5;
        返回:
        Whether the multiLineString field is set.
      • getMultiLineString

        ProtoFeature.MultiLineString getMultiLineString()
        .pojo.MultiLineString multiLineString = 5;
        返回:
        The multiLineString.
      • hasMultiPolygon

        boolean hasMultiPolygon()
        .pojo.MultiPolygon multiPolygon = 6;
        返回:
        Whether the multiPolygon field is set.
      • getMultiPolygon

        ProtoFeature.MultiPolygon getMultiPolygon()
        .pojo.MultiPolygon multiPolygon = 6;
        返回:
        The multiPolygon.
      • hasGeometryCollection

        boolean hasGeometryCollection()
        .pojo.GeometryCollection geometryCollection = 7;
        返回:
        Whether the geometryCollection field is set.
      • getGeometryCollection

        ProtoFeature.GeometryCollection getGeometryCollection()
        .pojo.GeometryCollection geometryCollection = 7;
        返回:
        The geometryCollection.