• lecture 6


    1. boolean operations

    operators: true or false(0 or 1)

    resulting from: union(logical or ) ∨

    intersection(logical and)

    negation(logical not)

    elclusion(XOR) of 2 or more sets   a、b两个值不相同,则异或结果为1。如果a、b两个值相同,异或结果为0

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    2. buffering

    buffering is a process that creates an area (polygon) around a feature, the result is a new polygon layer

    3. erasing

    or deleting data from a layer to create a new layer can  be implemented in one of two main ways

    4. extracting

    reverse with erasing, maintaing only specidied areas

    5. merging

    removing unnecessary or superfluous polygon boundaries

    6. updating

    creates a new layer based on data in an existing layer by updating, or altering, a portion of the data(spatial or attribute) based on another, independent layer

    7. vector overlay

    combining two paper maps into one new paper map

  • 相关阅读:
    软件开发模式
    个人中心设计
    定制四则运算
    功能测试用例分析报告
    NABCD
    开发流程
    开发流程
    结对编程
    注册界面进行Toast提示
    登录注册页面修改错误
  • 原文地址:https://www.cnblogs.com/eleni/p/11364193.html
Copyright © 2020-2023  润新知