Class GeometryTypeProxy

    • Constructor Detail

      • GeometryTypeProxy

        public GeometryTypeProxy​(Name typeName,
                                 Map registry)
    • Method Detail

      • getCoordinateReferenceSystem

        public CoordinateReferenceSystem getCoordinateReferenceSystem()
        Description copied from interface: GeometryType
        The coordinate reference system in which geometries are defined.

        This method may return null, but this should only occur in cases where the actual crs is not known. A common case is when a shapefile does not have an accompanied .prj file.

        Specified by:
        getCoordinateReferenceSystem in interface GeometryType