mapscript.mapscript 源代码

# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.1
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.

from sys import version_info as _swig_python_version_info
if _swig_python_version_info < (2, 7, 0):
    raise RuntimeError("Python 2.7 or later required")

# Import the low-level C/C++ module
if __package__ or "." in __name__:
    from . import _mapscript
else:
    import _mapscript

try:
    import builtins as __builtin__
except ImportError:
    import __builtin__

def _swig_repr(self):
    try:
        strthis = "proxy of " + self.this.__repr__()
    except __builtin__.Exception:
        strthis = ""
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)


def _swig_setattr_nondynamic_instance_variable(set):
    def set_instance_attr(self, name, value):
        if name == "thisown":
            self.this.own(value)
        elif name == "this":
            set(self, name, value)
        elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
            set(self, name, value)
        else:
            raise AttributeError("You cannot add instance attributes to %s" % self)
    return set_instance_attr


def _swig_setattr_nondynamic_class_variable(set):
    def set_class_attr(cls, name, value):
        if hasattr(cls, name) and not isinstance(getattr(cls, name), property):
            set(cls, name, value)
        else:
            raise AttributeError("You cannot add class attributes to %s" % cls)
    return set_class_attr


def _swig_add_metaclass(metaclass):
    """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
    def wrapper(cls):
        return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
    return wrapper


class _SwigNonDynamicMeta(type):
    """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
    __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)


class intarray(object):
    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
    __repr__ = _swig_repr

    def __init__(self, nelements: "size_t"):
        _mapscript.intarray_swiginit(self, _mapscript.new_intarray(nelements))
    __swig_destroy__ = _mapscript.delete_intarray

    def __getitem__(self, index: "size_t") -> "int":
        return _mapscript.intarray___getitem__(self, index)

    def __setitem__(self, index: "size_t", value: "int") -> "void":
        return _mapscript.intarray___setitem__(self, index, value)

    def cast(self) -> "int *":
        return _mapscript.intarray_cast(self)

    @staticmethod
    def frompointer(t: "int *") -> "intarray *":
        return _mapscript.intarray_frompointer(t)

# Register intarray in _mapscript:
_mapscript.intarray_swigregister(intarray)

def intarray_frompointer(t: "int *") -> "intarray *":
    return _mapscript.intarray_frompointer(t)


MapServerError = _mapscript.MapServerError
MapServerChildError = _mapscript.MapServerChildError

MS_TRUE = _mapscript.MS_TRUE
MS_FALSE = _mapscript.MS_FALSE
MS_UNKNOWN = _mapscript.MS_UNKNOWN
MS_ON = _mapscript.MS_ON
MS_OFF = _mapscript.MS_OFF
MS_DEFAULT = _mapscript.MS_DEFAULT
MS_EMBED = _mapscript.MS_EMBED
MS_DELETE = _mapscript.MS_DELETE
MS_YES = _mapscript.MS_YES
MS_NO = _mapscript.MS_NO
MS_LAYER_ALLOCSIZE = _mapscript.MS_LAYER_ALLOCSIZE
MS_CLASS_ALLOCSIZE = _mapscript.MS_CLASS_ALLOCSIZE
MS_STYLE_ALLOCSIZE = _mapscript.MS_STYLE_ALLOCSIZE
MS_LABEL_ALLOCSIZE = _mapscript.MS_LABEL_ALLOCSIZE
MS_MAX_LABEL_PRIORITY = _mapscript.MS_MAX_LABEL_PRIORITY
MS_MAX_LABEL_FONTS = _mapscript.MS_MAX_LABEL_FONTS
MS_DEFAULT_LABEL_PRIORITY = _mapscript.MS_DEFAULT_LABEL_PRIORITY
MS_LABEL_FORCE_GROUP = _mapscript.MS_LABEL_FORCE_GROUP
MS_RENDER_WITH_SWF = _mapscript.MS_RENDER_WITH_SWF
MS_RENDER_WITH_RAWDATA = _mapscript.MS_RENDER_WITH_RAWDATA
MS_RENDER_WITH_IMAGEMAP = _mapscript.MS_RENDER_WITH_IMAGEMAP
MS_RENDER_WITH_TEMPLATE = _mapscript.MS_RENDER_WITH_TEMPLATE
MS_RENDER_WITH_OGR = _mapscript.MS_RENDER_WITH_OGR
MS_RENDER_WITH_PLUGIN = _mapscript.MS_RENDER_WITH_PLUGIN
MS_RENDER_WITH_CAIRO_RASTER = _mapscript.MS_RENDER_WITH_CAIRO_RASTER
MS_RENDER_WITH_CAIRO_PDF = _mapscript.MS_RENDER_WITH_CAIRO_PDF
MS_RENDER_WITH_CAIRO_SVG = _mapscript.MS_RENDER_WITH_CAIRO_SVG
MS_RENDER_WITH_OGL = _mapscript.MS_RENDER_WITH_OGL
MS_RENDER_WITH_AGG = _mapscript.MS_RENDER_WITH_AGG
MS_RENDER_WITH_KML = _mapscript.MS_RENDER_WITH_KML
MS_RENDER_WITH_UTFGRID = _mapscript.MS_RENDER_WITH_UTFGRID
MS_RENDER_WITH_MVT = _mapscript.MS_RENDER_WITH_MVT
MS_FILE_MAP = _mapscript.MS_FILE_MAP
MS_FILE_SYMBOL = _mapscript.MS_FILE_SYMBOL
MS_INCHES = _mapscript.MS_INCHES
MS_FEET = _mapscript.MS_FEET
MS_MILES = _mapscript.MS_MILES
MS_METERS = _mapscript.MS_METERS
MS_KILOMETERS = _mapscript.MS_KILOMETERS
MS_DD = _mapscript.MS_DD
MS_PIXELS = _mapscript.MS_PIXELS
MS_PERCENTAGES = _mapscript.MS_PERCENTAGES
MS_NAUTICALMILES = _mapscript.MS_NAUTICALMILES
MS_SHAPE_POINT = _mapscript.MS_SHAPE_POINT
MS_SHAPE_LINE = _mapscript.MS_SHAPE_LINE
MS_SHAPE_POLYGON = _mapscript.MS_SHAPE_POLYGON
MS_SHAPE_NULL = _mapscript.MS_SHAPE_NULL
MS_LAYER_POINT = _mapscript.MS_LAYER_POINT
MS_LAYER_LINE = _mapscript.MS_LAYER_LINE
MS_LAYER_POLYGON = _mapscript.MS_LAYER_POLYGON
MS_LAYER_RASTER = _mapscript.MS_LAYER_RASTER
MS_LAYER_ANNOTATION = _mapscript.MS_LAYER_ANNOTATION
MS_LAYER_QUERY = _mapscript.MS_LAYER_QUERY
MS_LAYER_CIRCLE = _mapscript.MS_LAYER_CIRCLE
MS_LAYER_TILEINDEX = _mapscript.MS_LAYER_TILEINDEX
MS_LAYER_CHART = _mapscript.MS_LAYER_CHART
MS_TRUETYPE = _mapscript.MS_TRUETYPE
MS_BITMAP = _mapscript.MS_BITMAP
MS_FIRST_MATCHING_CLASS = _mapscript.MS_FIRST_MATCHING_CLASS
MS_ALL_MATCHING_CLASSES = _mapscript.MS_ALL_MATCHING_CLASSES
MS_POSITIONS_LENGTH = _mapscript.MS_POSITIONS_LENGTH
MS_UL = _mapscript.MS_UL
MS_LR = _mapscript.MS_LR
MS_UR = _mapscript.MS_UR
MS_LL = _mapscript.MS_LL
MS_CR = _mapscript.MS_CR
MS_CL = _mapscript.MS_CL
MS_UC = _mapscript.MS_UC
MS_LC = _mapscript.MS_LC
MS_CC = _mapscript.MS_CC
MS_AUTO = _mapscript.MS_AUTO
MS_XY = _mapscript.MS_XY
MS_NONE = _mapscript.MS_NONE
MS_AUTO2 = _mapscript.MS_AUTO2
MS_FOLLOW = _mapscript.MS_FOLLOW
MS_TINY = _mapscript.MS_TINY
MS_SMALL = _mapscript.MS_SMALL
MS_MEDIUM = _mapscript.MS_MEDIUM
MS_LARGE = _mapscript.MS_LARGE
MS_GIANT = _mapscript.MS_GIANT
MS_NORMAL = _mapscript.MS_NORMAL
MS_HILITE = _mapscript.MS_HILITE
MS_SELECTED = _mapscript.MS_SELECTED
MS_INLINE = _mapscript.MS_INLINE
MS_SHAPEFILE = _mapscript.MS_SHAPEFILE
MS_TILED_SHAPEFILE = _mapscript.MS_TILED_SHAPEFILE
MS_UNUSED_2 = _mapscript.MS_UNUSED_2
MS_OGR = _mapscript.MS_OGR
MS_UNUSED_1 = _mapscript.MS_UNUSED_1
MS_POSTGIS = _mapscript.MS_POSTGIS
MS_WMS = _mapscript.MS_WMS
MS_ORACLESPATIAL = _mapscript.MS_ORACLESPATIAL
MS_WFS = _mapscript.MS_WFS
MS_GRATICULE = _mapscript.MS_GRATICULE
MS_MYSQL = _mapscript.MS_MYSQL
MS_RASTER = _mapscript.MS_RASTER
MS_PLUGIN = _mapscript.MS_PLUGIN
MS_UNION = _mapscript.MS_UNION
MS_UVRASTER = _mapscript.MS_UVRASTER
MS_CONTOUR = _mapscript.MS_CONTOUR
MS_KERNELDENSITY = _mapscript.MS_KERNELDENSITY
MS_DB_XBASE = _mapscript.MS_DB_XBASE
MS_DB_CSV = _mapscript.MS_DB_CSV
MS_DB_MYSQL = _mapscript.MS_DB_MYSQL
MS_DB_ORACLE = _mapscript.MS_DB_ORACLE
MS_DB_POSTGRES = _mapscript.MS_DB_POSTGRES
MS_JOIN_ONE_TO_ONE = _mapscript.MS_JOIN_ONE_TO_ONE
MS_JOIN_ONE_TO_MANY = _mapscript.MS_JOIN_ONE_TO_MANY
MS_SINGLE = _mapscript.MS_SINGLE
MS_MULTIPLE = _mapscript.MS_MULTIPLE
MS_QUERY_SINGLE = _mapscript.MS_QUERY_SINGLE
MS_QUERY_MULTIPLE = _mapscript.MS_QUERY_MULTIPLE
MS_QUERY_IS_NULL = _mapscript.MS_QUERY_IS_NULL
MS_QUERY_BY_POINT = _mapscript.MS_QUERY_BY_POINT
MS_QUERY_BY_RECT = _mapscript.MS_QUERY_BY_RECT
MS_QUERY_BY_SHAPE = _mapscript.MS_QUERY_BY_SHAPE
MS_QUERY_BY_ATTRIBUTE = _mapscript.MS_QUERY_BY_ATTRIBUTE
MS_QUERY_BY_INDEX = _mapscript.MS_QUERY_BY_INDEX
MS_QUERY_BY_FILTER = _mapscript.MS_QUERY_BY_FILTER
MS_ALIGN_DEFAULT = _mapscript.MS_ALIGN_DEFAULT
MS_ALIGN_LEFT = _mapscript.MS_ALIGN_LEFT
MS_ALIGN_CENTER = _mapscript.MS_ALIGN_CENTER
MS_ALIGN_RIGHT = _mapscript.MS_ALIGN_RIGHT
MS_CJC_NONE = _mapscript.MS_CJC_NONE
MS_CJC_BEVEL = _mapscript.MS_CJC_BEVEL
MS_CJC_BUTT = _mapscript.MS_CJC_BUTT
MS_CJC_MITER = _mapscript.MS_CJC_MITER
MS_CJC_ROUND = _mapscript.MS_CJC_ROUND
MS_CJC_SQUARE = _mapscript.MS_CJC_SQUARE
MS_CJC_TRIANGLE = _mapscript.MS_CJC_TRIANGLE
MS_CJC_DEFAULT_JOIN_MAXSIZE = _mapscript.MS_CJC_DEFAULT_JOIN_MAXSIZE
MS_SUCCESS = _mapscript.MS_SUCCESS
MS_FAILURE = _mapscript.MS_FAILURE
MS_DONE = _mapscript.MS_DONE
MS_IMAGEMODE_PC256 = _mapscript.MS_IMAGEMODE_PC256
MS_IMAGEMODE_RGB = _mapscript.MS_IMAGEMODE_RGB
MS_IMAGEMODE_RGBA = _mapscript.MS_IMAGEMODE_RGBA
MS_IMAGEMODE_INT16 = _mapscript.MS_IMAGEMODE_INT16
MS_IMAGEMODE_FLOAT32 = _mapscript.MS_IMAGEMODE_FLOAT32
MS_IMAGEMODE_BYTE = _mapscript.MS_IMAGEMODE_BYTE
MS_IMAGEMODE_FEATURE = _mapscript.MS_IMAGEMODE_FEATURE
MS_IMAGEMODE_NULL = _mapscript.MS_IMAGEMODE_NULL
MS_GEOS_EQUALS = _mapscript.MS_GEOS_EQUALS
MS_GEOS_DISJOINT = _mapscript.MS_GEOS_DISJOINT
MS_GEOS_TOUCHES = _mapscript.MS_GEOS_TOUCHES
MS_GEOS_OVERLAPS = _mapscript.MS_GEOS_OVERLAPS
MS_GEOS_CROSSES = _mapscript.MS_GEOS_CROSSES
MS_GEOS_INTERSECTS = _mapscript.MS_GEOS_INTERSECTS
MS_GEOS_WITHIN = _mapscript.MS_GEOS_WITHIN
MS_GEOS_CONTAINS = _mapscript.MS_GEOS_CONTAINS
MS_GEOS_BEYOND = _mapscript.MS_GEOS_BEYOND
MS_GEOS_DWITHIN = _mapscript.MS_GEOS_DWITHIN
MS_TRANSFORM_NONE = _mapscript.MS_TRANSFORM_NONE
MS_TRANSFORM_ROUND = _mapscript.MS_TRANSFORM_ROUND
MS_TRANSFORM_SNAPTOGRID = _mapscript.MS_TRANSFORM_SNAPTOGRID
MS_TRANSFORM_FULLRESOLUTION = _mapscript.MS_TRANSFORM_FULLRESOLUTION
MS_TRANSFORM_SIMPLIFY = _mapscript.MS_TRANSFORM_SIMPLIFY
MS_COMPOP_CLEAR = _mapscript.MS_COMPOP_CLEAR
MS_COMPOP_SRC = _mapscript.MS_COMPOP_SRC
MS_COMPOP_DST = _mapscript.MS_COMPOP_DST
MS_COMPOP_SRC_OVER = _mapscript.MS_COMPOP_SRC_OVER
MS_COMPOP_DST_OVER = _mapscript.MS_COMPOP_DST_OVER
MS_COMPOP_SRC_IN = _mapscript.MS_COMPOP_SRC_IN
MS_COMPOP_DST_IN = _mapscript.MS_COMPOP_DST_IN
MS_COMPOP_SRC_OUT = _mapscript.MS_COMPOP_SRC_OUT
MS_COMPOP_DST_OUT = _mapscript.MS_COMPOP_DST_OUT
MS_COMPOP_SRC_ATOP = _mapscript.MS_COMPOP_SRC_ATOP
MS_COMPOP_DST_ATOP = _mapscript.MS_COMPOP_DST_ATOP
MS_COMPOP_XOR = _mapscript.MS_COMPOP_XOR
MS_COMPOP_PLUS = _mapscript.MS_COMPOP_PLUS
MS_COMPOP_MINUS = _mapscript.MS_COMPOP_MINUS
MS_COMPOP_MULTIPLY = _mapscript.MS_COMPOP_MULTIPLY
MS_COMPOP_SCREEN = _mapscript.MS_COMPOP_SCREEN
MS_COMPOP_OVERLAY = _mapscript.MS_COMPOP_OVERLAY
MS_COMPOP_DARKEN = _mapscript.MS_COMPOP_DARKEN
MS_COMPOP_LIGHTEN = _mapscript.MS_COMPOP_LIGHTEN
MS_COMPOP_COLOR_DODGE = _mapscript.MS_COMPOP_COLOR_DODGE
MS_COMPOP_COLOR_BURN = _mapscript.MS_COMPOP_COLOR_BURN
MS_COMPOP_HARD_LIGHT = _mapscript.MS_COMPOP_HARD_LIGHT
MS_COMPOP_SOFT_LIGHT = _mapscript.MS_COMPOP_SOFT_LIGHT
MS_COMPOP_DIFFERENCE = _mapscript.MS_COMPOP_DIFFERENCE
MS_COMPOP_EXCLUSION = _mapscript.MS_COMPOP_EXCLUSION
MS_COMPOP_CONTRAST = _mapscript.MS_COMPOP_CONTRAST
MS_COMPOP_INVERT = _mapscript.MS_COMPOP_INVERT
MS_COMPOP_INVERT_RGB = _mapscript.MS_COMPOP_INVERT_RGB
class CompositingFilter(object):
    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
    __repr__ = _swig_repr
    filter = property(_mapscript.CompositingFilter_filter_get, _mapscript.CompositingFilter_filter_set)
    next = property(_mapscript.CompositingFilter_next_get, _mapscript.CompositingFilter_next_set)

    def __init__(self):
        _mapscript.CompositingFilter_swiginit(self, _mapscript.new_CompositingFilter())
    __swig_destroy__ = _mapscript.delete_CompositingFilter

