Uses of Class
com.cognite.client.dto.ThreeDModel
-
Packages that use ThreeDModel Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of ThreeDModel in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDModel Modifier and Type Method Description Iterator<List<ThreeDModel>>ThreeDModels. list()Returns allThreeDModelobjects.Iterator<List<ThreeDModel>>ThreeDModels. list(Request requestParameters)Returns allThreeDModelobjects that matches the filters set in theRequest.Iterator<List<ThreeDModel>>ThreeDModels. list(Request requestParameters, String... partitions)Returns allThreeDModelobjects that matches the filters set in theRequestfor the specified partitions.List<ThreeDModel>ThreeDModels. retrieve(List<Item> items)Retrieves 3D Models by id.List<ThreeDModel>ThreeDModels. upsert(List<ThreeDModel> threeDModels)Creates or update a set ofThreeDModelobjects.Method parameters in com.cognite.client with type arguments of type ThreeDModel Modifier and Type Method Description List<ThreeDModel>ThreeDModels. 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 ThreeDModel Modifier and Type Method Description ThreeDModelThreeDModel.Builder. build()ThreeDModelThreeDModel.Builder. buildPartial()static ThreeDModelThreeDModel. getDefaultInstance()ThreeDModelThreeDModel.Builder. getDefaultInstanceForType()ThreeDModelThreeDModel. 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 ThreeDModel Modifier and Type Method Description com.google.protobuf.Parser<ThreeDModel>ThreeDModel. getParserForType()static com.google.protobuf.Parser<ThreeDModel>ThreeDModel. parser()Methods in com.cognite.client.dto with parameters of type ThreeDModel Modifier and Type Method Description ThreeDModel.BuilderThreeDModel.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 ThreeDModel Modifier and Type Method Description static 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 ThreeDModel Modifier and Type Method Description static 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 ThreeDModel Modifier and Type Method Description static Map<String,Object>ThreeDModelParser. toRequestInsertItem(ThreeDModel element)Builds a request insert item object fromThreeDModel.static Map<String,Object>ThreeDModelParser. toRequestReplaceItem(ThreeDModel element)Builds a request replace item object fromThreeDModel.static Map<String,Object>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 ThreeDModel Modifier and Type Method Description static List<ThreeDModel>DataGenerator. generate3DModels(int noObjects, long dataSetId)
-