What is the translation of " LỚP VECTOR " in English?

vector layers
vector class
lớp vector

Examples of using Lớp vector in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Tại sao lớp Vector được sử dụng?
Why Vector Class Is Used?
Tạo thêm nhãn cho lớp vector.
Adding labels to a vector layer.
Trả về số của các phần tử hiện thời trong lớp Vector.
Returns the number of elements currently in the vector.
Trả về True nếu lớp Vector không có phần tử.
Returns true if the vector is empty.
Sửa lại các lỗi topology trong lớp vector.
Fixing topological errors in a vector layer.
Combinations with other parts of speech
Natural Earth có một số lớp vector cho toàn thế giới.
Natural Earth has several global vector layers.
Các lớp vector được chuyển thành raster thông qua một quy trình gọi là raster hóa( rasterization)( xem A trên Hình 3.13).
Vector layers are converted to raster by a process known as rasterization(see A in Figure 3.13).
Lớp Stack bao gồm tất cảphương thức được định nghĩa bởi lớp Vector, và một số phương thức khác của riêng nó.
Stack includes all the methods defined by Vector, and adds several of its own.
Khi so sánh các lớp vector cũ và mới, bạn sẽ thấy rằng chúng trông giống như nhau nhưng không trùng khớp nhau.
Comparing the new and original vector layers, you would see that they resemble each other but do not line up exactly.
Ngoài những phương thức được kế thừa từ lớp Vector cha, lớp Stack định nghĩa các phương thức sau.
Apart from the methods inherited from its parent class Vector, Stack defines following methods.
Một lớp Vector lưu trữ các item của kiểu Object, nó có thể dùng để lưu trữ các thể hiện của bất kỳ lớp Java nào.
A Vector stores items of type Object, so it can be used to store instances of any Java class.
Chúng ta sẽ sử dụng một bản đồ địa hình ở dạng raster và tạo ra một số lớp vector thể hiện đặc trưng tại một công viên.
We will use a raster topographic map and create several vector layers representing features around a park.
Lớp Vector trong Java là tương tự như các mảng dữ liệu Java truyền thống, ngoại trừ việc có thể tăng lưu trữ cho các thành phần mới.
The Vector class is same as a traditional Java array, except that it can grow as necessary to accommodate the new elements.
Ngược lại, dữ liệu raster cóthể được chuyển thành một lớp vector thông qua vector hóa( xem B trên Hình 3.13).
Alternatively, raster data can be converted to a vector layer through vectorization(see B in Figure 3.13).
Điểm làm Affinity trở nên độc đáo là nó cho phép tạo các pixel(hoặc dựa trên rester) ngoài các lớp vector.
What makes Affinity especially unique is it allows you to create pixel(or raster-based)layers in addition to vector layers.
Lớp Vector trong Java là tương tự như các mảng dữ liệu Java truyền thống, ngoại trừ việc có thể tăng lưu trữ cho các thành phần mới.
The Vector class is very similar to a traditional Java array, except that it can grow as necessary to accommodate new elements.
Thời gian làm GIS nhiều nhất chính là số hóadữ liệu raster để tạo ra các lớp vector cần thiết cho phân tích.
Often a large amount of GIS time isspent in digitizing raster data to create vector layers that you use in your analysis.
Lớp Vector trong Java được chứng minh rất hữu ích nếu bạn không biết kích cỡ của mảng hoặc bạn chỉ cần một thứ mà có thể thay đổi kích cỡ thông qua vòng đời của một chương trình.
Vector proves to be very useful if you don't know the size of the array in advance, or you just need one that can change sizes over the lifetime of a program.
Các gói vector tiles làm cho việc cập nhật vàtạo style các lớp vector một cách dễ dàng vì các gói chứa cả tiles và thông tin style cho lớp đó.
The vector tile package makes it easy to update andrestyle vector layers because the package contains both the tiles and the style information for that layer..
Cụ thể, việc áp dụng lớp Vector cho line art đã làm thay đổi cuộc chơi khi nó cho phép tôi xử lý đường nét dễ dàng, và thậm chí thực hiện những tác vụ như xóa nhanh chi tiết ngoài ý muốn.
Specifically using Vector layers for my lines has been the biggest game changer as it allows me to manipulate a line with ease and even do things like quickly erase the parts I don't want.
Ứng dụng web tùy chỉnh được xây dựng với ArcGIS API cho JavaScript vàArcGIS Runtime SDK có thể sử dụng các lớp vector tiles và bản đồ nền vector bằng cách tải bản đồ web hoặc thêm các lớp vector tiles trực tiếp vào bản đồ.
Custom web apps built with ArcGIS API for JavaScript and ArcGIS Runtime SDKs can consume vector tile layers and vector basemaps by loading the web map or adding vector tile layers directly to the map.
Khi các lớp vector tiles được tạo ra, người dùng có thể nén nội dung thành các gói vector tiles và tải các gói đến cổng thông tin của mình( cả ArcGIS Online và Portal for ArcGIS).
Once the vector tile layers are created, users can zip up the content into vector tile packages and upload those packages to their portals(both ArcGIS Online and Portal for ArcGIS).
Và bây giờ, với việc phát hành ArcGIS Pro 1.2 và ArcGIS 10.4 for Server, người dùng có thể tạo ra vector tiles từ dữ liệu của riêng mìnhvà chia sẻ chúng như các lớp vector tiles và bản đồ nền vector sử dụng ArcGIS Online hoặc Portal for ArcGIS.
Now, with the release of ArcGIS Pro 1.2 and ArcGIS 10.4 for Server, users can generate vector tiles from their own data andshare them as vector tile layers and vector basemaps using either ArcGIS Online or Portal for ArcGIS.
Tuy nhiên, nó được sử dụng bởi một vài phương thứcđược định nghĩa bởi các lớp legacy như Vector và Properties, được sử dụng bởi một số lớp API khác, và hiện tại sử dụng rộng rãi trong code ứng dụng.
However, it is used by severalmethods defined by the legacy classes such as Vector and Properties, is used by several other API classes, and is currently in widespread use in application code.
Vector là một lớp lớp legacy.
Vector is a legacy class.
Tại sao lớp Java Vector( và Stack) bị coi là lỗi thời hoặc không dùng nữa?
Why Java Vector class is considered obsolete or unofficially deprecated?
Tại sao lớp Java Vector( và Stack) bị coi là lỗi thời hoặc không dùng nữa?
Why is Java Vector(and Stack) class considered obsolete or deprecated?
Ngoài những phương thức được kế thừa từ lớp cha, Vector định nghĩa các phương thức sau.
Apart from the methods inherited from its parent classes, Vector defines the following methods.
Chúng ta sẽ trình bày lớp dữ liệu vector thể hiện tuổi thọ ở các quốc gia trên thế giới.
We will style a vector layer to show life expectancy in different countries of the world.
Results: 29, Time: 0.0217

Word-for-word translation

Top dictionary queries

Vietnamese - English