# Register CompositingFilter in _mapscript:
_mapscript.CompositingFilter_swigregister(CompositingFilter)

class LayerCompositer(object):
    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
    __repr__ = _swig_repr
    comp_op = property(_mapscript.LayerCompositer_comp_op_get, _mapscript.LayerCompositer_comp_op_set)
    opacity = property(_mapscript.LayerCompositer_opacity_get, _mapscript.LayerCompositer_opacity_set)
    filter = property(_mapscript.LayerCompositer_filter_get, _mapscript.LayerCompositer_filter_set)
    next = property(_mapscript.LayerCompositer_next_get, _mapscript.LayerCompositer_next_set)

    def __init__(self):
        _mapscript.LayerCompositer_swiginit(self, _mapscript.new_LayerCompositer())
    __swig_destroy__ = _mapscript.delete_LayerCompositer

# Register LayerCompositer in _mapscript:
_mapscript.LayerCompositer_swigregister(LayerCompositer)

MS_STYLE_BINDING_LENGTH = _mapscript.MS_STYLE_BINDING_LENGTH
MS_STYLE_BINDING_SIZE = _mapscript.MS_STYLE_BINDING_SIZE
MS_STYLE_BINDING_WIDTH = _mapscript.MS_STYLE_BINDING_WIDTH
MS_STYLE_BINDING_ANGLE = _mapscript.MS_STYLE_BINDING_ANGLE
MS_STYLE_BINDING_COLOR = _mapscript.MS_STYLE_BINDING_COLOR
MS_STYLE_BINDING_OUTLINECOLOR = _mapscript.MS_STYLE_BINDING_OUTLINECOLOR
MS_STYLE_BINDING_SYMBOL = _mapscript.MS_STYLE_BINDING_SYMBOL
MS_STYLE_BINDING_OUTLINEWIDTH = _mapscript.MS_STYLE_BINDING_OUTLINEWIDTH
MS_STYLE_BINDING_OPACITY = _mapscript.MS_STYLE_BINDING_OPACITY
MS_STYLE_BINDING_OFFSET_X = _mapscript.MS_STYLE_BINDING_OFFSET_X
MS_STYLE_BINDING_OFFSET_Y = _mapscript.MS_STYLE_BINDING_OFFSET_Y
MS_STYLE_BINDING_POLAROFFSET_PIXEL = _mapscript.MS_STYLE_BINDING_POLAROFFSET_PIXEL
MS_STYLE_BINDING_POLAROFFSET_ANGLE = _mapscript.MS_STYLE_BINDING_POLAROFFSET_ANGLE
MS_LABEL_BINDING_LENGTH = _mapscript.MS_LABEL_BINDING_LENGTH
MS_LABEL_BINDING_SIZE = _mapscript.MS_LABEL_BINDING_SIZE
MS_LABEL_BINDING_ANGLE = _mapscript.MS_LABEL_BINDING_ANGLE
MS_LABEL_BINDING_COLOR = _mapscript.MS_LABEL_BINDING_COLOR
MS_LABEL_BINDING_OUTLINECOLOR = _mapscript.MS_LABEL_BINDING_OUTLINECOLOR
MS_LABEL_BINDING_FONT = _mapscript.MS_LABEL_BINDING_FONT
MS_LABEL_BINDING_PRIORITY = _mapscript.MS_LABEL_BINDING_PRIORITY
MS_LABEL_BINDING_POSITION = _mapscript.MS_LABEL_BINDING_POSITION
MS_LABEL_BINDING_SHADOWSIZEX = _mapscript.MS_LABEL_BINDING_SHADOWSIZEX
MS_LABEL_BINDING_SHADOWSIZEY = _mapscript.MS_LABEL_BINDING_SHADOWSIZEY
MS_LABEL_BINDING_OFFSET_X = _mapscript.MS_LABEL_BINDING_OFFSET_X
MS_LABEL_BINDING_OFFSET_Y = _mapscript.MS_LABEL_BINDING_OFFSET_Y
MS_LABEL_BINDING_ALIGN = _mapscript.MS_LABEL_BINDING_ALIGN
class fontSetObj(object):
    thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
    __repr__ = _swig_repr
    filename = property(_mapscript.fontSetObj_filename_get)
    numfonts = property(_mapscript.fontSetObj_numfonts_get)
    fonts = property(_mapscript.fontSetObj_fonts_get)

