Class UrlGeometryInput

java.lang.Object
org.apache.commons.geometry.io.core.AbstractGeometryIOMetadata
org.apache.commons.geometry.io.core.input.UrlGeometryInput
All Implemented Interfaces:
GeometryIOMetadata, GeometryInput

GeometryInput implementation for reading content from a URL.
  • Constructor Details

    • UrlGeometryInput

      public UrlGeometryInput(URL url)
      Construct a new instance for reading from the given URL.
      Parameters:
      url - input url
    • UrlGeometryInput

      public UrlGeometryInput(URL url, Charset charset)
      Construct a new instance for reading from the given URL with the specified charset.
      Parameters:
      url - input URL
      charset - charset to use when reading content
  • Method Details