Package com.cognite.client.dto.geo
Interface PolygonOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Polygon,Polygon.Builder
public interface PolygonOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCoordinates(int index) repeated .com.cognite.client.dto.geo.LineString coordinates = 1;intrepeated .com.cognite.client.dto.geo.LineString coordinates = 1;repeated .com.cognite.client.dto.geo.LineString coordinates = 1;getCoordinatesOrBuilder(int index) repeated .com.cognite.client.dto.geo.LineString coordinates = 1;List<? extends LineStringOrBuilder>repeated .com.cognite.client.dto.geo.LineString coordinates = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCoordinatesList
List<LineString> getCoordinatesList()repeated .com.cognite.client.dto.geo.LineString coordinates = 1; -
getCoordinates
repeated .com.cognite.client.dto.geo.LineString coordinates = 1; -
getCoordinatesCount
int getCoordinatesCount()repeated .com.cognite.client.dto.geo.LineString coordinates = 1; -
getCoordinatesOrBuilderList
List<? extends LineStringOrBuilder> getCoordinatesOrBuilderList()repeated .com.cognite.client.dto.geo.LineString coordinates = 1; -
getCoordinatesOrBuilder
repeated .com.cognite.client.dto.geo.LineString coordinates = 1;
-