[文档] def __init__(self): _mapscript.fontSetObj_swiginit(self, _mapscript.new_fontSetObj())
__swig_destroy__ = _mapscript.delete_fontSetObj # Register fontSetObj in _mapscript: _mapscript.fontSetObj_swigregister(fontSetObj) MS_TOKEN_LOGICAL_AND = _mapscript.MS_TOKEN_LOGICAL_AND MS_TOKEN_LOGICAL_OR = _mapscript.MS_TOKEN_LOGICAL_OR MS_TOKEN_LOGICAL_NOT = _mapscript.MS_TOKEN_LOGICAL_NOT MS_TOKEN_LITERAL_NUMBER = _mapscript.MS_TOKEN_LITERAL_NUMBER MS_TOKEN_LITERAL_STRING = _mapscript.MS_TOKEN_LITERAL_STRING MS_TOKEN_LITERAL_TIME = _mapscript.MS_TOKEN_LITERAL_TIME MS_TOKEN_LITERAL_SHAPE = _mapscript.MS_TOKEN_LITERAL_SHAPE MS_TOKEN_LITERAL_BOOLEAN = _mapscript.MS_TOKEN_LITERAL_BOOLEAN MS_TOKEN_COMPARISON_EQ = _mapscript.MS_TOKEN_COMPARISON_EQ MS_TOKEN_COMPARISON_NE = _mapscript.MS_TOKEN_COMPARISON_NE MS_TOKEN_COMPARISON_GT = _mapscript.MS_TOKEN_COMPARISON_GT MS_TOKEN_COMPARISON_LT = _mapscript.MS_TOKEN_COMPARISON_LT MS_TOKEN_COMPARISON_LE = _mapscript.MS_TOKEN_COMPARISON_LE MS_TOKEN_COMPARISON_GE = _mapscript.MS_TOKEN_COMPARISON_GE MS_TOKEN_COMPARISON_IEQ = _mapscript.MS_TOKEN_COMPARISON_IEQ MS_TOKEN_COMPARISON_RE = _mapscript.MS_TOKEN_COMPARISON_RE MS_TOKEN_COMPARISON_IRE = _mapscript.MS_TOKEN_COMPARISON_IRE MS_TOKEN_COMPARISON_IN = _mapscript.MS_TOKEN_COMPARISON_IN MS_TOKEN_COMPARISON_LIKE = _mapscript.MS_TOKEN_COMPARISON_LIKE MS_TOKEN_COMPARISON_INTERSECTS = _mapscript.MS_TOKEN_COMPARISON_INTERSECTS MS_TOKEN_COMPARISON_DISJOINT = _mapscript.MS_TOKEN_COMPARISON_DISJOINT MS_TOKEN_COMPARISON_TOUCHES = _mapscript.MS_TOKEN_COMPARISON_TOUCHES MS_TOKEN_COMPARISON_OVERLAPS = _mapscript.MS_TOKEN_COMPARISON_OVERLAPS MS_TOKEN_COMPARISON_CROSSES = _mapscript.MS_TOKEN_COMPARISON_CROSSES MS_TOKEN_COMPARISON_WITHIN = _mapscript.MS_TOKEN_COMPARISON_WITHIN MS_TOKEN_COMPARISON_CONTAINS = _mapscript.MS_TOKEN_COMPARISON_CONTAINS MS_TOKEN_COMPARISON_EQUALS = _mapscript.MS_TOKEN_COMPARISON_EQUALS MS_TOKEN_COMPARISON_BEYOND = _mapscript.MS_TOKEN_COMPARISON_BEYOND MS_TOKEN_COMPARISON_DWITHIN = _mapscript.MS_TOKEN_COMPARISON_DWITHIN MS_TOKEN_FUNCTION_LENGTH = _mapscript.MS_TOKEN_FUNCTION_LENGTH MS_TOKEN_FUNCTION_TOSTRING = _mapscript.MS_TOKEN_FUNCTION_TOSTRING MS_TOKEN_FUNCTION_COMMIFY = _mapscript.MS_TOKEN_FUNCTION_COMMIFY MS_TOKEN_FUNCTION_AREA = _mapscript.MS_TOKEN_FUNCTION_AREA MS_TOKEN_FUNCTION_ROUND = _mapscript.MS_TOKEN_FUNCTION_ROUND MS_TOKEN_FUNCTION_FROMTEXT = _mapscript.MS_TOKEN_FUNCTION_FROMTEXT MS_TOKEN_FUNCTION_BUFFER = _mapscript.MS_TOKEN_FUNCTION_BUFFER MS_TOKEN_FUNCTION_DIFFERENCE = _mapscript.MS_TOKEN_FUNCTION_DIFFERENCE MS_TOKEN_FUNCTION_SIMPLIFY = _mapscript.MS_TOKEN_FUNCTION_SIMPLIFY MS_TOKEN_FUNCTION_SIMPLIFYPT = _mapscript.MS_TOKEN_FUNCTION_SIMPLIFYPT MS_TOKEN_FUNCTION_GENERALIZE = _mapscript.MS_TOKEN_FUNCTION_GENERALIZE MS_TOKEN_FUNCTION_SMOOTHSIA = _mapscript.MS_TOKEN_FUNCTION_SMOOTHSIA MS_TOKEN_FUNCTION_JAVASCRIPT = _mapscript.MS_TOKEN_FUNCTION_JAVASCRIPT MS_TOKEN_FUNCTION_UPPER = _mapscript.MS_TOKEN_FUNCTION_UPPER MS_TOKEN_FUNCTION_LOWER = _mapscript.MS_TOKEN_FUNCTION_LOWER MS_TOKEN_FUNCTION_INITCAP = _mapscript.MS_TOKEN_FUNCTION_INITCAP MS_TOKEN_FUNCTION_FIRSTCAP = _mapscript.MS_TOKEN_FUNCTION_FIRSTCAP MS_TOKEN_BINDING_DOUBLE = _mapscript.MS_TOKEN_BINDING_DOUBLE MS_TOKEN_BINDING_INTEGER = _mapscript.MS_TOKEN_BINDING_INTEGER MS_TOKEN_BINDING_STRING = _mapscript.MS_TOKEN_BINDING_STRING MS_TOKEN_BINDING_TIME = _mapscript.MS_TOKEN_BINDING_TIME MS_TOKEN_BINDING_SHAPE = _mapscript.MS_TOKEN_BINDING_SHAPE MS_TOKEN_BINDING_MAP_CELLSIZE = _mapscript.MS_TOKEN_BINDING_MAP_CELLSIZE MS_TOKEN_BINDING_DATA_CELLSIZE = _mapscript.MS_TOKEN_BINDING_DATA_CELLSIZE MS_PARSE_TYPE_BOOLEAN = _mapscript.MS_PARSE_TYPE_BOOLEAN MS_PARSE_TYPE_STRING = _mapscript.MS_PARSE_TYPE_STRING MS_PARSE_TYPE_SHAPE = _mapscript.MS_PARSE_TYPE_SHAPE class clusterObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr maxdistance = property(_mapscript.clusterObj_maxdistance_get, _mapscript.clusterObj_maxdistance_set) buffer = property(_mapscript.clusterObj_buffer_get, _mapscript.clusterObj_buffer_set) region = property(_mapscript.clusterObj_region_get, _mapscript.clusterObj_region_set)
[文档] def updateFromString(self, snippet: "char *") -> "int": r"""Update a cluster from a string snippet. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.clusterObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": r"""Output the CLUSTER as a Mapfile string""" return _mapscript.clusterObj_convertToString(self)
[文档] def setGroup(self, group: "char *") -> "int": r""" Set :mapfile:`GROUP <cluster.html#index-5>` string where `group` is a MapServer text expression. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE` """ return _mapscript.clusterObj_setGroup(self, group)
[文档] def getGroupString(self) -> "char *": r"""Return a string representation of :mapfile:`GROUP <cluster.html#index-5>`""" return _mapscript.clusterObj_getGroupString(self)
[文档] def setFilter(self, filter: "char *") -> "int": r""" Set :mapfile:`FILTER <cluster.html#index-6>` string where `filter` is a MapServer text expression. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE` """ return _mapscript.clusterObj_setFilter(self, filter)
[文档] def getFilterString(self) -> "char *": r"""Return a string representation of :mapfile:`FILTER <cluster.html#index-6>`""" return _mapscript.clusterObj_getFilterString(self)
[文档] def __init__(self): _mapscript.clusterObj_swiginit(self, _mapscript.new_clusterObj())
__swig_destroy__ = _mapscript.delete_clusterObj # Register clusterObj in _mapscript: _mapscript.clusterObj_swigregister(clusterObj) class outputFormatObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numformatoptions = property(_mapscript.outputFormatObj_numformatoptions_get) name = property(_mapscript.outputFormatObj_name_get, _mapscript.outputFormatObj_name_set) mimetype = property(_mapscript.outputFormatObj_mimetype_get, _mapscript.outputFormatObj_mimetype_set) driver = property(_mapscript.outputFormatObj_driver_get, _mapscript.outputFormatObj_driver_set) extension = property(_mapscript.outputFormatObj_extension_get, _mapscript.outputFormatObj_extension_set) renderer = property(_mapscript.outputFormatObj_renderer_get, _mapscript.outputFormatObj_renderer_set) imagemode = property(_mapscript.outputFormatObj_imagemode_get, _mapscript.outputFormatObj_imagemode_set) transparent = property(_mapscript.outputFormatObj_transparent_get, _mapscript.outputFormatObj_transparent_set) bands = property(_mapscript.outputFormatObj_bands_get, _mapscript.outputFormatObj_bands_set) inmapfile = property(_mapscript.outputFormatObj_inmapfile_get, _mapscript.outputFormatObj_inmapfile_set)
[文档] def __init__(self, driver: "char const *", name: "char *"=None): _mapscript.outputFormatObj_swiginit(self, _mapscript.new_outputFormatObj(driver, name))
__swig_destroy__ = _mapscript.delete_outputFormatObj
[文档] def setExtension(self, extension: "char const *") -> "void": return _mapscript.outputFormatObj_setExtension(self, extension)
[文档] def setMimetype(self, mimetype: "char const *") -> "void": return _mapscript.outputFormatObj_setMimetype(self, mimetype)
[文档] def setOption(self, key: "char const *", value: "char const *") -> "void": return _mapscript.outputFormatObj_setOption(self, key, value)
[文档] def validate(self) -> "int": return _mapscript.outputFormatObj_validate(self)
[文档] def getOption(self, *args) -> "char *": return _mapscript.outputFormatObj_getOption(self, *args)
[文档] def getOptionAt(self, i: "int") -> "char *": return _mapscript.outputFormatObj_getOptionAt(self, i)
[文档] def attachDevice(self, device: "void *") -> "void": return _mapscript.outputFormatObj_attachDevice(self, device)
# Register outputFormatObj in _mapscript: _mapscript.outputFormatObj_swigregister(outputFormatObj) MS_NOOVERRIDE = _mapscript.MS_NOOVERRIDE class queryMapObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr height = property(_mapscript.queryMapObj_height_get, _mapscript.queryMapObj_height_set) width = property(_mapscript.queryMapObj_width_get, _mapscript.queryMapObj_width_set) status = property(_mapscript.queryMapObj_status_get, _mapscript.queryMapObj_status_set) style = property(_mapscript.queryMapObj_style_get, _mapscript.queryMapObj_style_set) color = property(_mapscript.queryMapObj_color_get, _mapscript.queryMapObj_color_set)
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.queryMapObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.queryMapObj_convertToString(self)
[文档] def __init__(self): _mapscript.queryMapObj_swiginit(self, _mapscript.new_queryMapObj())
__swig_destroy__ = _mapscript.delete_queryMapObj # Register queryMapObj in _mapscript: _mapscript.queryMapObj_swigregister(queryMapObj) class webObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr log = property(_mapscript.webObj_log_get, _mapscript.webObj_log_set) imagepath = property(_mapscript.webObj_imagepath_get, _mapscript.webObj_imagepath_set) imageurl = property(_mapscript.webObj_imageurl_get, _mapscript.webObj_imageurl_set) temppath = property(_mapscript.webObj_temppath_get, _mapscript.webObj_temppath_set) map = property(_mapscript.webObj_map_get) template = property(_mapscript.webObj_template_get, _mapscript.webObj_template_set) header = property(_mapscript.webObj_header_get, _mapscript.webObj_header_set) footer = property(_mapscript.webObj_footer_get, _mapscript.webObj_footer_set) empty = property(_mapscript.webObj_empty_get, _mapscript.webObj_empty_set) error = property(_mapscript.webObj_error_get, _mapscript.webObj_error_set) extent = property(_mapscript.webObj_extent_get, _mapscript.webObj_extent_set) minscaledenom = property(_mapscript.webObj_minscaledenom_get, _mapscript.webObj_minscaledenom_set) maxscaledenom = property(_mapscript.webObj_maxscaledenom_get, _mapscript.webObj_maxscaledenom_set) mintemplate = property(_mapscript.webObj_mintemplate_get, _mapscript.webObj_mintemplate_set) maxtemplate = property(_mapscript.webObj_maxtemplate_get, _mapscript.webObj_maxtemplate_set) queryformat = property(_mapscript.webObj_queryformat_get, _mapscript.webObj_queryformat_set) legendformat = property(_mapscript.webObj_legendformat_get, _mapscript.webObj_legendformat_set) browseformat = property(_mapscript.webObj_browseformat_get, _mapscript.webObj_browseformat_set) metadata = property(_mapscript.webObj_metadata_get) validation = property(_mapscript.webObj_validation_get)
[文档] def __init__(self): _mapscript.webObj_swiginit(self, _mapscript.new_webObj())
__swig_destroy__ = _mapscript.delete_webObj
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.webObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.webObj_convertToString(self)
# Register webObj in _mapscript: _mapscript.webObj_swigregister(webObj) class styleObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr refcount = property(_mapscript.styleObj_refcount_get) symbolname = property(_mapscript.styleObj_symbolname_get) autoangle = property(_mapscript.styleObj_autoangle_get, _mapscript.styleObj_autoangle_set) color = property(_mapscript.styleObj_color_get, _mapscript.styleObj_color_set) backgroundcolor = property(_mapscript.styleObj_backgroundcolor_get, _mapscript.styleObj_backgroundcolor_set) outlinecolor = property(_mapscript.styleObj_outlinecolor_get, _mapscript.styleObj_outlinecolor_set) opacity = property(_mapscript.styleObj_opacity_get, _mapscript.styleObj_opacity_set) mincolor = property(_mapscript.styleObj_mincolor_get, _mapscript.styleObj_mincolor_set) maxcolor = property(_mapscript.styleObj_maxcolor_get, _mapscript.styleObj_maxcolor_set) minvalue = property(_mapscript.styleObj_minvalue_get, _mapscript.styleObj_minvalue_set) maxvalue = property(_mapscript.styleObj_maxvalue_get, _mapscript.styleObj_maxvalue_set) rangeitem = property(_mapscript.styleObj_rangeitem_get, _mapscript.styleObj_rangeitem_set) rangeitemindex = property(_mapscript.styleObj_rangeitemindex_get, _mapscript.styleObj_rangeitemindex_set) symbol = property(_mapscript.styleObj_symbol_get, _mapscript.styleObj_symbol_set) size = property(_mapscript.styleObj_size_get, _mapscript.styleObj_size_set) minsize = property(_mapscript.styleObj_minsize_get, _mapscript.styleObj_minsize_set) maxsize = property(_mapscript.styleObj_maxsize_get, _mapscript.styleObj_maxsize_set) patternlength = property(_mapscript.styleObj_patternlength_get) gap = property(_mapscript.styleObj_gap_get, _mapscript.styleObj_gap_set) initialgap = property(_mapscript.styleObj_initialgap_get, _mapscript.styleObj_initialgap_set) position = property(_mapscript.styleObj_position_get, _mapscript.styleObj_position_set) linecap = property(_mapscript.styleObj_linecap_get, _mapscript.styleObj_linecap_set) linejoin = property(_mapscript.styleObj_linejoin_get, _mapscript.styleObj_linejoin_set) linejoinmaxsize = property(_mapscript.styleObj_linejoinmaxsize_get, _mapscript.styleObj_linejoinmaxsize_set) width = property(_mapscript.styleObj_width_get, _mapscript.styleObj_width_set) outlinewidth = property(_mapscript.styleObj_outlinewidth_get, _mapscript.styleObj_outlinewidth_set) minwidth = property(_mapscript.styleObj_minwidth_get, _mapscript.styleObj_minwidth_set) maxwidth = property(_mapscript.styleObj_maxwidth_get, _mapscript.styleObj_maxwidth_set) offsetx = property(_mapscript.styleObj_offsetx_get, _mapscript.styleObj_offsetx_set) offsety = property(_mapscript.styleObj_offsety_get, _mapscript.styleObj_offsety_set) polaroffsetpixel = property(_mapscript.styleObj_polaroffsetpixel_get, _mapscript.styleObj_polaroffsetpixel_set) polaroffsetangle = property(_mapscript.styleObj_polaroffsetangle_get, _mapscript.styleObj_polaroffsetangle_set) angle = property(_mapscript.styleObj_angle_get, _mapscript.styleObj_angle_set) minscaledenom = property(_mapscript.styleObj_minscaledenom_get, _mapscript.styleObj_minscaledenom_set) maxscaledenom = property(_mapscript.styleObj_maxscaledenom_get, _mapscript.styleObj_maxscaledenom_set)
[文档] def __init__(self, parent_class: "classObj"=None): _mapscript.styleObj_swiginit(self, _mapscript.new_styleObj(parent_class))
__swig_destroy__ = _mapscript.delete_styleObj
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.styleObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.styleObj_convertToString(self)
[文档] def clone(self) -> "styleObj *": return _mapscript.styleObj_clone(self)
[文档] def setSymbolByName(self, map: "mapObj", symbolname: "char *") -> "int": return _mapscript.styleObj_setSymbolByName(self, map, symbolname)
[文档] def removeBinding(self, binding: "int") -> "int": return _mapscript.styleObj_removeBinding(self, binding)
[文档] def setBinding(self, binding: "int", item: "char *") -> "int": return _mapscript.styleObj_setBinding(self, binding, item)
[文档] def getBinding(self, binding: "int") -> "char *": return _mapscript.styleObj_getBinding(self, binding)
[文档] def getGeomTransform(self) -> "char *": return _mapscript.styleObj_getGeomTransform(self)
[文档] def setGeomTransform(self, transform: "char *") -> "void": return _mapscript.styleObj_setGeomTransform(self, transform)
[文档] def pattern_set(self, nListSize: "int") -> "void": return _mapscript.styleObj_pattern_set(self, nListSize)
[文档] def pattern_get(self) -> "void": return _mapscript.styleObj_pattern_get(self)
pattern = property(pattern_get, pattern_set) # Register styleObj in _mapscript: _mapscript.styleObj_swigregister(styleObj) MS_STYLE_SINGLE_SIDED_OFFSET = _mapscript.MS_STYLE_SINGLE_SIDED_OFFSET MS_STYLE_DOUBLE_SIDED_OFFSET = _mapscript.MS_STYLE_DOUBLE_SIDED_OFFSET class labelLeaderObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr maxdistance = property(_mapscript.labelLeaderObj_maxdistance_get, _mapscript.labelLeaderObj_maxdistance_set) gridstep = property(_mapscript.labelLeaderObj_gridstep_get, _mapscript.labelLeaderObj_gridstep_set) numstyles = property(_mapscript.labelLeaderObj_numstyles_get)
[文档] def __init__(self): _mapscript.labelLeaderObj_swiginit(self, _mapscript.new_labelLeaderObj())
__swig_destroy__ = _mapscript.delete_labelLeaderObj # Register labelLeaderObj in _mapscript: _mapscript.labelLeaderObj_swigregister(labelLeaderObj) class labelObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr refcount = property(_mapscript.labelObj_refcount_get) font = property(_mapscript.labelObj_font_get, _mapscript.labelObj_font_set) color = property(_mapscript.labelObj_color_get, _mapscript.labelObj_color_set) outlinecolor = property(_mapscript.labelObj_outlinecolor_get, _mapscript.labelObj_outlinecolor_set) outlinewidth = property(_mapscript.labelObj_outlinewidth_get, _mapscript.labelObj_outlinewidth_set) shadowcolor = property(_mapscript.labelObj_shadowcolor_get, _mapscript.labelObj_shadowcolor_set) shadowsizex = property(_mapscript.labelObj_shadowsizex_get, _mapscript.labelObj_shadowsizex_set) shadowsizey = property(_mapscript.labelObj_shadowsizey_get, _mapscript.labelObj_shadowsizey_set) size = property(_mapscript.labelObj_size_get, _mapscript.labelObj_size_set) minsize = property(_mapscript.labelObj_minsize_get, _mapscript.labelObj_minsize_set) maxsize = property(_mapscript.labelObj_maxsize_get, _mapscript.labelObj_maxsize_set) position = property(_mapscript.labelObj_position_get, _mapscript.labelObj_position_set) offsetx = property(_mapscript.labelObj_offsetx_get, _mapscript.labelObj_offsetx_set) offsety = property(_mapscript.labelObj_offsety_get, _mapscript.labelObj_offsety_set) angle = property(_mapscript.labelObj_angle_get, _mapscript.labelObj_angle_set) anglemode = property(_mapscript.labelObj_anglemode_get, _mapscript.labelObj_anglemode_set) buffer = property(_mapscript.labelObj_buffer_get, _mapscript.labelObj_buffer_set) align = property(_mapscript.labelObj_align_get, _mapscript.labelObj_align_set) wrap = property(_mapscript.labelObj_wrap_get, _mapscript.labelObj_wrap_set) maxlength = property(_mapscript.labelObj_maxlength_get, _mapscript.labelObj_maxlength_set) minlength = property(_mapscript.labelObj_minlength_get, _mapscript.labelObj_minlength_set) space_size_10 = property(_mapscript.labelObj_space_size_10_get, _mapscript.labelObj_space_size_10_set) minfeaturesize = property(_mapscript.labelObj_minfeaturesize_get, _mapscript.labelObj_minfeaturesize_set) autominfeaturesize = property(_mapscript.labelObj_autominfeaturesize_get, _mapscript.labelObj_autominfeaturesize_set) minscaledenom = property(_mapscript.labelObj_minscaledenom_get, _mapscript.labelObj_minscaledenom_set) maxscaledenom = property(_mapscript.labelObj_maxscaledenom_get, _mapscript.labelObj_maxscaledenom_set) mindistance = property(_mapscript.labelObj_mindistance_get, _mapscript.labelObj_mindistance_set) repeatdistance = property(_mapscript.labelObj_repeatdistance_get, _mapscript.labelObj_repeatdistance_set) maxoverlapangle = property(_mapscript.labelObj_maxoverlapangle_get, _mapscript.labelObj_maxoverlapangle_set) partials = property(_mapscript.labelObj_partials_get, _mapscript.labelObj_partials_set) force = property(_mapscript.labelObj_force_get, _mapscript.labelObj_force_set) encoding = property(_mapscript.labelObj_encoding_get, _mapscript.labelObj_encoding_set) priority = property(_mapscript.labelObj_priority_get, _mapscript.labelObj_priority_set) numstyles = property(_mapscript.labelObj_numstyles_get, _mapscript.labelObj_numstyles_set) leader = property(_mapscript.labelObj_leader_get, _mapscript.labelObj_leader_set)
[文档] def __init__(self): _mapscript.labelObj_swiginit(self, _mapscript.new_labelObj())
__swig_destroy__ = _mapscript.delete_labelObj
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.labelObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.labelObj_convertToString(self)
[文档] def removeBinding(self, binding: "int") -> "int": return _mapscript.labelObj_removeBinding(self, binding)
[文档] def getBinding(self, binding: "int") -> "char *": return _mapscript.labelObj_getBinding(self, binding)
[文档] def setBinding(self, binding: "int", item: "char *") -> "int": return _mapscript.labelObj_setBinding(self, binding, item)
[文档] def setExpression(self, expression: "char *") -> "int": return _mapscript.labelObj_setExpression(self, expression)
[文档] def getExpressionString(self) -> "char *": return _mapscript.labelObj_getExpressionString(self)
[文档] def setText(self, text: "char *") -> "int": return _mapscript.labelObj_setText(self, text)
[文档] def getTextString(self) -> "char *": return _mapscript.labelObj_getTextString(self)
[文档] def getStyle(self, i: "int") -> "styleObj *": return _mapscript.labelObj_getStyle(self, i)
[文档] def insertStyle(self, style: "styleObj", index: "int"=-1) -> "int": return _mapscript.labelObj_insertStyle(self, style, index)
[文档] def removeStyle(self, index: "int") -> "styleObj *": return _mapscript.labelObj_removeStyle(self, index)
[文档] def moveStyleUp(self, index: "int") -> "int": return _mapscript.labelObj_moveStyleUp(self, index)
[文档] def moveStyleDown(self, index: "int") -> "int": return _mapscript.labelObj_moveStyleDown(self, index)
# Register labelObj in _mapscript: _mapscript.labelObj_swigregister(labelObj) MS_LABEL_PERPENDICULAR_OFFSET = _mapscript.MS_LABEL_PERPENDICULAR_OFFSET MS_LABEL_PERPENDICULAR_TOP_OFFSET = _mapscript.MS_LABEL_PERPENDICULAR_TOP_OFFSET class classObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr status = property(_mapscript.classObj_status_get, _mapscript.classObj_status_set) isfallback = property(_mapscript.classObj_isfallback_get, _mapscript.classObj_isfallback_set) numstyles = property(_mapscript.classObj_numstyles_get) numlabels = property(_mapscript.classObj_numlabels_get) name = property(_mapscript.classObj_name_get, _mapscript.classObj_name_set) title = property(_mapscript.classObj_title_get, _mapscript.classObj_title_set) template = property(_mapscript.classObj_template_get, _mapscript.classObj_template_set) metadata = property(_mapscript.classObj_metadata_get) validation = property(_mapscript.classObj_validation_get) minscaledenom = property(_mapscript.classObj_minscaledenom_get, _mapscript.classObj_minscaledenom_set) maxscaledenom = property(_mapscript.classObj_maxscaledenom_get, _mapscript.classObj_maxscaledenom_set) minfeaturesize = property(_mapscript.classObj_minfeaturesize_get, _mapscript.classObj_minfeaturesize_set) refcount = property(_mapscript.classObj_refcount_get) layer = property(_mapscript.classObj_layer_get) leader = property(_mapscript.classObj_leader_get) debug = property(_mapscript.classObj_debug_get, _mapscript.classObj_debug_set) keyimage = property(_mapscript.classObj_keyimage_get, _mapscript.classObj_keyimage_set) group = property(_mapscript.classObj_group_get, _mapscript.classObj_group_set)
[文档] def __init__(self, layer: "layerObj"=None): r""" classObj.__init__(layerObj layer=None) Create a new child classObj instance at the tail (highest index) of the class array of the parent_layer. A class can be created outside the context of a parent layer by omitting the layerObj constructor argument """ _mapscript.classObj_swiginit(self, _mapscript.new_classObj(layer)) self.p_layer = None if layer: self.p_layer = layer
__swig_destroy__ = _mapscript.delete_classObj
[文档] def updateFromString(self, snippet: "char *") -> "int": r"""Update a class from a string snippet. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.classObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": r"""Output the CLASS as a Mapfile string""" return _mapscript.classObj_convertToString(self)
[文档] def clone(self) -> "classObj *": r"""Return an independent copy of the class without a parent layer""" return _mapscript.classObj_clone(self)
[文档] def setExpression(self, expression: "char *") -> "int": r""" Set :mapfile:`EXPRESSION <class.html#index-4>` string where `expression` is a MapServer regular, logical or string expression. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE` """ return _mapscript.classObj_setExpression(self, expression)
[文档] def getExpressionString(self) -> "char *": r"""Return a string representation of the :mapfile:`EXPRESSION <class.html#index-4>` enclosed in the quote characters appropriate to the expression type""" return _mapscript.classObj_getExpressionString(self)
[文档] def setText(self, text: "char *") -> "int": r""" Set :mapfile:`TEXT <class.html#index-22>` string where `text` is a MapServer text expression. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE` """ return _mapscript.classObj_setText(self, text)
[文档] def getTextString(self) -> "char *": r"""Return a string representation of :mapfile:`TEXT <class.html#index-22>`""" return _mapscript.classObj_getTextString(self)
[文档] def getMetaData(self, name: "char *") -> "char *": r"""**To be removed in 8.0** - use the metadata property""" return _mapscript.classObj_getMetaData(self, name)
[文档] def setMetaData(self, name: "char *", value: "char *") -> "int": r"""**To be removed in 8.0** - use the metadata property""" return _mapscript.classObj_setMetaData(self, name, value)
[文档] def getFirstMetaDataKey(self) -> "char *": r"""**To be removed in 8.0** - use the metadata property""" return _mapscript.classObj_getFirstMetaDataKey(self)
[文档] def getNextMetaDataKey(self, lastkey: "char *") -> "char *": r"""**To be removed in 8.0** - use the metadata property""" return _mapscript.classObj_getNextMetaDataKey(self, lastkey)
[文档] def drawLegendIcon(self, map: "mapObj", layer: "layerObj", width: "int", height: "int", dstImage: "imageObj", dstX: "int", dstY: "int") -> "int": r"""Draw the legend icon onto *image* at *dstx*, *dsty*. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.classObj_drawLegendIcon(self, map, layer, width, height, dstImage, dstX, dstY)
[文档] def createLegendIcon(self, map: "mapObj", layer: "layerObj", width: "int", height: "int") -> "imageObj *": r"""Draw and return a new legend icon""" return _mapscript.classObj_createLegendIcon(self, map, layer, width, height)
[文档] def getLabel(self, i: "int") -> "labelObj *": r"""Return a reference to the :class:`labelObj` at *index* in the labels array""" return _mapscript.classObj_getLabel(self, i)
[文档] def addLabel(self, label: "labelObj") -> "int": r"""Add a :class:`labelObj` to the :class:`classObj` and return its index in the labels array""" return _mapscript.classObj_addLabel(self, label)
[文档] def removeLabel(self, index: "int") -> "labelObj *": r""" Remove the :class:`labelObj` at *index* from the labels array and return a reference to the :class:`labelObj`. numlabels is decremented, and the array is updated """ return _mapscript.classObj_removeLabel(self, index)
[文档] def getStyle(self, i: "int") -> "styleObj *": r"""Return a reference to the :class:`styleObj` at *index* in the styles array""" return _mapscript.classObj_getStyle(self, i)
[文档] def insertStyle(self, style: "styleObj", index: "int"=-1) -> "int": r""" Insert a **copy** of *style* into the styles array at index *index*. Default is -1, or the end of the array. Returns the index at which the style was inserted. """ return _mapscript.classObj_insertStyle(self, style, index)
[文档] def removeStyle(self, index: "int") -> "styleObj *": r"""Remove the :class:`styleObj` at *index* from the styles array and return a copy.""" return _mapscript.classObj_removeStyle(self, index)
[文档] def moveStyleUp(self, index: "int") -> "int": r"""Swap the :class:`styleObj` at *index* with the styleObj at *index* - 1""" return _mapscript.classObj_moveStyleUp(self, index)
[文档] def moveStyleDown(self, index: "int") -> "int": r"""Swap the :class:`styleObj` at *index* with the :class:`styleObj` at *index* + 1""" return _mapscript.classObj_moveStyleDown(self, index)
# Register classObj in _mapscript: _mapscript.classObj_swigregister(classObj) class labelCacheMemberObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr textsymbols = property(_mapscript.labelCacheMemberObj_textsymbols_get) numtextsymbols = property(_mapscript.labelCacheMemberObj_numtextsymbols_get) layerindex = property(_mapscript.labelCacheMemberObj_layerindex_get) classindex = property(_mapscript.labelCacheMemberObj_classindex_get) point = property(_mapscript.labelCacheMemberObj_point_get) bbox = property(_mapscript.labelCacheMemberObj_bbox_get) status = property(_mapscript.labelCacheMemberObj_status_get) markerid = property(_mapscript.labelCacheMemberObj_markerid_get) leaderline = property(_mapscript.labelCacheMemberObj_leaderline_get) leaderbbox = property(_mapscript.labelCacheMemberObj_leaderbbox_get)
[文档] def __init__(self): _mapscript.labelCacheMemberObj_swiginit(self, _mapscript.new_labelCacheMemberObj())
__swig_destroy__ = _mapscript.delete_labelCacheMemberObj # Register labelCacheMemberObj in _mapscript: _mapscript.labelCacheMemberObj_swigregister(labelCacheMemberObj) class markerCacheMemberObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr id = property(_mapscript.markerCacheMemberObj_id_get) bounds = property(_mapscript.markerCacheMemberObj_bounds_get)
[文档] def __init__(self): _mapscript.markerCacheMemberObj_swiginit(self, _mapscript.new_markerCacheMemberObj())
__swig_destroy__ = _mapscript.delete_markerCacheMemberObj # Register markerCacheMemberObj in _mapscript: _mapscript.markerCacheMemberObj_swigregister(markerCacheMemberObj) class labelCacheSlotObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr labels = property(_mapscript.labelCacheSlotObj_labels_get) numlabels = property(_mapscript.labelCacheSlotObj_numlabels_get) cachesize = property(_mapscript.labelCacheSlotObj_cachesize_get) markers = property(_mapscript.labelCacheSlotObj_markers_get) nummarkers = property(_mapscript.labelCacheSlotObj_nummarkers_get) markercachesize = property(_mapscript.labelCacheSlotObj_markercachesize_get)
[文档] def __init__(self): _mapscript.labelCacheSlotObj_swiginit(self, _mapscript.new_labelCacheSlotObj())
__swig_destroy__ = _mapscript.delete_labelCacheSlotObj # Register labelCacheSlotObj in _mapscript: _mapscript.labelCacheSlotObj_swigregister(labelCacheSlotObj) class labelCacheObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr slots = property(_mapscript.labelCacheObj_slots_get) gutter = property(_mapscript.labelCacheObj_gutter_get) rendered_text_symbols = property(_mapscript.labelCacheObj_rendered_text_symbols_get) num_allocated_rendered_members = property(_mapscript.labelCacheObj_num_allocated_rendered_members_get) num_rendered_members = property(_mapscript.labelCacheObj_num_rendered_members_get)
[文档] def freeCache(self) -> "void": return _mapscript.labelCacheObj_freeCache(self)
[文档] def __init__(self): _mapscript.labelCacheObj_swiginit(self, _mapscript.new_labelCacheObj())
__swig_destroy__ = _mapscript.delete_labelCacheObj # Register labelCacheObj in _mapscript: _mapscript.labelCacheObj_swigregister(labelCacheObj) class resultObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr shapeindex = property(_mapscript.resultObj_shapeindex_get) tileindex = property(_mapscript.resultObj_tileindex_get) resultindex = property(_mapscript.resultObj_resultindex_get) classindex = property(_mapscript.resultObj_classindex_get)
[文档] def __init__(self, shapeindex: "long"): _mapscript.resultObj_swiginit(self, _mapscript.new_resultObj(shapeindex))
__swig_destroy__ = _mapscript.delete_resultObj # Register resultObj in _mapscript: _mapscript.resultObj_swigregister(resultObj) class resultCacheObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numresults = property(_mapscript.resultCacheObj_numresults_get) bounds = property(_mapscript.resultCacheObj_bounds_get) usegetshape = property(_mapscript.resultCacheObj_usegetshape_get, _mapscript.resultCacheObj_usegetshape_set)
[文档] def getResult(self, i: "int") -> "resultObj *": return _mapscript.resultCacheObj_getResult(self, i)
[文档] def __init__(self): _mapscript.resultCacheObj_swiginit(self, _mapscript.new_resultCacheObj())
__swig_destroy__ = _mapscript.delete_resultCacheObj # Register resultCacheObj in _mapscript: _mapscript.resultCacheObj_swigregister(resultCacheObj) class symbolSetObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr filename = property(_mapscript.symbolSetObj_filename_get, _mapscript.symbolSetObj_filename_set) imagecachesize = property(_mapscript.symbolSetObj_imagecachesize_get, _mapscript.symbolSetObj_imagecachesize_set) numsymbols = property(_mapscript.symbolSetObj_numsymbols_get) maxsymbols = property(_mapscript.symbolSetObj_maxsymbols_get)
[文档] def __init__(self, symbolfile: "char const *"=None): _mapscript.symbolSetObj_swiginit(self, _mapscript.new_symbolSetObj(symbolfile))
__swig_destroy__ = _mapscript.delete_symbolSetObj
[文档] def getSymbol(self, i: "int") -> "symbolObj *": return _mapscript.symbolSetObj_getSymbol(self, i)
[文档] def getSymbolByName(self, symbolname: "char *") -> "symbolObj *": return _mapscript.symbolSetObj_getSymbolByName(self, symbolname)
[文档] def index(self, symbolname: "char *") -> "int": return _mapscript.symbolSetObj_index(self, symbolname)
[文档] def appendSymbol(self, symbol: "symbolObj") -> "int": return _mapscript.symbolSetObj_appendSymbol(self, symbol)
[文档] def removeSymbol(self, index: "int") -> "symbolObj *": return _mapscript.symbolSetObj_removeSymbol(self, index)
[文档] def save(self, filename: "char const *") -> "int": return _mapscript.symbolSetObj_save(self, filename)
# Register symbolSetObj in _mapscript: _mapscript.symbolSetObj_swigregister(symbolSetObj) class referenceMapObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr extent = property(_mapscript.referenceMapObj_extent_get, _mapscript.referenceMapObj_extent_set) height = property(_mapscript.referenceMapObj_height_get, _mapscript.referenceMapObj_height_set) width = property(_mapscript.referenceMapObj_width_get, _mapscript.referenceMapObj_width_set) color = property(_mapscript.referenceMapObj_color_get, _mapscript.referenceMapObj_color_set) outlinecolor = property(_mapscript.referenceMapObj_outlinecolor_get, _mapscript.referenceMapObj_outlinecolor_set) image = property(_mapscript.referenceMapObj_image_get, _mapscript.referenceMapObj_image_set) status = property(_mapscript.referenceMapObj_status_get, _mapscript.referenceMapObj_status_set) marker = property(_mapscript.referenceMapObj_marker_get, _mapscript.referenceMapObj_marker_set) markername = property(_mapscript.referenceMapObj_markername_get, _mapscript.referenceMapObj_markername_set) markersize = property(_mapscript.referenceMapObj_markersize_get, _mapscript.referenceMapObj_markersize_set) minboxsize = property(_mapscript.referenceMapObj_minboxsize_get, _mapscript.referenceMapObj_minboxsize_set) maxboxsize = property(_mapscript.referenceMapObj_maxboxsize_get, _mapscript.referenceMapObj_maxboxsize_set) map = property(_mapscript.referenceMapObj_map_get)
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.referenceMapObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.referenceMapObj_convertToString(self)
[文档] def __init__(self): _mapscript.referenceMapObj_swiginit(self, _mapscript.new_referenceMapObj())
__swig_destroy__ = _mapscript.delete_referenceMapObj # Register referenceMapObj in _mapscript: _mapscript.referenceMapObj_swigregister(referenceMapObj) class scalebarObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr imagecolor = property(_mapscript.scalebarObj_imagecolor_get, _mapscript.scalebarObj_imagecolor_set) height = property(_mapscript.scalebarObj_height_get, _mapscript.scalebarObj_height_set) width = property(_mapscript.scalebarObj_width_get, _mapscript.scalebarObj_width_set) style = property(_mapscript.scalebarObj_style_get, _mapscript.scalebarObj_style_set) intervals = property(_mapscript.scalebarObj_intervals_get, _mapscript.scalebarObj_intervals_set) label = property(_mapscript.scalebarObj_label_get, _mapscript.scalebarObj_label_set) color = property(_mapscript.scalebarObj_color_get, _mapscript.scalebarObj_color_set) backgroundcolor = property(_mapscript.scalebarObj_backgroundcolor_get, _mapscript.scalebarObj_backgroundcolor_set) outlinecolor = property(_mapscript.scalebarObj_outlinecolor_get, _mapscript.scalebarObj_outlinecolor_set) units = property(_mapscript.scalebarObj_units_get, _mapscript.scalebarObj_units_set) status = property(_mapscript.scalebarObj_status_get, _mapscript.scalebarObj_status_set) position = property(_mapscript.scalebarObj_position_get, _mapscript.scalebarObj_position_set) postlabelcache = property(_mapscript.scalebarObj_postlabelcache_get, _mapscript.scalebarObj_postlabelcache_set) align = property(_mapscript.scalebarObj_align_get, _mapscript.scalebarObj_align_set) offsetx = property(_mapscript.scalebarObj_offsetx_get, _mapscript.scalebarObj_offsetx_set) offsety = property(_mapscript.scalebarObj_offsety_get, _mapscript.scalebarObj_offsety_set)
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.scalebarObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.scalebarObj_convertToString(self)
[文档] def __init__(self): _mapscript.scalebarObj_swiginit(self, _mapscript.new_scalebarObj())
__swig_destroy__ = _mapscript.delete_scalebarObj # Register scalebarObj in _mapscript: _mapscript.scalebarObj_swigregister(scalebarObj) class legendObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr imagecolor = property(_mapscript.legendObj_imagecolor_get, _mapscript.legendObj_imagecolor_set) label = property(_mapscript.legendObj_label_get) keysizex = property(_mapscript.legendObj_keysizex_get, _mapscript.legendObj_keysizex_set) keysizey = property(_mapscript.legendObj_keysizey_get, _mapscript.legendObj_keysizey_set) keyspacingx = property(_mapscript.legendObj_keyspacingx_get, _mapscript.legendObj_keyspacingx_set) keyspacingy = property(_mapscript.legendObj_keyspacingy_get, _mapscript.legendObj_keyspacingy_set) outlinecolor = property(_mapscript.legendObj_outlinecolor_get, _mapscript.legendObj_outlinecolor_set) status = property(_mapscript.legendObj_status_get, _mapscript.legendObj_status_set) height = property(_mapscript.legendObj_height_get, _mapscript.legendObj_height_set) width = property(_mapscript.legendObj_width_get, _mapscript.legendObj_width_set) position = property(_mapscript.legendObj_position_get, _mapscript.legendObj_position_set) postlabelcache = property(_mapscript.legendObj_postlabelcache_get, _mapscript.legendObj_postlabelcache_set) template = property(_mapscript.legendObj_template_get, _mapscript.legendObj_template_set) map = property(_mapscript.legendObj_map_get)
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.legendObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.legendObj_convertToString(self)
[文档] def __init__(self): _mapscript.legendObj_swiginit(self, _mapscript.new_legendObj())
__swig_destroy__ = _mapscript.delete_legendObj # Register legendObj in _mapscript: _mapscript.legendObj_swigregister(legendObj) class imageObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr width = property(_mapscript.imageObj_width_get) height = property(_mapscript.imageObj_height_get) resolution = property(_mapscript.imageObj_resolution_get) resolutionfactor = property(_mapscript.imageObj_resolutionfactor_get) imagepath = property(_mapscript.imageObj_imagepath_get) imageurl = property(_mapscript.imageObj_imageurl_get) format = property(_mapscript.imageObj_format_get)
[文档] def __init__(self, *args): r""" imageObj.__init__(int width, int height, outputFormatObj format=None, char * filename, double resolution=72, double defresolution=72) Create a new imageObj instance. If *filename* is specified, an imageObj is created from the file and any specified *width*, *height*, and *format* parameters will be overridden by values of the image in *filename*. Otherwise, if *format* is specified (as an :class:`outputFormatObj`) an imageObj is created using that format. If *filename* is not specified, then *width* and *height* should be specified. The default resolution is currently 72 and defined by MS_DEFAULT_RESOLUTION - this setting is not available in MapScript. """ _mapscript.imageObj_swiginit(self, _mapscript.new_imageObj(*args))
__swig_destroy__ = _mapscript.delete_imageObj
[文档] def save(self, filename: "char *", map: "mapObj"=None) -> "void": r"""Save image to filename. The optional map parameter must be specified if saving GeoTIFF images.""" return _mapscript.imageObj_save(self, filename, map)
[文档] def getBytes(self) -> "gdBuffer": r""" Returns the image contents as a binary buffer. The exact form of this buffer will vary by mapscript language (e.g. a string in Python, byte[] array in Java and C#, unhandled in Perl) """ return _mapscript.imageObj_getBytes(self)
[文档] def getSize(self) -> "int": r""" Returns the size of the binary buffer representing the image buffer .. note:: The getSize method is inefficient as it does a call to getBytes and then computes the size of the byte array. The byte array is then immediately discarded. In most cases it is more efficient to call getBytes directly. """ return _mapscript.imageObj_getSize(self)
[文档] def write(self, *args) -> "int": return _mapscript.imageObj_write(self, *args)
[文档] def saveToString(self) -> "PyObject *": return _mapscript.imageObj_saveToString(self)
# Register imageObj in _mapscript: _mapscript.imageObj_swigregister(imageObj) class scaleTokenEntryObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr minscale = property(_mapscript.scaleTokenEntryObj_minscale_get, _mapscript.scaleTokenEntryObj_minscale_set) maxscale = property(_mapscript.scaleTokenEntryObj_maxscale_get, _mapscript.scaleTokenEntryObj_maxscale_set) value = property(_mapscript.scaleTokenEntryObj_value_get, _mapscript.scaleTokenEntryObj_value_set)
[文档] def __init__(self): _mapscript.scaleTokenEntryObj_swiginit(self, _mapscript.new_scaleTokenEntryObj())
__swig_destroy__ = _mapscript.delete_scaleTokenEntryObj # Register scaleTokenEntryObj in _mapscript: _mapscript.scaleTokenEntryObj_swigregister(scaleTokenEntryObj) class scaleTokenObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr name = property(_mapscript.scaleTokenObj_name_get, _mapscript.scaleTokenObj_name_set) n_entries = property(_mapscript.scaleTokenObj_n_entries_get, _mapscript.scaleTokenObj_n_entries_set) tokens = property(_mapscript.scaleTokenObj_tokens_get, _mapscript.scaleTokenObj_tokens_set)
[文档] def __init__(self): _mapscript.scaleTokenObj_swiginit(self, _mapscript.new_scaleTokenObj())
__swig_destroy__ = _mapscript.delete_scaleTokenObj # Register scaleTokenObj in _mapscript: _mapscript.scaleTokenObj_swigregister(scaleTokenObj) class layerObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr classitem = property(_mapscript.layerObj_classitem_get, _mapscript.layerObj_classitem_set) refcount = property(_mapscript.layerObj_refcount_get) numclasses = property(_mapscript.layerObj_numclasses_get) maxclasses = property(_mapscript.layerObj_maxclasses_get) index = property(_mapscript.layerObj_index_get) map = property(_mapscript.layerObj_map_get) header = property(_mapscript.layerObj_header_get, _mapscript.layerObj_header_set) footer = property(_mapscript.layerObj_footer_get, _mapscript.layerObj_footer_set) template = property(_mapscript.layerObj_template_get, _mapscript.layerObj_template_set) name = property(_mapscript.layerObj_name_get, _mapscript.layerObj_name_set) group = property(_mapscript.layerObj_group_get, _mapscript.layerObj_group_set) status = property(_mapscript.layerObj_status_get, _mapscript.layerObj_status_set) rendermode = property(_mapscript.layerObj_rendermode_get, _mapscript.layerObj_rendermode_set) data = property(_mapscript.layerObj_data_get, _mapscript.layerObj_data_set) type = property(_mapscript.layerObj_type_get, _mapscript.layerObj_type_set) tolerance = property(_mapscript.layerObj_tolerance_get, _mapscript.layerObj_tolerance_set) toleranceunits = property(_mapscript.layerObj_toleranceunits_get, _mapscript.layerObj_toleranceunits_set) symbolscaledenom = property(_mapscript.layerObj_symbolscaledenom_get, _mapscript.layerObj_symbolscaledenom_set) minscaledenom = property(_mapscript.layerObj_minscaledenom_get, _mapscript.layerObj_minscaledenom_set) maxscaledenom = property(_mapscript.layerObj_maxscaledenom_get, _mapscript.layerObj_maxscaledenom_set) minfeaturesize = property(_mapscript.layerObj_minfeaturesize_get, _mapscript.layerObj_minfeaturesize_set) labelminscaledenom = property(_mapscript.layerObj_labelminscaledenom_get, _mapscript.layerObj_labelminscaledenom_set) labelmaxscaledenom = property(_mapscript.layerObj_labelmaxscaledenom_get, _mapscript.layerObj_labelmaxscaledenom_set) mingeowidth = property(_mapscript.layerObj_mingeowidth_get, _mapscript.layerObj_mingeowidth_set) maxgeowidth = property(_mapscript.layerObj_maxgeowidth_get, _mapscript.layerObj_maxgeowidth_set) sizeunits = property(_mapscript.layerObj_sizeunits_get, _mapscript.layerObj_sizeunits_set) maxfeatures = property(_mapscript.layerObj_maxfeatures_get, _mapscript.layerObj_maxfeatures_set) startindex = property(_mapscript.layerObj_startindex_get, _mapscript.layerObj_startindex_set) offsite = property(_mapscript.layerObj_offsite_get, _mapscript.layerObj_offsite_set) transform = property(_mapscript.layerObj_transform_get, _mapscript.layerObj_transform_set) labelcache = property(_mapscript.layerObj_labelcache_get, _mapscript.layerObj_labelcache_set) postlabelcache = property(_mapscript.layerObj_postlabelcache_get, _mapscript.layerObj_postlabelcache_set) labelitem = property(_mapscript.layerObj_labelitem_get, _mapscript.layerObj_labelitem_set) tileitem = property(_mapscript.layerObj_tileitem_get, _mapscript.layerObj_tileitem_set) tileindex = property(_mapscript.layerObj_tileindex_get, _mapscript.layerObj_tileindex_set) tilesrs = property(_mapscript.layerObj_tilesrs_get, _mapscript.layerObj_tilesrs_set) units = property(_mapscript.layerObj_units_get, _mapscript.layerObj_units_set) connection = property(_mapscript.layerObj_connection_get, _mapscript.layerObj_connection_set) plugin_library = property(_mapscript.layerObj_plugin_library_get, _mapscript.layerObj_plugin_library_set) plugin_library_original = property(_mapscript.layerObj_plugin_library_original_get, _mapscript.layerObj_plugin_library_original_set) connectiontype = property(_mapscript.layerObj_connectiontype_get, _mapscript.layerObj_connectiontype_set) numitems = property(_mapscript.layerObj_numitems_get) bandsitem = property(_mapscript.layerObj_bandsitem_get, _mapscript.layerObj_bandsitem_set) filteritem = property(_mapscript.layerObj_filteritem_get, _mapscript.layerObj_filteritem_set) styleitem = property(_mapscript.layerObj_styleitem_get, _mapscript.layerObj_styleitem_set) requires = property(_mapscript.layerObj_requires_get, _mapscript.layerObj_requires_set) labelrequires = property(_mapscript.layerObj_labelrequires_get, _mapscript.layerObj_labelrequires_set) metadata = property(_mapscript.layerObj_metadata_get) validation = property(_mapscript.layerObj_validation_get) bindvals = property(_mapscript.layerObj_bindvals_get) cluster = property(_mapscript.layerObj_cluster_get) dump = property(_mapscript.layerObj_dump_get, _mapscript.layerObj_dump_set) debug = property(_mapscript.layerObj_debug_get, _mapscript.layerObj_debug_set) extent = property(_mapscript.layerObj_extent_get) numprocessing = property(_mapscript.layerObj_numprocessing_get) numjoins = property(_mapscript.layerObj_numjoins_get) classgroup = property(_mapscript.layerObj_classgroup_get, _mapscript.layerObj_classgroup_set) mask = property(_mapscript.layerObj_mask_get, _mapscript.layerObj_mask_set) encoding = property(_mapscript.layerObj_encoding_get, _mapscript.layerObj_encoding_set) utfitem = property(_mapscript.layerObj_utfitem_get, _mapscript.layerObj_utfitem_set) utfitemindex = property(_mapscript.layerObj_utfitemindex_get, _mapscript.layerObj_utfitemindex_set) utfdata = property(_mapscript.layerObj_utfdata_get, _mapscript.layerObj_utfdata_set) compositer = property(_mapscript.layerObj_compositer_get, _mapscript.layerObj_compositer_set) connectionoptions = property(_mapscript.layerObj_connectionoptions_get, _mapscript.layerObj_connectionoptions_set)
[文档] def __init__(self, map: "mapObj"=None): _mapscript.layerObj_swiginit(self, _mapscript.new_layerObj(map)) self.p_map = None if map: self.p_map = map
[文档] def setOpacity(self, opacity: "int") -> "void": return _mapscript.layerObj_setOpacity(self, opacity)
[文档] def getOpacity(self) -> "int": return _mapscript.layerObj_getOpacity(self)
__swig_destroy__ = _mapscript.delete_layerObj
[文档] def clone(self) -> "layerObj *": return _mapscript.layerObj_clone(self)
[文档] def updateFromString(self, snippet: "char *") -> "int": return _mapscript.layerObj_updateFromString(self, snippet)
[文档] def convertToString(self) -> "char *": return _mapscript.layerObj_convertToString(self)
[文档] def insertClass(*args): actualIndex=_mapscript.layerObj_insertClass(*args) args[1].p_layer=args[0] return actualIndex
[文档] def removeClass(self, index: "int") -> "classObj *": return _mapscript.layerObj_removeClass(self, index)
[文档] def open(self) -> "int": return _mapscript.layerObj_open(self)
[文档] def whichShapes(self, rect: "rectObj") -> "int": return _mapscript.layerObj_whichShapes(self, rect)
[文档] def nextShape(self) -> "shapeObj *": return _mapscript.layerObj_nextShape(self)
[文档] def close(self) -> "void": return _mapscript.layerObj_close(self)
[文档] def getShape(self, record: "resultObj") -> "shapeObj *": return _mapscript.layerObj_getShape(self, record)
[文档] def getNumResults(self) -> "int": return _mapscript.layerObj_getNumResults(self)
[文档] def getResultsBounds(self) -> "rectObj *": return _mapscript.layerObj_getResultsBounds(self)
[文档] def getResult(self, i: "int") -> "resultObj *": return _mapscript.layerObj_getResult(self, i)
[文档] def getClass(*args): clazz = _mapscript.layerObj_getClass(*args) if clazz: if args and len(args)!=0: clazz.p_layer=args[0] else: clazz.p_layer=None return clazz
[文档] def getItem(self, i: "int") -> "char *": return _mapscript.layerObj_getItem(self, i)
[文档] def setItems(self, items: "char **", numitems: "int") -> "int": return _mapscript.layerObj_setItems(self, items, numitems)
[文档] def draw(self, map: "mapObj", image: "imageObj") -> "int": return _mapscript.layerObj_draw(self, map, image)
[文档] def drawQuery(self, map: "mapObj", image: "imageObj") -> "int": return _mapscript.layerObj_drawQuery(self, map, image)
[文档] def queryByFilter(self, map: "mapObj", string: "char *") -> "int": return _mapscript.layerObj_queryByFilter(self, map, string)
[文档] def queryByAttributes(self, map: "mapObj", qitem: "char *", qstring: "char *", mode: "int") -> "int": return _mapscript.layerObj_queryByAttributes(self, map, qitem, qstring, mode)
[文档] def queryByPoint(self, map: "mapObj", point: "pointObj", mode: "int", buffer: "double") -> "int": return _mapscript.layerObj_queryByPoint(self, map, point, mode, buffer)
[文档] def queryByRect(self, map: "mapObj", rect: "rectObj") -> "int": return _mapscript.layerObj_queryByRect(self, map, rect)
[文档] def queryByFeatures(self, map: "mapObj", slayer: "int") -> "int": return _mapscript.layerObj_queryByFeatures(self, map, slayer)
[文档] def queryByShape(self, map: "mapObj", shape: "shapeObj") -> "int": return _mapscript.layerObj_queryByShape(self, map, shape)
[文档] def queryByIndex(self, map: "mapObj", tileindex: "int", shapeindex: "int", bAddToQuery: "int"=0) -> "int": return _mapscript.layerObj_queryByIndex(self, map, tileindex, shapeindex, bAddToQuery)
[文档] def getResults(self) -> "resultCacheObj *": return _mapscript.layerObj_getResults(self)
[文档] def setFilter(self, filter: "char *") -> "int": return _mapscript.layerObj_setFilter(self, filter)
[文档] def getFilterString(self) -> "char *": return _mapscript.layerObj_getFilterString(self)
[文档] def setWKTProjection(self, wkt: "char *") -> "int": return _mapscript.layerObj_setWKTProjection(self, wkt)
[文档] def getProjection(self) -> "char *": return _mapscript.layerObj_getProjection(self)
[文档] def setProjection(self, proj4: "char *") -> "int": return _mapscript.layerObj_setProjection(self, proj4)
[文档] def addFeature(self, shape: "shapeObj") -> "int": return _mapscript.layerObj_addFeature(self, shape)
[文档] def getNumFeatures(self) -> "int": return _mapscript.layerObj_getNumFeatures(self)
[文档] def getExtent(self) -> "rectObj *": return _mapscript.layerObj_getExtent(self)
[文档] def setExtent(self, minx: "double"=-1.0, miny: "double"=-1.0, maxx: "double"=-1.0, maxy: "double"=-1.0) -> "int": return _mapscript.layerObj_setExtent(self, minx, miny, maxx, maxy)
[文档] def getMetaData(self, name: "char *") -> "char *": return _mapscript.layerObj_getMetaData(self, name)
[文档] def setMetaData(self, name: "char *", value: "char *") -> "int": return _mapscript.layerObj_setMetaData(self, name, value)
[文档] def removeMetaData(self, name: "char *") -> "int": return _mapscript.layerObj_removeMetaData(self, name)
[文档] def getFirstMetaDataKey(self) -> "char *": return _mapscript.layerObj_getFirstMetaDataKey(self)
[文档] def getNextMetaDataKey(self, lastkey: "char *") -> "char *": return _mapscript.layerObj_getNextMetaDataKey(self, lastkey)
[文档] def getWMSFeatureInfoURL(self, map: "mapObj", click_x: "int", click_y: "int", feature_count: "int", info_format: "char *") -> "char *": return _mapscript.layerObj_getWMSFeatureInfoURL(self, map, click_x, click_y, feature_count, info_format)
[文档] def executeWFSGetFeature(self, layer: "layerObj") -> "char *": return _mapscript.layerObj_executeWFSGetFeature(self, layer)
[文档] def applySLD(self, sld: "char *", stylelayer: "char *") -> "int": return _mapscript.layerObj_applySLD(self, sld, stylelayer)
[文档] def applySLDURL(self, sld: "char *", stylelayer: "char *") -> "int": return _mapscript.layerObj_applySLDURL(self, sld, stylelayer)
[文档] def generateSLD(self) -> "char *": return _mapscript.layerObj_generateSLD(self)
[文档] def isVisible(self) -> "int": return _mapscript.layerObj_isVisible(self)
[文档] def moveClassUp(self, index: "int") -> "int": return _mapscript.layerObj_moveClassUp(self, index)
[文档] def moveClassDown(self, index: "int") -> "int": return _mapscript.layerObj_moveClassDown(self, index)
[文档] def setProcessingKey(self, key: "char const *", value: "char const *") -> "void": return _mapscript.layerObj_setProcessingKey(self, key, value)
[文档] def setProcessing(self, directive: "char const *") -> "void": return _mapscript.layerObj_setProcessing(self, directive)
[文档] def addProcessing(self, directive: "char const *") -> "void": return _mapscript.layerObj_addProcessing(self, directive)
[文档] def getProcessing(self, index: "int") -> "char *": return _mapscript.layerObj_getProcessing(self, index)
[文档] def getProcessingKey(self, key: "char const *") -> "char *": return _mapscript.layerObj_getProcessingKey(self, key)
[文档] def clearProcessing(self) -> "int": return _mapscript.layerObj_clearProcessing(self)
[文档] def setConnectionType(self, connectiontype: "int", library_str: "char const *") -> "int": return _mapscript.layerObj_setConnectionType(self, connectiontype, library_str)
[文档] def getClassIndex(self, map: "mapObj", shape: "shapeObj", classgroup: "int *"=None, numclasses: "int"=0) -> "int": return _mapscript.layerObj_getClassIndex(self, map, shape, classgroup, numclasses)
[文档] def getGeomTransform(self) -> "char *": return _mapscript.layerObj_getGeomTransform(self)
[文档] def setGeomTransform(self, transform: "char *") -> "void": return _mapscript.layerObj_setGeomTransform(self, transform)
[文档] def getItemType(self, i: "int") -> "char *": r""" getItemType(layerObj self, int i) -> char * Parameters ---------- i: int Returns the requested item's field type. A layer must be open to retrieve the item definition. Pass in the attribute index to retrieve the type. The layer's numitems property contains the number of items available, and the first item is index zero. """ return _mapscript.layerObj_getItemType(self, i)
[文档] def getItemDefinitions(self): """ **Python MapScript only** Return item (field) names and their types if available. Field types are specified using GML metadata and can be one of the following: ``Integer|Long|Real|Character|Date|Boolean`` """ item_names = [self.getItem(idx) for idx in range(0, self.numitems)] item_types = [self.getItemType(idx) for idx in range(0, self.numitems)] return zip(item_names, item_types)
# Register layerObj in _mapscript: _mapscript.layerObj_swigregister(layerObj) class mapObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr name = property(_mapscript.mapObj_name_get, _mapscript.mapObj_name_set) status = property(_mapscript.mapObj_status_get, _mapscript.mapObj_status_set) height = property(_mapscript.mapObj_height_get, _mapscript.mapObj_height_set) width = property(_mapscript.mapObj_width_get, _mapscript.mapObj_width_set) maxsize = property(_mapscript.mapObj_maxsize_get, _mapscript.mapObj_maxsize_set) refcount = property(_mapscript.mapObj_refcount_get) numlayers = property(_mapscript.mapObj_numlayers_get) maxlayers = property(_mapscript.mapObj_maxlayers_get) symbolset = property(_mapscript.mapObj_symbolset_get) fontset = property(_mapscript.mapObj_fontset_get) labelcache = property(_mapscript.mapObj_labelcache_get) transparent = property(_mapscript.mapObj_transparent_get, _mapscript.mapObj_transparent_set) interlace = property(_mapscript.mapObj_interlace_get, _mapscript.mapObj_interlace_set) imagequality = property(_mapscript.mapObj_imagequality_get, _mapscript.mapObj_imagequality_set) extent = property(_mapscript.mapObj_extent_get, _mapscript.mapObj_extent_set) cellsize = property(_mapscript.mapObj_cellsize_get, _mapscript.mapObj_cellsize_set) units = property(_mapscript.mapObj_units_get, _mapscript.mapObj_units_set) scaledenom = property(_mapscript.mapObj_scaledenom_get, _mapscript.mapObj_scaledenom_set) resolution = property(_mapscript.mapObj_resolution_get, _mapscript.mapObj_resolution_set) defresolution = property(_mapscript.mapObj_defresolution_get, _mapscript.mapObj_defresolution_set) shapepath = property(_mapscript.mapObj_shapepath_get, _mapscript.mapObj_shapepath_set) mappath = property(_mapscript.mapObj_mappath_get, _mapscript.mapObj_mappath_set) sldurl = property(_mapscript.mapObj_sldurl_get, _mapscript.mapObj_sldurl_set) imagecolor = property(_mapscript.mapObj_imagecolor_get, _mapscript.mapObj_imagecolor_set) numoutputformats = property(_mapscript.mapObj_numoutputformats_get) outputformat = property(_mapscript.mapObj_outputformat_get) imagetype = property(_mapscript.mapObj_imagetype_get) reference = property(_mapscript.mapObj_reference_get) scalebar = property(_mapscript.mapObj_scalebar_get) legend = property(_mapscript.mapObj_legend_get) querymap = property(_mapscript.mapObj_querymap_get) web = property(_mapscript.mapObj_web_get) layerorder = property(_mapscript.mapObj_layerorder_get, _mapscript.mapObj_layerorder_set) debug = property(_mapscript.mapObj_debug_get, _mapscript.mapObj_debug_set) datapattern = property(_mapscript.mapObj_datapattern_get, _mapscript.mapObj_datapattern_set) templatepattern = property(_mapscript.mapObj_templatepattern_get, _mapscript.mapObj_templatepattern_set) configoptions = property(_mapscript.mapObj_configoptions_get)
[文档] def __init__(self, *args): _mapscript.mapObj_swiginit(self, _mapscript.new_mapObj(*args))
__swig_destroy__ = _mapscript.delete_mapObj
[文档] def clone(self) -> "mapObj *": return _mapscript.mapObj_clone(self)
[文档] def insertLayer(*args): actualIndex=_mapscript.mapObj_insertLayer(*args) args[1].p_map=args[0] return actualIndex
[文档] def removeLayer(self, index: "int") -> "layerObj *": return _mapscript.mapObj_removeLayer(self, index)
[文档] def setExtent(self, minx: "double", miny: "double", maxx: "double", maxy: "double") -> "int": return _mapscript.mapObj_setExtent(self, minx, miny, maxx, maxy)
[文档] def offsetExtent(self, x: "double", y: "double") -> "int": return _mapscript.mapObj_offsetExtent(self, x, y)
[文档] def scaleExtent(self, zoomfactor: "double", minscaledenom: "double", maxscaledenom: "double") -> "int": return _mapscript.mapObj_scaleExtent(self, zoomfactor, minscaledenom, maxscaledenom)
[文档] def setCenter(self, center: "pointObj") -> "int": return _mapscript.mapObj_setCenter(self, center)
[文档] def setSize(self, width: "int", height: "int") -> "int": return _mapscript.mapObj_setSize(self, width, height)
[文档] def pixelToGeoref(self, pixPosX: "double", pixPosY: "double", geoPos: "pointObj") -> "void": return _mapscript.mapObj_pixelToGeoref(self, pixPosX, pixPosY, geoPos)
[文档] def getRotation(self) -> "double": return _mapscript.mapObj_getRotation(self)
[文档] def setRotation(self, rotation_angle: "double") -> "int": return _mapscript.mapObj_setRotation(self, rotation_angle)
[文档] def getLayer(*args): layer = _mapscript.mapObj_getLayer(*args) if layer: if args and len(args)!=0: layer.p_map=args[0] else: layer.p_map=None return layer
[文档] def getLayerByName(*args): layer = _mapscript.mapObj_getLayerByName(*args) if layer: if args and len(args)!=0: layer.p_map=args[0] else: layer.p_map=None return layer
[文档] def getSymbolByName(self, name: "char *") -> "int": return _mapscript.mapObj_getSymbolByName(self, name)
[文档] def prepareQuery(self) -> "void": return _mapscript.mapObj_prepareQuery(self)
[文档] def prepareImage(self) -> "imageObj *": return _mapscript.mapObj_prepareImage(self)
[文档] def setImageType(self, imagetype: "char *") -> "void": return _mapscript.mapObj_setImageType(self, imagetype)
[文档] def selectOutputFormat(self, imagetype: "char *") -> "void": return _mapscript.mapObj_selectOutputFormat(self, imagetype)
[文档] def getOutputFormat(self, i: "int") -> "outputFormatObj *": return _mapscript.mapObj_getOutputFormat(self, i)
[文档] def setOutputFormat(self, format: "outputFormatObj") -> "void": return _mapscript.mapObj_setOutputFormat(self, format)
[文档] def draw(self) -> "imageObj *": return _mapscript.mapObj_draw(self)
[文档] def drawQuery(self) -> "imageObj *": return _mapscript.mapObj_drawQuery(self)
[文档] def drawLegend(self) -> "imageObj *": return _mapscript.mapObj_drawLegend(self)
[文档] def drawScalebar(self) -> "imageObj *": return _mapscript.mapObj_drawScalebar(self)
[文档] def drawReferenceMap(self) -> "imageObj *": return _mapscript.mapObj_drawReferenceMap(self)
[文档] def embedScalebar(self, image: "imageObj") -> "int": return _mapscript.mapObj_embedScalebar(self, image)
[文档] def embedLegend(self, image: "imageObj") -> "int": return _mapscript.mapObj_embedLegend(self, image)
[文档] def drawLabelCache(self, image: "imageObj") -> "int": return _mapscript.mapObj_drawLabelCache(self, image)
[文档] def queryByFilter(self, string: "char *") -> "int": return _mapscript.mapObj_queryByFilter(self, string)
[文档] def queryByPoint(self, point: "pointObj", mode: "int", buffer: "double") -> "int": return _mapscript.mapObj_queryByPoint(self, point, mode, buffer)
[文档] def queryByRect(self, rect: "rectObj") -> "int": return _mapscript.mapObj_queryByRect(self, rect)
[文档] def queryByFeatures(self, slayer: "int") -> "int": return _mapscript.mapObj_queryByFeatures(self, slayer)
[文档] def queryByShape(self, shape: "shapeObj") -> "int": return _mapscript.mapObj_queryByShape(self, shape)
[文档] def setWKTProjection(self, wkt: "char *") -> "int": return _mapscript.mapObj_setWKTProjection(self, wkt)
[文档] def getProjection(self) -> "char *": return _mapscript.mapObj_getProjection(self)
[文档] def setProjection(self, proj4: "char *") -> "int": return _mapscript.mapObj_setProjection(self, proj4)
[文档] def save(self, filename: "char *") -> "int": return _mapscript.mapObj_save(self, filename)
[文档] def saveQuery(self, filename: "char *", results: "int"=0) -> "int": return _mapscript.mapObj_saveQuery(self, filename, results)
[文档] def loadQuery(self, filename: "char *") -> "int": return _mapscript.mapObj_loadQuery(self, filename)
[文档] def freeQuery(self, qlayer: "int"=-1) -> "void": return _mapscript.mapObj_freeQuery(self, qlayer)
[文档] def saveQueryAsGML(self, *args) -> "int": return _mapscript.mapObj_saveQueryAsGML(self, *args)
[文档] def getMetaData(self, name: "char *") -> "char *": return _mapscript.mapObj_getMetaData(self, name)
[文档] def setMetaData(self, name: "char *", value: "char *") -> "int": return _mapscript.mapObj_setMetaData(self, name, value)
[文档] def removeMetaData(self, name: "char *") -> "int": return _mapscript.mapObj_removeMetaData(self, name)
[文档] def getFirstMetaDataKey(self) -> "char *": return _mapscript.mapObj_getFirstMetaDataKey(self)
[文档] def getNextMetaDataKey(self, lastkey: "char *") -> "char *": return _mapscript.mapObj_getNextMetaDataKey(self, lastkey)
[文档] def setSymbolSet(self, szFileName: "char *") -> "int": return _mapscript.mapObj_setSymbolSet(self, szFileName)
[文档] def getNumSymbols(self) -> "int": return _mapscript.mapObj_getNumSymbols(self)
[文档] def setFontSet(self, filename: "char *") -> "int": return _mapscript.mapObj_setFontSet(self, filename)
[文档] def saveMapContext(self, szFileName: "char *") -> "int": return _mapscript.mapObj_saveMapContext(self, szFileName)
[文档] def loadMapContext(self, szFileName: "char *", useUniqueNames: "int"=0) -> "int": return _mapscript.mapObj_loadMapContext(self, szFileName, useUniqueNames)
[文档] def moveLayerUp(self, layerindex: "int") -> "int": return _mapscript.mapObj_moveLayerUp(self, layerindex)
[文档] def moveLayerDown(self, layerindex: "int") -> "int": return _mapscript.mapObj_moveLayerDown(self, layerindex)
[文档] def getLayersDrawingOrder(self) -> "intarray *": return _mapscript.mapObj_getLayersDrawingOrder(self)
[文档] def setLayersDrawingOrder(self, panIndexes: "int *") -> "int": return _mapscript.mapObj_setLayersDrawingOrder(self, panIndexes)
[文档] def setConfigOption(self, key: "char *", value: "char *") -> "void": return _mapscript.mapObj_setConfigOption(self, key, value)
[文档] def getConfigOption(self, key: "char *") -> "char *": return _mapscript.mapObj_getConfigOption(self, key)
[文档] def applyConfigOptions(self) -> "void": return _mapscript.mapObj_applyConfigOptions(self)
[文档] def applySLD(self, sld: "char *") -> "int": return _mapscript.mapObj_applySLD(self, sld)
[文档] def applySLDURL(self, sld: "char *") -> "int": return _mapscript.mapObj_applySLDURL(self, sld)
[文档] def generateSLD(self, sldVersion: "char *"=None) -> "char *": return _mapscript.mapObj_generateSLD(self, sldVersion)
[文档] def processTemplate(self, bGenerateImages: "int", names: "char **", values: "char **", numentries: "int") -> "char *": return _mapscript.mapObj_processTemplate(self, bGenerateImages, names, values, numentries)
[文档] def processLegendTemplate(self, names: "char **", values: "char **", numentries: "int") -> "char *": return _mapscript.mapObj_processLegendTemplate(self, names, values, numentries)
[文档] def processQueryTemplate(self, names: "char **", values: "char **", numentries: "int") -> "char *": return _mapscript.mapObj_processQueryTemplate(self, names, values, numentries)
[文档] def getOutputFormatByName(self, name: "char *") -> "outputFormatObj *": return _mapscript.mapObj_getOutputFormatByName(self, name)
[文档] def appendOutputFormat(self, format: "outputFormatObj") -> "int": return _mapscript.mapObj_appendOutputFormat(self, format)
[文档] def removeOutputFormat(self, name: "char *") -> "int": return _mapscript.mapObj_removeOutputFormat(self, name)
[文档] def loadOWSParameters(self, *args) -> "int": return _mapscript.mapObj_loadOWSParameters(self, *args)
[文档] def OWSDispatch(self, req: "OWSRequest") -> "int": return _mapscript.mapObj_OWSDispatch(self, req)
[文档] def convertToString(self) -> "char *": return _mapscript.mapObj_convertToString(self)
[文档] def applyDefaultSubstitutions(self) -> "void": r""" applyDefaultSubstitutions(mapObj self) Apply any default values defined in a VALIDATION block used for runtime substitutions """ return _mapscript.mapObj_applyDefaultSubstitutions(self)
[文档] def applySubstitutions(self, names: "char **") -> "void": r""" applySubstitutions(mapObj self, char ** names) Parameters ---------- names: char ** Pass in runtime substitution keys and values and apply them to the map. **Note** This method is currently enabled for Python only. Typemaps are needed for other mapscript languages. """ return _mapscript.mapObj_applySubstitutions(self, names)
[文档] def zoomPoint(self, zoomfactor: "int", poPixPos: "pointObj", width: "int", height: "int", poGeorefExt: "rectObj", poMaxGeorefExt: "rectObj") -> "int": r""" zoomPoint(mapObj self, int zoomfactor, pointObj poPixPos, int width, int height, rectObj poGeorefExt, rectObj poMaxGeorefExt) -> int Parameters ---------- zoomfactor: int poPixPos: pointObj * width: int height: int poGeorefExt: rectObj * poMaxGeorefExt: rectObj * """ return _mapscript.mapObj_zoomPoint(self, zoomfactor, poPixPos, width, height, poGeorefExt, poMaxGeorefExt)
[文档] def zoomRectangle(self, poPixRect: "rectObj", width: "int", height: "int", poGeorefExt: "rectObj", poMaxGeorefExt: "rectObj") -> "int": r""" zoomRectangle(mapObj self, rectObj poPixRect, int width, int height, rectObj poGeorefExt, rectObj poMaxGeorefExt) -> int Parameters ---------- poPixRect: rectObj * width: int height: int poGeorefExt: rectObj * poMaxGeorefExt: rectObj * """ return _mapscript.mapObj_zoomRectangle(self, poPixRect, width, height, poGeorefExt, poMaxGeorefExt)
[文档] def zoomScale(self, scale: "double", poPixPos: "pointObj", width: "int", height: "int", poGeorefExt: "rectObj", poMaxGeorefExt: "rectObj") -> "int": r""" zoomScale(mapObj self, double scale, pointObj poPixPos, int width, int height, rectObj poGeorefExt, rectObj poMaxGeorefExt) -> int Parameters ---------- scale: double poPixPos: pointObj * width: int height: int poGeorefExt: rectObj * poMaxGeorefExt: rectObj * """ return _mapscript.mapObj_zoomScale(self, scale, poPixPos, width, height, poGeorefExt, poMaxGeorefExt)
[文档] def getLayerOrder(self) -> "PyObject *": r"""getLayerOrder(mapObj self) -> PyObject *""" return _mapscript.mapObj_getLayerOrder(self)
[文档] def setLayerOrder(self, order: "PyObject *") -> "int": r""" setLayerOrder(mapObj self, PyObject * order) -> int Parameters ---------- order: PyObject * """ return _mapscript.mapObj_setLayerOrder(self, order)
[文档] def getSize(self) -> "PyObject *": r"""getSize(mapObj self) -> PyObject *""" return _mapscript.mapObj_getSize(self)
[文档] def get_height(self): return self.getSize()[1] # <-- second member is the height
[文档] def get_width(self): return self.getSize()[0] # <-- first member is the width
[文档] def set_height(self, value): return self.setSize(self.getSize()[0], value)
[文档] def set_width(self, value): return self.setSize(value, self.getSize()[1])
width = property(get_width, set_width) height = property(get_height, set_height) # Register mapObj in _mapscript: _mapscript.mapObj_swigregister(mapObj) def msSaveImage(map: "mapObj", img: "imageObj", filename: "char const *") -> "int": return _mapscript.msSaveImage(map, img, filename) def msFreeImage(img: "imageObj") -> "void": return _mapscript.msFreeImage(img) def msSetup() -> "int": return _mapscript.msSetup() def msCleanup() -> "void": return _mapscript.msCleanup() def msLoadMapFromString(buffer: "char *", new_mappath: "char *") -> "mapObj *": return _mapscript.msLoadMapFromString(buffer, new_mappath) MS_VERSION_MAJOR = _mapscript.MS_VERSION_MAJOR MS_VERSION_MINOR = _mapscript.MS_VERSION_MINOR MS_VERSION_REV = _mapscript.MS_VERSION_REV MS_VERSION = _mapscript.MS_VERSION MS_VERSION_NUM = _mapscript.MS_VERSION_NUM class rectObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr minx = property(_mapscript.rectObj_minx_get, _mapscript.rectObj_minx_set) miny = property(_mapscript.rectObj_miny_get, _mapscript.rectObj_miny_set) maxx = property(_mapscript.rectObj_maxx_get, _mapscript.rectObj_maxx_set) maxy = property(_mapscript.rectObj_maxy_get, _mapscript.rectObj_maxy_set)
[文档] def __init__(self, minx: "double"=-1.0, miny: "double"=-1.0, maxx: "double"=-1.0, maxy: "double"=-1.0, imageunits: "int"=0): _mapscript.rectObj_swiginit(self, _mapscript.new_rectObj(minx, miny, maxx, maxy, imageunits))
__swig_destroy__ = _mapscript.delete_rectObj
[文档] def project(self, projin: "projectionObj", projout: "projectionObj") -> "int": return _mapscript.rectObj_project(self, projin, projout)
[文档] def fit(self, width: "int", height: "int") -> "double": return _mapscript.rectObj_fit(self, width, height)
[文档] def draw(self, map: "mapObj", layer: "layerObj", image: "imageObj", classindex: "int", text: "char *") -> "int": return _mapscript.rectObj_draw(self, map, layer, image, classindex, text)
[文档] def getCenter(self) -> "pointObj *": return _mapscript.rectObj_getCenter(self)
[文档] def toPolygon(self) -> "shapeObj *": return _mapscript.rectObj_toPolygon(self)
[文档] def toString(self) -> "char *": return _mapscript.rectObj_toString(self)
def __str__(self): return self.toString() def __contains__(self, item): item_type = item.__class__.__name__ if item_type == "pointObj": if item.x >= self.minx and item.x <= self.maxx \ and item.y >= self.miny and item.y <= self.maxy: return True else: return False else: raise TypeError('__contains__ does not yet handle %s' % (item_type)) # Register rectObj in _mapscript: _mapscript.rectObj_swigregister(rectObj) class pointObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr x = property(_mapscript.pointObj_x_get, _mapscript.pointObj_x_set) y = property(_mapscript.pointObj_y_get, _mapscript.pointObj_y_set)
[文档] def __init__(self, x: "double"=0.0, y: "double"=0.0, z: "double"=0.0, m: "double"=-2e38): _mapscript.pointObj_swiginit(self, _mapscript.new_pointObj(x, y, z, m))
__swig_destroy__ = _mapscript.delete_pointObj
[文档] def project(self, projin: "projectionObj", projout: "projectionObj") -> "int": return _mapscript.pointObj_project(self, projin, projout)
[文档] def draw(self, map: "mapObj", layer: "layerObj", image: "imageObj", classindex: "int", text: "char *") -> "int": return _mapscript.pointObj_draw(self, map, layer, image, classindex, text)
[文档] def distanceToPoint(self, point: "pointObj") -> "double": return _mapscript.pointObj_distanceToPoint(self, point)
[文档] def distanceToSegment(self, a: "pointObj", b: "pointObj") -> "double": return _mapscript.pointObj_distanceToSegment(self, a, b)
[文档] def distanceToShape(self, shape: "shapeObj") -> "double": return _mapscript.pointObj_distanceToShape(self, shape)
[文档] def setXY(self, x: "double", y: "double", m: "double"=-2e38) -> "int": return _mapscript.pointObj_setXY(self, x, y, m)
[文档] def setXYZ(self, x: "double", y: "double", z: "double", m: "double"=-2e38) -> "int": return _mapscript.pointObj_setXYZ(self, x, y, z, m)
[文档] def setXYZM(self, x: "double", y: "double", z: "double", m: "double") -> "int": return _mapscript.pointObj_setXYZM(self, x, y, z, m)
[文档] def toString(self) -> "char *": return _mapscript.pointObj_toString(self)
[文档] def toShape(self) -> "shapeObj *": return _mapscript.pointObj_toShape(self)
def __str__(self): return self.toString() @property def __geo_interface__(self): if hasattr(self, "z"): coords = (self.x, self.y, self.z) else: coords = (self.x, self.y) return {"type": "Point", "coordinates": coords} # Register pointObj in _mapscript: _mapscript.pointObj_swigregister(pointObj) class lineObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numpoints = property(_mapscript.lineObj_numpoints_get)
[文档] def __init__(self): _mapscript.lineObj_swiginit(self, _mapscript.new_lineObj())
__swig_destroy__ = _mapscript.delete_lineObj
[文档] def project(self, projin: "projectionObj", projout: "projectionObj") -> "int": return _mapscript.lineObj_project(self, projin, projout)
[文档] def get(self, i: "int") -> "pointObj *": return _mapscript.lineObj_get(self, i)
[文档] def add(self, p: "pointObj") -> "int": return _mapscript.lineObj_add(self, p)
[文档] def set(self, i: "int", p: "pointObj") -> "int": return _mapscript.lineObj_set(self, i, p)
@property def __geo_interface__(self): coords = [] for idx in range(0, self.numpoints): pt = self.get(idx) geom = pt.__geo_interface__ coords.append(geom["coordinates"]) return {"type": "LineString", "coordinates": coords} # Register lineObj in _mapscript: _mapscript.lineObj_swigregister(lineObj) class shapeObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numlines = property(_mapscript.shapeObj_numlines_get) numvalues = property(_mapscript.shapeObj_numvalues_get) bounds = property(_mapscript.shapeObj_bounds_get, _mapscript.shapeObj_bounds_set) type = property(_mapscript.shapeObj_type_get, _mapscript.shapeObj_type_set) index = property(_mapscript.shapeObj_index_get, _mapscript.shapeObj_index_set) tileindex = property(_mapscript.shapeObj_tileindex_get, _mapscript.shapeObj_tileindex_set) classindex = property(_mapscript.shapeObj_classindex_get, _mapscript.shapeObj_classindex_set) text = property(_mapscript.shapeObj_text_get, _mapscript.shapeObj_text_set) scratch = property(_mapscript.shapeObj_scratch_get, _mapscript.shapeObj_scratch_set) resultindex = property(_mapscript.shapeObj_resultindex_get, _mapscript.shapeObj_resultindex_set)
[文档] def __init__(self, type: "int"=MS_SHAPE_NULL): _mapscript.shapeObj_swiginit(self, _mapscript.new_shapeObj(type))
__swig_destroy__ = _mapscript.delete_shapeObj
[文档] @staticmethod def fromWKT(wkt: "char *") -> "shapeObj *": return _mapscript.shapeObj_fromWKT(wkt)
[文档] def project(self, projin: "projectionObj", projout: "projectionObj") -> "int": return _mapscript.shapeObj_project(self, projin, projout)
[文档] def get(self, i: "int") -> "lineObj *": return _mapscript.shapeObj_get(self, i)
[文档] def add(self, line: "lineObj") -> "int": return _mapscript.shapeObj_add(self, line)
[文档] def draw(self, map: "mapObj", layer: "layerObj", image: "imageObj") -> "int": return _mapscript.shapeObj_draw(self, map, layer, image)
[文档] def setBounds(self) -> "void": return _mapscript.shapeObj_setBounds(self)
[文档] def clone(self) -> "shapeObj *": return _mapscript.shapeObj_clone(self)
[文档] def copy(self, dest: "shapeObj") -> "int": return _mapscript.shapeObj_copy(self, dest)
[文档] def toWKT(self) -> "char *": return _mapscript.shapeObj_toWKT(self)
[文档] def buffer(self, width: "double") -> "shapeObj *": return _mapscript.shapeObj_buffer(self, width)
[文档] def simplify(self, tolerance: "double") -> "shapeObj *": return _mapscript.shapeObj_simplify(self, tolerance)
[文档] def topologyPreservingSimplify(self, tolerance: "double") -> "shapeObj *": return _mapscript.shapeObj_topologyPreservingSimplify(self, tolerance)
[文档] def convexHull(self) -> "shapeObj *": return _mapscript.shapeObj_convexHull(self)
[文档] def boundary(self) -> "shapeObj *": return _mapscript.shapeObj_boundary(self)
[文档] def getCentroid(self) -> "pointObj *": return _mapscript.shapeObj_getCentroid(self)
[文档] def Union(self, shape: "shapeObj") -> "shapeObj *": return _mapscript.shapeObj_Union(self, shape)
[文档] def intersection(self, shape: "shapeObj") -> "shapeObj *": return _mapscript.shapeObj_intersection(self, shape)
[文档] def difference(self, shape: "shapeObj") -> "shapeObj *": return _mapscript.shapeObj_difference(self, shape)
[文档] def symDifference(self, shape: "shapeObj") -> "shapeObj *": return _mapscript.shapeObj_symDifference(self, shape)
[文档] def overlaps(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_overlaps(self, shape)
[文档] def within(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_within(self, shape)
[文档] def crosses(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_crosses(self, shape)
[文档] def intersects(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_intersects(self, shape)
[文档] def touches(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_touches(self, shape)
[文档] def equals(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_equals(self, shape)
[文档] def disjoint(self, shape: "shapeObj") -> "int": return _mapscript.shapeObj_disjoint(self, shape)
[文档] def getArea(self) -> "double": return _mapscript.shapeObj_getArea(self)
[文档] def getLength(self) -> "double": return _mapscript.shapeObj_getLength(self)
[文档] def getValue(self, i: "int") -> "char *": return _mapscript.shapeObj_getValue(self, i)
[文档] def contains(self, *args) -> "int": return _mapscript.shapeObj_contains(self, *args)
[文档] def distanceToPoint(self, point: "pointObj") -> "double": return _mapscript.shapeObj_distanceToPoint(self, point)
[文档] def distanceToShape(self, shape: "shapeObj") -> "double": return _mapscript.shapeObj_distanceToShape(self, shape)
[文档] def getLabelPoint(self) -> "pointObj *": return _mapscript.shapeObj_getLabelPoint(self)
[文档] def setValue(self, i: "int", value: "char *") -> "int": return _mapscript.shapeObj_setValue(self, i, value)
[文档] def initValues(self, numvalues: "int") -> "void": return _mapscript.shapeObj_initValues(self, numvalues)
def _convert_item_values(self, property_values, property_types): """ **Python MapScript only** Convert an item value, which is always stored as a string, into a Python type, based on an attributes GML metadata type. These can be one of the following: ``Integer|Long|Real|Character|Date|Boolean`` """ typed_values = [] for value, type_ in zip(property_values, property_types): try: if type_.lower() == "integer": value = int(value) elif type_.lower() == "long": value = long(value) elif type_.lower() == "real": value = float(value) else: pass except ValueError: pass typed_values.append(value) return typed_values @property def __geo_interface__(self): bounds = self.bounds ms_geom_type = self.type # see https://tools.ietf.org/html/rfc7946 for GeoJSON types if ms_geom_type == MS_SHAPE_POINT or ms_geom_type == MS_SHP_POINTZ or ms_geom_type == MS_SHP_POINTM: geom_type = "Point" elif ms_geom_type == MS_SHP_MULTIPOINTZ or ms_geom_type == MS_SHP_MULTIPOINTM: geom_type = "MultiPoint" elif ms_geom_type == MS_SHAPE_LINE or ms_geom_type == MS_SHP_ARCZ or ms_geom_type == MS_SHP_ARCM: if self.numlines == 1: geom_type = "LineString" else: geom_type = "MultiLineString" elif ms_geom_type == MS_SHAPE_POLYGON or ms_geom_type == MS_SHP_POLYGONZ or ms_geom_type == MS_SHP_POLYGONM: if self.numlines == 1: geom_type = "Polygon" else: geom_type = "MultiPolygon" elif ms_geom_type == MS_SHAPE_NULL: return None else: raise TypeError("Shape type {} not supported".format(geom_type)) properties = {} coords = [] # property names are stored at the layer level # https://github.com/mapserver/mapserver/issues/130 property_values = [self.getValue(idx) for idx in range(0, self.numvalues)] if hasattr(self, "_item_definitions"): property_names, property_types = zip(*self._item_definitions) property_values = self._convert_item_values(property_values, property_types) else: property_names = [str(idx) for idx in range(0, self.numvalues)] properties = dict(zip(property_names, property_values)) for idx in range(0, self.numlines): line = self.get(idx) geom = line.__geo_interface__ coords.append(geom["coordinates"]) return { "type": "Feature", "bbox": (bounds.minx, bounds.miny, bounds.maxx, bounds.maxy), "properties": properties, "geometry": { "type": geom_type, "coordinates": coords } } @property def itemdefinitions(self): return self._item_definitions @itemdefinitions.setter def itemdefinitions(self, item_definitions): self._item_definitions = item_definitions # Register shapeObj in _mapscript: _mapscript.shapeObj_swigregister(shapeObj) def shapeObj_fromWKT(wkt: "char *") -> "shapeObj *": return _mapscript.shapeObj_fromWKT(wkt) SHX_BUFFER_PAGE = _mapscript.SHX_BUFFER_PAGE MS_SHAPEFILE_POINT = _mapscript.MS_SHAPEFILE_POINT MS_SHAPEFILE_ARC = _mapscript.MS_SHAPEFILE_ARC MS_SHAPEFILE_POLYGON = _mapscript.MS_SHAPEFILE_POLYGON MS_SHAPEFILE_MULTIPOINT = _mapscript.MS_SHAPEFILE_MULTIPOINT MS_SHP_POINTZ = _mapscript.MS_SHP_POINTZ MS_SHP_ARCZ = _mapscript.MS_SHP_ARCZ MS_SHP_POLYGONZ = _mapscript.MS_SHP_POLYGONZ MS_SHP_MULTIPOINTZ = _mapscript.MS_SHP_MULTIPOINTZ MS_SHP_POINTM = _mapscript.MS_SHP_POINTM MS_SHP_ARCM = _mapscript.MS_SHP_ARCM MS_SHP_POLYGONM = _mapscript.MS_SHP_POLYGONM MS_SHP_MULTIPOINTM = _mapscript.MS_SHP_MULTIPOINTM class DBFInfo(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr fp = property(_mapscript.DBFInfo_fp_get) nRecords = property(_mapscript.DBFInfo_nRecords_get) nRecordLength = property(_mapscript.DBFInfo_nRecordLength_get) nHeaderLength = property(_mapscript.DBFInfo_nHeaderLength_get) nFields = property(_mapscript.DBFInfo_nFields_get) panFieldOffset = property(_mapscript.DBFInfo_panFieldOffset_get) panFieldSize = property(_mapscript.DBFInfo_panFieldSize_get) panFieldDecimals = property(_mapscript.DBFInfo_panFieldDecimals_get) pachFieldType = property(_mapscript.DBFInfo_pachFieldType_get) pszHeader = property(_mapscript.DBFInfo_pszHeader_get) nCurrentRecord = property(_mapscript.DBFInfo_nCurrentRecord_get) bCurrentRecordModified = property(_mapscript.DBFInfo_bCurrentRecordModified_get) pszCurrentRecord = property(_mapscript.DBFInfo_pszCurrentRecord_get) bNoHeader = property(_mapscript.DBFInfo_bNoHeader_get) bUpdated = property(_mapscript.DBFInfo_bUpdated_get) pszStringField = property(_mapscript.DBFInfo_pszStringField_get) nStringFieldLen = property(_mapscript.DBFInfo_nStringFieldLen_get)
[文档] def getFieldName(self, iField: "int") -> "char *": r"""Get the field name of a DBF using the field index `iField`""" return _mapscript.DBFInfo_getFieldName(self, iField)
[文档] def getFieldWidth(self, iField: "int") -> "int": r"""Get the field width of a DBF using the field index `iField`""" return _mapscript.DBFInfo_getFieldWidth(self, iField)
[文档] def getFieldDecimals(self, iField: "int") -> "int": return _mapscript.DBFInfo_getFieldDecimals(self, iField)
[文档] def getFieldType(self, iField: "int") -> "int": r""" Get the field type of a DBF using the field index `iField`. Field types are one of FTString, FTInteger, FTDouble, FTInvalid """ return _mapscript.DBFInfo_getFieldType(self, iField)
[文档] def __init__(self): _mapscript.DBFInfo_swiginit(self, _mapscript.new_DBFInfo())
__swig_destroy__ = _mapscript.delete_DBFInfo # Register DBFInfo in _mapscript: _mapscript.DBFInfo_swigregister(DBFInfo) FTString = _mapscript.FTString FTInteger = _mapscript.FTInteger FTDouble = _mapscript.FTDouble FTInvalid = _mapscript.FTInvalid class shapefileObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr source = property(_mapscript.shapefileObj_source_get) type = property(_mapscript.shapefileObj_type_get) numshapes = property(_mapscript.shapefileObj_numshapes_get) bounds = property(_mapscript.shapefileObj_bounds_get) lastshape = property(_mapscript.shapefileObj_lastshape_get) status = property(_mapscript.shapefileObj_status_get) isopen = property(_mapscript.shapefileObj_isopen_get)
[文档] def __init__(self, filename: "char *", type: "int"=-1): _mapscript.shapefileObj_swiginit(self, _mapscript.new_shapefileObj(filename, type))
__swig_destroy__ = _mapscript.delete_shapefileObj
[文档] def get(self, i: "int", shape: "shapeObj") -> "int": return _mapscript.shapefileObj_get(self, i, shape)
[文档] def getShape(self, i: "int") -> "shapeObj *": return _mapscript.shapefileObj_getShape(self, i)
[文档] def getPoint(self, i: "int", point: "pointObj") -> "int": return _mapscript.shapefileObj_getPoint(self, i, point)
[文档] def getTransformed(self, map: "mapObj", i: "int", shape: "shapeObj") -> "int": return _mapscript.shapefileObj_getTransformed(self, map, i, shape)
[文档] def getExtent(self, i: "int", rect: "rectObj") -> "void": return _mapscript.shapefileObj_getExtent(self, i, rect)
[文档] def add(self, shape: "shapeObj") -> "int": return _mapscript.shapefileObj_add(self, shape)
[文档] def addPoint(self, point: "pointObj") -> "int": return _mapscript.shapefileObj_addPoint(self, point)
[文档] def getDBF(self) -> "DBFInfo *": return _mapscript.shapefileObj_getDBF(self)
# Register shapefileObj in _mapscript: _mapscript.shapefileObj_swigregister(shapefileObj) wkp_none = _mapscript.wkp_none wkp_lonlat = _mapscript.wkp_lonlat wkp_gmerc = _mapscript.wkp_gmerc class projectionObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numargs = property(_mapscript.projectionObj_numargs_get) automatic = property(_mapscript.projectionObj_automatic_get) wellknownprojection = property(_mapscript.projectionObj_wellknownprojection_get, _mapscript.projectionObj_wellknownprojection_set)
[文档] def __init__(self, proj4: "char *"): _mapscript.projectionObj_swiginit(self, _mapscript.new_projectionObj(proj4))
__swig_destroy__ = _mapscript.delete_projectionObj
[文档] def setWKTProjection(self, wkt: "char *") -> "int": return _mapscript.projectionObj_setWKTProjection(self, wkt)
[文档] def getUnits(self) -> "int": return _mapscript.projectionObj_getUnits(self)
# Register projectionObj in _mapscript: _mapscript.projectionObj_swigregister(projectionObj) MS_SYMBOL_SIMPLE = _mapscript.MS_SYMBOL_SIMPLE MS_SYMBOL_VECTOR = _mapscript.MS_SYMBOL_VECTOR MS_SYMBOL_ELLIPSE = _mapscript.MS_SYMBOL_ELLIPSE MS_SYMBOL_PIXMAP = _mapscript.MS_SYMBOL_PIXMAP MS_SYMBOL_TRUETYPE = _mapscript.MS_SYMBOL_TRUETYPE MS_SYMBOL_HATCH = _mapscript.MS_SYMBOL_HATCH MS_SYMBOL_SVG = _mapscript.MS_SYMBOL_SVG MS_SYMBOL_ALLOCSIZE = _mapscript.MS_SYMBOL_ALLOCSIZE MS_MAXVECTORPOINTS = _mapscript.MS_MAXVECTORPOINTS MS_MAXPATTERNLENGTH = _mapscript.MS_MAXPATTERNLENGTH MS_IMAGECACHESIZE = _mapscript.MS_IMAGECACHESIZE class colorObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr red = property(_mapscript.colorObj_red_get, _mapscript.colorObj_red_set) green = property(_mapscript.colorObj_green_get, _mapscript.colorObj_green_set) blue = property(_mapscript.colorObj_blue_get, _mapscript.colorObj_blue_set) alpha = property(_mapscript.colorObj_alpha_get, _mapscript.colorObj_alpha_set)
[文档] def __init__(self, red: "int"=0, green: "int"=0, blue: "int"=0, alpha: "int"=255): r""" colorObj.__init__() Create a new instance. The color arguments are optional. """ _mapscript.colorObj_swiginit(self, _mapscript.new_colorObj(red, green, blue, alpha))
__swig_destroy__ = _mapscript.delete_colorObj
[文档] def setRGB(self, red: "int", green: "int", blue: "int", alpha: "int"=255) -> "int": r"""Set all four RGBA components. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.colorObj_setRGB(self, red, green, blue, alpha)
[文档] def setHex(self, psHexColor: "char *") -> "int": r""" Set the color to values specified in case-independent hexadecimal notation. hex must start with a '#' followed by three or four hex bytes, e.g. '#ffffff' or '#ffffffff'. If only three hex bytes are supplied, the alpha will be set to 255. Calling setHex('#ffffff') therefore assigns values of 255 to each color component, including the alpha. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE` """ return _mapscript.colorObj_setHex(self, psHexColor)
[文档] def toHex(self) -> "char *": r""" Complement to setHex, returning a hexadecimal representation of the color components. If alpha is 255 then this is three hex bytes '#rrggbb', otherwise four hex bytes '#rrggbbaa' """ return _mapscript.colorObj_toHex(self)
# Register colorObj in _mapscript: _mapscript.colorObj_swigregister(colorObj) class symbolObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr name = property(_mapscript.symbolObj_name_get, _mapscript.symbolObj_name_set) type = property(_mapscript.symbolObj_type_get, _mapscript.symbolObj_type_set) inmapfile = property(_mapscript.symbolObj_inmapfile_get, _mapscript.symbolObj_inmapfile_set) sizex = property(_mapscript.symbolObj_sizex_get, _mapscript.symbolObj_sizex_set) sizey = property(_mapscript.symbolObj_sizey_get, _mapscript.symbolObj_sizey_set) minx = property(_mapscript.symbolObj_minx_get, _mapscript.symbolObj_minx_set) miny = property(_mapscript.symbolObj_miny_get, _mapscript.symbolObj_miny_set) maxx = property(_mapscript.symbolObj_maxx_get, _mapscript.symbolObj_maxx_set) maxy = property(_mapscript.symbolObj_maxy_get, _mapscript.symbolObj_maxy_set) refcount = property(_mapscript.symbolObj_refcount_get) numpoints = property(_mapscript.symbolObj_numpoints_get) filled = property(_mapscript.symbolObj_filled_get, _mapscript.symbolObj_filled_set) anchorpoint_x = property(_mapscript.symbolObj_anchorpoint_x_get, _mapscript.symbolObj_anchorpoint_x_set) anchorpoint_y = property(_mapscript.symbolObj_anchorpoint_y_get, _mapscript.symbolObj_anchorpoint_y_set) imagepath = property(_mapscript.symbolObj_imagepath_get) transparent = property(_mapscript.symbolObj_transparent_get, _mapscript.symbolObj_transparent_set) transparentcolor = property(_mapscript.symbolObj_transparentcolor_get, _mapscript.symbolObj_transparentcolor_set) character = property(_mapscript.symbolObj_character_get, _mapscript.symbolObj_character_set) font = property(_mapscript.symbolObj_font_get, _mapscript.symbolObj_font_set)
[文档] def __init__(self, symbolname: "char *", imagefile: "char const *"=None): _mapscript.symbolObj_swiginit(self, _mapscript.new_symbolObj(symbolname, imagefile))
__swig_destroy__ = _mapscript.delete_symbolObj
[文档] def setImagepath(self, imagefile: "char const *") -> "int": return _mapscript.symbolObj_setImagepath(self, imagefile)
[文档] def setPoints(self, line: "lineObj") -> "int": return _mapscript.symbolObj_setPoints(self, line)
[文档] def getPoints(self) -> "lineObj *": return _mapscript.symbolObj_getPoints(self)
[文档] def getImage(self, input_format: "outputFormatObj") -> "imageObj *": return _mapscript.symbolObj_getImage(self, input_format)
[文档] def setImage(self, image: "imageObj") -> "int": return _mapscript.symbolObj_setImage(self, image)
# Register symbolObj in _mapscript: _mapscript.symbolObj_swigregister(symbolObj) MS_NOERR = _mapscript.MS_NOERR MS_IOERR = _mapscript.MS_IOERR MS_MEMERR = _mapscript.MS_MEMERR MS_TYPEERR = _mapscript.MS_TYPEERR MS_SYMERR = _mapscript.MS_SYMERR MS_REGEXERR = _mapscript.MS_REGEXERR MS_TTFERR = _mapscript.MS_TTFERR MS_DBFERR = _mapscript.MS_DBFERR MS_IDENTERR = _mapscript.MS_IDENTERR MS_EOFERR = _mapscript.MS_EOFERR MS_PROJERR = _mapscript.MS_PROJERR MS_MISCERR = _mapscript.MS_MISCERR MS_CGIERR = _mapscript.MS_CGIERR MS_WEBERR = _mapscript.MS_WEBERR MS_IMGERR = _mapscript.MS_IMGERR MS_HASHERR = _mapscript.MS_HASHERR MS_JOINERR = _mapscript.MS_JOINERR MS_NOTFOUND = _mapscript.MS_NOTFOUND MS_SHPERR = _mapscript.MS_SHPERR MS_PARSEERR = _mapscript.MS_PARSEERR MS_UNUSEDERR = _mapscript.MS_UNUSEDERR MS_OGRERR = _mapscript.MS_OGRERR MS_QUERYERR = _mapscript.MS_QUERYERR MS_WMSERR = _mapscript.MS_WMSERR MS_WMSCONNERR = _mapscript.MS_WMSCONNERR MS_ORACLESPATIALERR = _mapscript.MS_ORACLESPATIALERR MS_WFSERR = _mapscript.MS_WFSERR MS_WFSCONNERR = _mapscript.MS_WFSCONNERR MS_MAPCONTEXTERR = _mapscript.MS_MAPCONTEXTERR MS_HTTPERR = _mapscript.MS_HTTPERR MS_CHILDERR = _mapscript.MS_CHILDERR MS_WCSERR = _mapscript.MS_WCSERR MS_GEOSERR = _mapscript.MS_GEOSERR MS_RECTERR = _mapscript.MS_RECTERR MS_TIMEERR = _mapscript.MS_TIMEERR MS_GMLERR = _mapscript.MS_GMLERR MS_SOSERR = _mapscript.MS_SOSERR MS_NULLPARENTERR = _mapscript.MS_NULLPARENTERR MS_AGGERR = _mapscript.MS_AGGERR MS_OWSERR = _mapscript.MS_OWSERR MS_OGLERR = _mapscript.MS_OGLERR MS_RENDERERERR = _mapscript.MS_RENDERERERR MS_V8ERR = _mapscript.MS_V8ERR MS_NUMERRORCODES = _mapscript.MS_NUMERRORCODES MESSAGELENGTH = _mapscript.MESSAGELENGTH ROUTINELENGTH = _mapscript.ROUTINELENGTH MS_ERROR_LANGUAGE = _mapscript.MS_ERROR_LANGUAGE class errorObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr code = property(_mapscript.errorObj_code_get, _mapscript.errorObj_code_set) routine = property(_mapscript.errorObj_routine_get, _mapscript.errorObj_routine_set) message = property(_mapscript.errorObj_message_get, _mapscript.errorObj_message_set) isreported = property(_mapscript.errorObj_isreported_get, _mapscript.errorObj_isreported_set) errorcount = property(_mapscript.errorObj_errorcount_get, _mapscript.errorObj_errorcount_set)
[文档] def __init__(self): r""" errorObj.__init__() Create a new instance """ _mapscript.errorObj_swiginit(self, _mapscript.new_errorObj())
__swig_destroy__ = _mapscript.delete_errorObj
[文档] def next(self) -> "errorObj *": r"""Returns the next error in the stack or NULL if the end has been reached""" return _mapscript.errorObj_next(self)
# Register errorObj in _mapscript: _mapscript.errorObj_swigregister(errorObj) def msGetErrorObj() -> "errorObj *": return _mapscript.msGetErrorObj() def msResetErrorList() -> "void": return _mapscript.msResetErrorList() def msGetVersion() -> "char *": return _mapscript.msGetVersion() def msGetVersionInt() -> "int": return _mapscript.msGetVersionInt() def msGetErrorString(delimiter: "char *") -> "char *": return _mapscript.msGetErrorString(delimiter) MS_DEBUGLEVEL_ERRORSONLY = _mapscript.MS_DEBUGLEVEL_ERRORSONLY MS_DEBUGLEVEL_DEBUG = _mapscript.MS_DEBUGLEVEL_DEBUG MS_DEBUGLEVEL_TUNING = _mapscript.MS_DEBUGLEVEL_TUNING MS_DEBUGLEVEL_V = _mapscript.MS_DEBUGLEVEL_V MS_DEBUGLEVEL_VV = _mapscript.MS_DEBUGLEVEL_VV MS_DEBUGLEVEL_VVV = _mapscript.MS_DEBUGLEVEL_VVV MS_DEBUGLEVEL_DEVDEBUG = _mapscript.MS_DEBUGLEVEL_DEVDEBUG MS_HASHSIZE = _mapscript.MS_HASHSIZE class hashTableObj(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr numitems = property(_mapscript.hashTableObj_numitems_get)
[文档] def __init__(self): r""" hashTableObj.__init__() Create a new instance """ _mapscript.hashTableObj_swiginit(self, _mapscript.new_hashTableObj())
__swig_destroy__ = _mapscript.delete_hashTableObj
[文档] def set(self, key: "char *", value: "char *") -> "int": r"""Set a hash item given key and value. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.hashTableObj_set(self, key, value)
[文档] def get(self, key: "char *", default_value: "char *"=None) -> "char *": r"""Returns the value of the item by its key, or default if the key does not exist""" return _mapscript.hashTableObj_get(self, key, default_value)
[文档] def remove(self, key: "char *") -> "int": r"""Removes the hash item by its key. Returns :data:`MS_SUCCESS` or :data:`MS_FAILURE`""" return _mapscript.hashTableObj_remove(self, key)
[文档] def clear(self) -> "void": r"""Empties the table of all items""" return _mapscript.hashTableObj_clear(self)
[文档] def nextKey(self, prevkey: "char *"=None) -> "char const *": r""" Returns the name of the next key or NULL if there is no valid next key. If the input key is NULL, returns the first key """ return _mapscript.hashTableObj_nextKey(self, prevkey)
def __getitem__(self, key): return self.get(key) def __setitem__(self, key, value): return self.set(key, value) def __delitem__(self, key) : return self.remove(key) def __contains__(self, key): return key.lower() in [k.lower() for k in self.keys()] def __len__(self): return self.numitems
[文档] def keys(self): keys = [] k = None while True : k = self.nextKey(k) if k : keys.append(k) else : break return keys
# Register hashTableObj in _mapscript: _mapscript.hashTableObj_swigregister(hashTableObj) MS_DEFAULT_CGI_PARAMS = _mapscript.MS_DEFAULT_CGI_PARAMS MS_GET_REQUEST = _mapscript.MS_GET_REQUEST MS_POST_REQUEST = _mapscript.MS_POST_REQUEST class OWSRequest(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") __repr__ = _swig_repr NumParams = property(_mapscript.OWSRequest_NumParams_get) type = property(_mapscript.OWSRequest_type_get, _mapscript.OWSRequest_type_set) contenttype = property(_mapscript.OWSRequest_contenttype_get, _mapscript.OWSRequest_contenttype_set) postrequest = property(_mapscript.OWSRequest_postrequest_get, _mapscript.OWSRequest_postrequest_set) httpcookiedata = property(_mapscript.OWSRequest_httpcookiedata_get, _mapscript.OWSRequest_httpcookiedata_set)
[文档] def __init__(self): _mapscript.OWSRequest_swiginit(self, _mapscript.new_OWSRequest())
__swig_destroy__ = _mapscript.delete_OWSRequest
[文档] def loadParams(self) -> "int": return _mapscript.OWSRequest_loadParams(self)
[文档] def loadParamsFromURL(self, url: "char const *") -> "int": return _mapscript.OWSRequest_loadParamsFromURL(self, url)
[文档] def setParameter(self, name: "char *", value: "char *") -> "void": return _mapscript.OWSRequest_setParameter(self, name, value)
[文档] def addParameter(self, name: "char *", value: "char *") -> "void": return _mapscript.OWSRequest_addParameter(self, name, value)
[文档] def getName(self, index: "int") -> "char *": return _mapscript.OWSRequest_getName(self, index)
[文档] def getValue(self, index: "int") -> "char *": return _mapscript.OWSRequest_getValue(self, index)
[文档] def getValueByName(self, name: "char const *") -> "char *": return _mapscript.OWSRequest_getValueByName(self, name)
# Register OWSRequest in _mapscript: _mapscript.OWSRequest_swigregister(OWSRequest) def msConnPoolCloseUnreferenced() -> "void": r""" Some memory leaks can be avoided by calling msConnPoolCloseUnreferenced from time to time. See https://github.com/mapserver/mapserver/issues/1661 """ return _mapscript.msConnPoolCloseUnreferenced() def msIO_resetHandlers() -> "void": return _mapscript.msIO_resetHandlers() def msIO_installStdoutToBuffer() -> "void": return _mapscript.msIO_installStdoutToBuffer() def msIO_installStdinFromBuffer() -> "void": return _mapscript.msIO_installStdinFromBuffer() def msIO_stripStdoutBufferContentType() -> "char const *": return _mapscript.msIO_stripStdoutBufferContentType() def msIO_stripStdoutBufferContentHeaders() -> "void": return _mapscript.msIO_stripStdoutBufferContentHeaders() def msIO_getStdoutBufferString() -> "char const *": return _mapscript.msIO_getStdoutBufferString() def msIO_getStdoutBufferBytes() -> "gdBuffer": return _mapscript.msIO_getStdoutBufferBytes() def msIO_getAndStripStdoutBufferMimeHeaders() -> "hashTableObj *": return _mapscript.msIO_getAndStripStdoutBufferMimeHeaders() def fromstring(data, mappath=None): """Creates map objects from mapfile strings. Parameters ========== data : string Mapfile in a string. mappath : string Optional root map path, enabling relative paths in mapfile. Example ======= >>> mo = fromstring("MAP\nNAME 'test'\nEND") >>> mo.name 'test' """ import re if re.search(r"^\s*MAP", data, re.I): return msLoadMapFromString(data, mappath) elif re.search(r"^\s*LAYER", data, re.I): ob = layerObj() ob.updateFromString(data) return ob elif re.search(r"^\s*CLASS", data, re.I): ob = classObj() ob.updateFromString(data) return ob elif re.search(r"^\s*STYLE", data, re.I): ob = styleObj() ob.updateFromString(data) return ob else: raise ValueError("No map, layer, class, or style found. Can not load from provided string")