所有方法 静态方法 实例方法 具体方法
| 修饰符和类型 |
方法 |
说明 |
ProtoFeature.GeometryCollection.Builder |
addAllGeometryCollections(Iterable<? extends ProtoFeature.GeometryCollection> values) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addAllLineStrings(Iterable<? extends ProtoFeature.LineString> values) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
addAllMultiLineStrings(Iterable<? extends ProtoFeature.MultiLineString> values) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
addAllMultiPoints(Iterable<? extends ProtoFeature.MultiPoint> values) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
addAllMultiPolygons(Iterable<? extends ProtoFeature.MultiPolygon> values) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
addAllPoints(Iterable<? extends ProtoFeature.Point> values) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
addAllPolygons(Iterable<? extends ProtoFeature.Polygon> values) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollections(int index,
ProtoFeature.GeometryCollection value) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollections(int index,
ProtoFeature.GeometryCollection.Builder builderForValue) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollections(ProtoFeature.GeometryCollection value) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollections(ProtoFeature.GeometryCollection.Builder builderForValue) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollectionsBuilder() |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addGeometryCollectionsBuilder(int index) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
addLineStrings(int index,
ProtoFeature.LineString value) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
addLineStrings(int index,
ProtoFeature.LineString.Builder builderForValue) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
addLineStrings(ProtoFeature.LineString value) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
addLineStrings(ProtoFeature.LineString.Builder builderForValue) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.LineString.Builder |
addLineStringsBuilder() |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.LineString.Builder |
addLineStringsBuilder(int index) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
addMultiLineStrings(int index,
ProtoFeature.MultiLineString value) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
addMultiLineStrings(int index,
ProtoFeature.MultiLineString.Builder builderForValue) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
addMultiLineStrings(ProtoFeature.MultiLineString value) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
addMultiLineStrings(ProtoFeature.MultiLineString.Builder builderForValue) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.MultiLineString.Builder |
addMultiLineStringsBuilder() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.MultiLineString.Builder |
addMultiLineStringsBuilder(int index) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPoints(int index,
ProtoFeature.MultiPoint value) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPoints(int index,
ProtoFeature.MultiPoint.Builder builderForValue) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPoints(ProtoFeature.MultiPoint value) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPoints(ProtoFeature.MultiPoint.Builder builderForValue) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
addMultiPointsBuilder() |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
addMultiPointsBuilder(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPolygons(int index,
ProtoFeature.MultiPolygon value) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPolygons(int index,
ProtoFeature.MultiPolygon.Builder builderForValue) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPolygons(ProtoFeature.MultiPolygon value) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
addMultiPolygons(ProtoFeature.MultiPolygon.Builder builderForValue) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.MultiPolygon.Builder |
addMultiPolygonsBuilder() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.MultiPolygon.Builder |
addMultiPolygonsBuilder(int index) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
addPoints(int index,
ProtoFeature.Point value) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
addPoints(int index,
ProtoFeature.Point.Builder builderForValue) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
addPoints(ProtoFeature.Point value) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
addPoints(ProtoFeature.Point.Builder builderForValue) |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
addPointsBuilder() |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
addPointsBuilder(int index) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
addPolygons(int index,
ProtoFeature.Polygon value) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
addPolygons(int index,
ProtoFeature.Polygon.Builder builderForValue) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
addPolygons(ProtoFeature.Polygon value) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
addPolygons(ProtoFeature.Polygon.Builder builderForValue) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.Polygon.Builder |
addPolygonsBuilder() |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.Polygon.Builder |
addPolygonsBuilder(int index) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.GeometryCollection |
build() |
|
ProtoFeature.GeometryCollection |
buildPartial() |
|
ProtoFeature.GeometryCollection.Builder |
clear() |
|
ProtoFeature.GeometryCollection.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ProtoFeature.GeometryCollection.Builder |
clearGeometryCollections() |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
clearLineStrings() |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
clearMultiLineStrings() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
clearMultiPoints() |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
clearMultiPolygons() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ProtoFeature.GeometryCollection.Builder |
clearPoints() |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
clearPolygons() |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
clone() |
|
ProtoFeature.GeometryCollection |
getDefaultInstanceForType() |
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
|
ProtoFeature.GeometryCollection |
getGeometryCollections(int index) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
getGeometryCollectionsBuilder(int index) |
允许嵌套
|
List<ProtoFeature.GeometryCollection.Builder> |
getGeometryCollectionsBuilderList() |
允许嵌套
|
int |
getGeometryCollectionsCount() |
允许嵌套
|
List<ProtoFeature.GeometryCollection> |
getGeometryCollectionsList() |
允许嵌套
|
ProtoFeature.GeometryCollectionOrBuilder |
getGeometryCollectionsOrBuilder(int index) |
允许嵌套
|
List<? extends ProtoFeature.GeometryCollectionOrBuilder> |
getGeometryCollectionsOrBuilderList() |
允许嵌套
|
ProtoFeature.LineString |
getLineStrings(int index) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.LineString.Builder |
getLineStringsBuilder(int index) |
repeated .pojo.LineString lineStrings = 2;
|
List<ProtoFeature.LineString.Builder> |
getLineStringsBuilderList() |
repeated .pojo.LineString lineStrings = 2;
|
int |
getLineStringsCount() |
repeated .pojo.LineString lineStrings = 2;
|
List<ProtoFeature.LineString> |
getLineStringsList() |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.LineStringOrBuilder |
getLineStringsOrBuilder(int index) |
repeated .pojo.LineString lineStrings = 2;
|
List<? extends ProtoFeature.LineStringOrBuilder> |
getLineStringsOrBuilderList() |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.MultiLineString |
getMultiLineStrings(int index) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.MultiLineString.Builder |
getMultiLineStringsBuilder(int index) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
List<ProtoFeature.MultiLineString.Builder> |
getMultiLineStringsBuilderList() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
int |
getMultiLineStringsCount() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
List<ProtoFeature.MultiLineString> |
getMultiLineStringsList() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.MultiLineStringOrBuilder |
getMultiLineStringsOrBuilder(int index) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
List<? extends ProtoFeature.MultiLineStringOrBuilder> |
getMultiLineStringsOrBuilderList() |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.MultiPoint |
getMultiPoints(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPoint.Builder |
getMultiPointsBuilder(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
List<ProtoFeature.MultiPoint.Builder> |
getMultiPointsBuilderList() |
repeated .pojo.MultiPoint multiPoints = 4;
|
int |
getMultiPointsCount() |
repeated .pojo.MultiPoint multiPoints = 4;
|
List<ProtoFeature.MultiPoint> |
getMultiPointsList() |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPointOrBuilder |
getMultiPointsOrBuilder(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
List<? extends ProtoFeature.MultiPointOrBuilder> |
getMultiPointsOrBuilderList() |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.MultiPolygon |
getMultiPolygons(int index) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.MultiPolygon.Builder |
getMultiPolygonsBuilder(int index) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
List<ProtoFeature.MultiPolygon.Builder> |
getMultiPolygonsBuilderList() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
int |
getMultiPolygonsCount() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
List<ProtoFeature.MultiPolygon> |
getMultiPolygonsList() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.MultiPolygonOrBuilder |
getMultiPolygonsOrBuilder(int index) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
List<? extends ProtoFeature.MultiPolygonOrBuilder> |
getMultiPolygonsOrBuilderList() |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.Point |
getPoints(int index) |
repeated .pojo.Point points = 1;
|
ProtoFeature.Point.Builder |
getPointsBuilder(int index) |
repeated .pojo.Point points = 1;
|
List<ProtoFeature.Point.Builder> |
getPointsBuilderList() |
repeated .pojo.Point points = 1;
|
int |
getPointsCount() |
repeated .pojo.Point points = 1;
|
List<ProtoFeature.Point> |
getPointsList() |
repeated .pojo.Point points = 1;
|
ProtoFeature.PointOrBuilder |
getPointsOrBuilder(int index) |
repeated .pojo.Point points = 1;
|
List<? extends ProtoFeature.PointOrBuilder> |
getPointsOrBuilderList() |
repeated .pojo.Point points = 1;
|
ProtoFeature.Polygon |
getPolygons(int index) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.Polygon.Builder |
getPolygonsBuilder(int index) |
repeated .pojo.Polygon polygons = 3;
|
List<ProtoFeature.Polygon.Builder> |
getPolygonsBuilderList() |
repeated .pojo.Polygon polygons = 3;
|
int |
getPolygonsCount() |
repeated .pojo.Polygon polygons = 3;
|
List<ProtoFeature.Polygon> |
getPolygonsList() |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.PolygonOrBuilder |
getPolygonsOrBuilder(int index) |
repeated .pojo.Polygon polygons = 3;
|
List<? extends ProtoFeature.PolygonOrBuilder> |
getPolygonsOrBuilderList() |
repeated .pojo.Polygon polygons = 3;
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
|
boolean |
isInitialized() |
|
ProtoFeature.GeometryCollection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ProtoFeature.GeometryCollection.Builder |
mergeFrom(com.google.protobuf.Message other) |
|
ProtoFeature.GeometryCollection.Builder |
mergeFrom(ProtoFeature.GeometryCollection other) |
|
ProtoFeature.GeometryCollection.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ProtoFeature.GeometryCollection.Builder |
removeGeometryCollections(int index) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
removeLineStrings(int index) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
removeMultiLineStrings(int index) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
removeMultiPoints(int index) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
removeMultiPolygons(int index) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
removePoints(int index) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
removePolygons(int index) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ProtoFeature.GeometryCollection.Builder |
setGeometryCollections(int index,
ProtoFeature.GeometryCollection value) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
setGeometryCollections(int index,
ProtoFeature.GeometryCollection.Builder builderForValue) |
允许嵌套
|
ProtoFeature.GeometryCollection.Builder |
setLineStrings(int index,
ProtoFeature.LineString value) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
setLineStrings(int index,
ProtoFeature.LineString.Builder builderForValue) |
repeated .pojo.LineString lineStrings = 2;
|
ProtoFeature.GeometryCollection.Builder |
setMultiLineStrings(int index,
ProtoFeature.MultiLineString value) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
setMultiLineStrings(int index,
ProtoFeature.MultiLineString.Builder builderForValue) |
repeated .pojo.MultiLineString multiLineStrings = 5;
|
ProtoFeature.GeometryCollection.Builder |
setMultiPoints(int index,
ProtoFeature.MultiPoint value) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
setMultiPoints(int index,
ProtoFeature.MultiPoint.Builder builderForValue) |
repeated .pojo.MultiPoint multiPoints = 4;
|
ProtoFeature.GeometryCollection.Builder |
setMultiPolygons(int index,
ProtoFeature.MultiPolygon value) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
setMultiPolygons(int index,
ProtoFeature.MultiPolygon.Builder builderForValue) |
repeated .pojo.MultiPolygon multiPolygons = 6;
|
ProtoFeature.GeometryCollection.Builder |
setPoints(int index,
ProtoFeature.Point value) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
setPoints(int index,
ProtoFeature.Point.Builder builderForValue) |
repeated .pojo.Point points = 1;
|
ProtoFeature.GeometryCollection.Builder |
setPolygons(int index,
ProtoFeature.Polygon value) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
setPolygons(int index,
ProtoFeature.Polygon.Builder builderForValue) |
repeated .pojo.Polygon polygons = 3;
|
ProtoFeature.GeometryCollection.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ProtoFeature.GeometryCollection.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|