Uses of Class
com.cognite.client.dto.ThreeDModel
Packages that use ThreeDModel
Package
Description
-
Uses of ThreeDModel in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDModelModifier and TypeMethodDescriptionThreeDModels.list()Returns allThreeDModelobjects.Returns allThreeDModelobjects that matches the filters set in theRequest.Returns allThreeDModelobjects that matches the filters set in theRequestfor the specified partitions.Retrieves 3D Models by id.ThreeDModels.upsert(List<ThreeDModel> threeDModels) Creates or update a set ofThreeDModelobjects.Method parameters in com.cognite.client with type arguments of type ThreeDModelModifier and TypeMethodDescriptionThreeDModels.upsert(List<ThreeDModel> threeDModels) Creates or update a set ofThreeDModelobjects. -
Uses of ThreeDModel in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDModelModifier and TypeMethodDescriptionThreeDModel.Builder.build()ThreeDModel.Builder.buildPartial()static ThreeDModelThreeDModel.getDefaultInstance()ThreeDModel.Builder.getDefaultInstanceForType()ThreeDModel.getDefaultInstanceForType()static ThreeDModelThreeDModel.parseDelimitedFrom(InputStream input) static ThreeDModelThreeDModel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDModelThreeDModel.parseFrom(byte[] data) static ThreeDModelThreeDModel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDModelThreeDModel.parseFrom(com.google.protobuf.ByteString data) static ThreeDModelThreeDModel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDModelThreeDModel.parseFrom(com.google.protobuf.CodedInputStream input) static ThreeDModelThreeDModel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDModelThreeDModel.parseFrom(InputStream input) static ThreeDModelThreeDModel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDModelThreeDModel.parseFrom(ByteBuffer data) static ThreeDModelThreeDModel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type ThreeDModelModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ThreeDModel>ThreeDModel.getParserForType()static com.google.protobuf.Parser<ThreeDModel>ThreeDModel.parser()Methods in com.cognite.client.dto with parameters of type ThreeDModelModifier and TypeMethodDescriptionThreeDModel.Builder.mergeFrom(ThreeDModel other) static ThreeDModel.BuilderThreeDModel.newBuilder(ThreeDModel prototype) -
Uses of ThreeDModel in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return ThreeDModelModifier and TypeMethodDescriptionstatic ThreeDModelThreeDModelParser.parseThreeDModel(String json) Parses an 3D Models json string toThreeDModelproto object.Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDModelModifier and TypeMethodDescriptionstatic List<ThreeDModel>ThreeDModelParser.parseThreeDModelToList(String json) Parses an 3D Models json string to ListThreeDModelproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type ThreeDModelModifier and TypeMethodDescriptionThreeDModelParser.toRequestInsertItem(ThreeDModel element) Builds a request insert item object fromThreeDModel.ThreeDModelParser.toRequestReplaceItem(ThreeDModel element) Builds a request replace item object fromThreeDModel.ThreeDModelParser.toRequestUpdateItem(ThreeDModel element) Builds a request update item object fromThreeDModel. -
Uses of ThreeDModel in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type ThreeDModelModifier and TypeMethodDescriptionstatic List<ThreeDModel>DataGenerator.generate3DModels(int noObjects, long dataSetId)