A
B
C
D
F
G
H
I
M
N
O
P
R
S
T
V
S
- serializeBigEndian(double,ByteBuffer) - function in org.nocrala.tools.gis.data.esri.shapefile.util.DoubleSerializer
- serializeBigEndian(int,ByteBuffer) - function in org.nocrala.tools.gis.data.esri.shapefile.util.IntSerializer
- serializeLittleEndian(double,ByteBuffer) - function in org.nocrala.tools.gis.data.esri.shapefile.util.DoubleSerializer
- serializeLittleEndian(int,ByteBuffer) - function in org.nocrala.tools.gis.data.esri.shapefile.util.IntSerializer
- set(DbfRecord,Marker) - function in org.osmdroid.shape.DefaultShapeMetaSetter
- set(DbfRecord,Polygon) - function in org.osmdroid.shape.DefaultShapeMetaSetter
- set(DbfRecord,Polyline) - function in org.osmdroid.shape.DefaultShapeMetaSetter
- set(DbfRecord,Marker) - function in org.osmdroid.shape.ShapeMetaSetter
- set(DbfRecord,Polygon) - function in org.osmdroid.shape.ShapeMetaSetter
- set(DbfRecord,Polyline) - function in org.osmdroid.shape.ShapeMetaSetter
- setAllowBadContentLength(boolean) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Inhibits the validation of the content length of each shape.
- setAllowBadRecordNumbers(boolean) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Inhibits the validation of the record numbers; a correct shape file musthave sequential record numbers, starting at 1.
- setAllowMultipleShapeTypes(boolean) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Allows shapes of multiple types in the file; in a correct shape file allshapes must be of a single type, specified on the header of the file.Defaults to false.
- setAllowUnlimitedNumberOfPointsPerShape(boolean) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Allows any (positive) number of points per shape.
- setForcePartType(PartType) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Forces the part types to a specific type, disabling its validation.
- setForceShapeType(ShapeType) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Forces the shape type to a specific type, disabling its validation.
- setMaxNumberOfPointsPerShape(int) - function in org.nocrala.tools.gis.data.esri.shapefile.ValidationPreferences
- Specifies the maximum number of points a shape can have.
- setStackTrace(Array) - function in java.lang.DataStreamEOFException
- setStackTrace(Array) - function in java.lang.InvalidShapeFileException
- ShapeConverter - class in org.osmdroid.shape
- https://github.com/osmdroid/osmdroid/issues/906 A simple utility class to convert a shape file into osmdroid overlays created on 1/28/2018.
- ShapeFileHeader - class in org.nocrala.tools.gis.data.esri.shapefile.header
- ShapeFileReader - class in org.nocrala.tools.gis.data.esri.shapefile
- Reads an ESRI Shape File from an InputStream and provides its contents as simple Java objects.
- ShapeHeader - class in org.nocrala.tools.gis.data.esri.shapefile.shape
- ShapeMetaSetter - class in org.osmdroid.shape
- ShapeType - class in org.nocrala.tools.gis.data.esri.shapefile.shape
- stringToByteArray(String) - function in org.nocrala.tools.gis.data.esri.shapefile.util.HexaUtil