Uses of Class
com.cognite.client.dto.geo.Point
Packages that use Point
-
Uses of Point in com.cognite.client.dto.geo
Methods in com.cognite.client.dto.geo that return PointModifier and TypeMethodDescriptionPoint.Builder.build()Point.Builder.buildPartial()LineString.Builder.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;LineString.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;LineStringOrBuilder.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPointOrBuilder.getCoordinates(int index) repeated .com.cognite.client.dto.geo.Point coordinates = 1;static PointPoint.getDefaultInstance()Point.Builder.getDefaultInstanceForType()Point.getDefaultInstanceForType()Geometry.Builder.getPoint().com.cognite.client.dto.geo.Point point = 1;Geometry.getPoint().com.cognite.client.dto.geo.Point point = 1;GeometryOrBuilder.getPoint().com.cognite.client.dto.geo.Point point = 1;static PointPoint.parseDelimitedFrom(InputStream input) static PointPoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(byte[] data) static PointPoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(com.google.protobuf.ByteString data) static PointPoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(com.google.protobuf.CodedInputStream input) static PointPoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(InputStream input) static PointPoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointPoint.parseFrom(ByteBuffer data) static PointPoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto.geo that return types with arguments of type PointModifier and TypeMethodDescriptionLineString.Builder.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;LineString.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;LineStringOrBuilder.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPointOrBuilder.getCoordinatesList()repeated .com.cognite.client.dto.geo.Point coordinates = 1;com.google.protobuf.Parser<Point>Point.getParserForType()static com.google.protobuf.Parser<Point>Point.parser()Methods in com.cognite.client.dto.geo with parameters of type PointModifier and TypeMethodDescriptionLineString.Builder.addCoordinates(int index, Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;LineString.Builder.addCoordinates(Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.addCoordinates(int index, Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.addCoordinates(Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;Geometry.Builder.mergePoint(Point value) .com.cognite.client.dto.geo.Point point = 1;static Point.BuilderPoint.newBuilder(Point prototype) LineString.Builder.setCoordinates(int index, Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.setCoordinates(int index, Point value) repeated .com.cognite.client.dto.geo.Point coordinates = 1;.com.cognite.client.dto.geo.Point point = 1;Method parameters in com.cognite.client.dto.geo with type arguments of type PointModifier and TypeMethodDescriptionLineString.Builder.addAllCoordinates(Iterable<? extends Point> values) repeated .com.cognite.client.dto.geo.Point coordinates = 1;MultiPoint.Builder.addAllCoordinates(Iterable<? extends Point> values) repeated .com.cognite.client.dto.geo.Point coordinates = 1; -
Uses of Point in com.cognite.client.util.geo
Methods in com.cognite.client.util.geo that return PointModifier and TypeMethodDescriptionstatic PointPoints.of(double[] coordinates) Create aPointobject based on longitude (easting), latitude (northing) and (optional) elevation coordinates.static PointPoints.of(double lon, double lat) Create aPointobject based on longitude (easting) and latitude (northing) coordinates.static PointPoints.of(double lon, double lat, double elevation) Create aPointobject based on longitude (easting), latitude (northing) and elevation coordinates.Methods in com.cognite.client.util.geo with parameters of type PointModifier and TypeMethodDescriptionstatic Geometrystatic LineStringCreate aLineStringobject based on a set of geoPoints.static MultiPointCreate aMultiPointobject based on a set of geoPoints.Method parameters in com.cognite.client.util.geo with type arguments of type PointModifier and TypeMethodDescriptionstatic LineStringCreate aLineStringobject based on a set of geoPoints.static MultiPointCreate aMultiPointobject based on a set of geoPoints.