class documentation

class ICrs(Protocol): (source)

Known subclasses: gws.gis.crs.Crs

View In Hierarchy

Undocumented

Method to_geojson Undocumented
Method to_string Undocumented
Method transform_extent Undocumented
Method transformer Undocumented
Class Variable axis Undocumented
Class Variable base Undocumented
Class Variable datum Undocumented
Class Variable epsg Undocumented
Class Variable extent Undocumented
Class Variable isGeographic Undocumented
Class Variable isProjected Undocumented
Class Variable isYX Undocumented
Class Variable name Undocumented
Class Variable proj4text Undocumented
Class Variable srid Undocumented
Class Variable uom Undocumented
Class Variable uri Undocumented
Class Variable url Undocumented
Class Variable urn Undocumented
Class Variable urnx Undocumented
Class Variable wgsExtent Undocumented
Class Variable wkt Undocumented
def to_geojson(self) -> dict: (source)
overridden in gws.gis.crs.Crs

Undocumented

def to_string(self, fmt: Optional[CrsFormat] = None) -> str: (source)
overridden in gws.gis.crs.Crs

Undocumented

def transform_extent(self, extent: Extent, crs_to: ICrs) -> Extent: (source)
overridden in gws.gis.crs.Crs

Undocumented

def transformer(self, crs_to: ICrs) -> Callable: (source)
overridden in gws.gis.crs.Crs

Undocumented

Undocumented

base: int = (source)

Undocumented

datum: str = (source)

Undocumented

epsg: str = (source)

Undocumented

Undocumented

isGeographic: bool = (source)

Undocumented

isProjected: bool = (source)

Undocumented

isYX: bool = (source)

Undocumented

name: str = (source)

Undocumented

proj4text: str = (source)

Undocumented

srid: int = (source)

Undocumented

Undocumented

uri: str = (source)

Undocumented

url: str = (source)

Undocumented

urn: str = (source)

Undocumented

urnx: str = (source)

Undocumented

Undocumented

wkt: str = (source)

Undocumented