public abstract class AbstractGeometryReaderFactory extends AbstractIoFactory implements GeometryReaderFactory
| Constructor and Description |
|---|
AbstractGeometryReaderFactory(String name,
boolean binary) |
| Modifier and Type | Method and Description |
|---|---|
static GeometryReader |
geometryReader(org.springframework.core.io.Resource resource) |
Set<CoordinateSystem> |
getCoordinateSystems() |
boolean |
isBinary() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
protected void |
setCoordinateSystems(CoordinateSystem... coordinateSystems) |
protected void |
setCoordinateSystems(Set<CoordinateSystem> coordinateSystems) |
addMediaType, addMediaTypeAndFileExtension, getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateGeometryReadergetFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailablepublic AbstractGeometryReaderFactory(String name, boolean binary)
public static GeometryReader geometryReader(org.springframework.core.io.Resource resource)
public Set<CoordinateSystem> getCoordinateSystems()
getCoordinateSystems in interface GeometryReaderFactorypublic boolean isBinary()
isBinary in interface GeometryReaderFactorypublic boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
isCoordinateSystemSupported in interface GeometryReaderFactoryprotected void setCoordinateSystems(CoordinateSystem... coordinateSystems)
protected void setCoordinateSystems(Set<CoordinateSystem> coordinateSystems)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.