接口 ProtoFeature.GeometryCollectionOrBuilder

    • 方法详细资料

      • getPointsCount

        int getPointsCount()
        repeated .pojo.Point points = 1;
      • getLineStringsCount

        int getLineStringsCount()
        repeated .pojo.LineString lineStrings = 2;
      • getPolygonsCount

        int getPolygonsCount()
        repeated .pojo.Polygon polygons = 3;
      • getMultiPointsCount

        int getMultiPointsCount()
        repeated .pojo.MultiPoint multiPoints = 4;
      • getMultiLineStringsCount

        int getMultiLineStringsCount()
        repeated .pojo.MultiLineString multiLineStrings = 5;
      • getMultiPolygonsCount

        int getMultiPolygonsCount()
        repeated .pojo.MultiPolygon multiPolygons = 6;
      • getGeometryCollections

        ProtoFeature.GeometryCollection getGeometryCollections​(int index)
         允许嵌套
         
        repeated .pojo.GeometryCollection geometryCollections = 7;
      • getGeometryCollectionsCount

        int getGeometryCollectionsCount()
         允许嵌套
         
        repeated .pojo.GeometryCollection geometryCollections = 7;