Uses of Class
com.cognite.client.dto.ThreeDNode
-
Packages that use ThreeDNode Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of ThreeDNode in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDNode Modifier and Type Method Description Iterator<List<ThreeDNode>>ThreeDNodes. filter(Long modelId, Long revisionId)Returns allThreeDNodeobjects that matches the filters set in theRequest.Iterator<List<ThreeDNode>>ThreeDNodes. filter(Long modelId, Long revisionId, Request requestParameters)Returns allThreeDNodeobjects that matches the filters set in theRequest.Iterator<List<ThreeDNode>>ThreeDNodes. filter(Long modelId, Long revisionId, Request requestParameters, String... partitions)Returns allThreeDNodeobjects that matches the filters set in theRequest.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId)Returns allThreeDNodeobjects.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId, Request requestParameters)Returns allThreeDNodeobjects that matches the filters set in theRequest.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId, Request requestParameters, String... partitions)Returns allThreeDNodeobjects that matches the filters set in theRequestfor the specified partitions.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId, Long nodeId)Returns all ancestorThreeDNodeobjects.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId, Long nodeId, Request requestParameters)Returns all ancestorThreeDNodeobjects that matches the filters set in theRequest.Iterator<List<ThreeDNode>>ThreeDNodes. list(Long modelId, Long revisionId, Long nodeId, Request requestParameters, String... partitions)Returns all ancestorThreeDNodeobjects that matches the filters set in theRequestfor the specified partitions.List<ThreeDNode>ThreeDNodes. retrieve(Long modelId, Long revisionId, List<Item> items)Retrieves 3D Nodes by ids. -
Uses of ThreeDNode in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDNode Modifier and Type Method Description ThreeDNodeThreeDNode.Builder. build()ThreeDNodeThreeDNode.Builder. buildPartial()static ThreeDNodeThreeDNode. getDefaultInstance()ThreeDNodeThreeDNode.Builder. getDefaultInstanceForType()ThreeDNodeThreeDNode. getDefaultInstanceForType()static ThreeDNodeThreeDNode. parseDelimitedFrom(InputStream input)static ThreeDNodeThreeDNode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNodeThreeDNode. parseFrom(byte[] data)static ThreeDNodeThreeDNode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNodeThreeDNode. parseFrom(com.google.protobuf.ByteString data)static ThreeDNodeThreeDNode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNodeThreeDNode. parseFrom(com.google.protobuf.CodedInputStream input)static ThreeDNodeThreeDNode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNodeThreeDNode. parseFrom(InputStream input)static ThreeDNodeThreeDNode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNodeThreeDNode. parseFrom(ByteBuffer data)static ThreeDNodeThreeDNode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type ThreeDNode Modifier and Type Method Description com.google.protobuf.Parser<ThreeDNode>ThreeDNode. getParserForType()static com.google.protobuf.Parser<ThreeDNode>ThreeDNode. parser()Methods in com.cognite.client.dto with parameters of type ThreeDNode Modifier and Type Method Description ThreeDNode.BuilderThreeDNode.Builder. mergeFrom(ThreeDNode other)static ThreeDNode.BuilderThreeDNode. newBuilder(ThreeDNode prototype) -
Uses of ThreeDNode in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return ThreeDNode Modifier and Type Method Description static ThreeDNodeThreeDNodeParser. parseThreeDNodes(String json)Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDNode Modifier and Type Method Description static List<ThreeDNode>ThreeDNodeParser. parseThreeDNodesToList(String json)
-