Class Geojson.Geometry

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable, Geojson.GeometryOrBuilder
    Enclosing class:
    Geojson

    public static final class Geojson.Geometry
    extends com.google.protobuf.GeneratedMessageV3
    implements Geojson.GeometryOrBuilder
    Protobuf type net.iakovlev.timeshape.proto.Geometry
    See Also:
    Serialized Form
    • Field Detail

      • MULTIPOINT_FIELD_NUMBER

        public static final int MULTIPOINT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LINESTRING_FIELD_NUMBER

        public static final int LINESTRING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MULTILINESTRING_FIELD_NUMBER

        public static final int MULTILINESTRING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MULTIPOLYGON_FIELD_NUMBER

        public static final int MULTIPOLYGON_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GEOMETRYCOLLECTION_FIELD_NUMBER

        public static final int GEOMETRYCOLLECTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARSER

        @Deprecated
        public static final com.google.protobuf.Parser<Geojson.Geometry> PARSER
        Deprecated.
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasPoint

        public boolean hasPoint()
        .net.iakovlev.timeshape.proto.Point point = 1;
        Specified by:
        hasPoint in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the point field is set.
      • hasMultiPoint

        public boolean hasMultiPoint()
        .net.iakovlev.timeshape.proto.MultiPoint multiPoint = 2;
        Specified by:
        hasMultiPoint in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the multiPoint field is set.
      • hasLineString

        public boolean hasLineString()
        .net.iakovlev.timeshape.proto.LineString lineString = 3;
        Specified by:
        hasLineString in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the lineString field is set.
      • hasMultiLineString

        public boolean hasMultiLineString()
        .net.iakovlev.timeshape.proto.MultiLineString multiLineString = 4;
        Specified by:
        hasMultiLineString in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the multiLineString field is set.
      • hasPolygon

        public boolean hasPolygon()
        .net.iakovlev.timeshape.proto.Polygon polygon = 5;
        Specified by:
        hasPolygon in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the polygon field is set.
      • hasMultiPolygon

        public boolean hasMultiPolygon()
        .net.iakovlev.timeshape.proto.MultiPolygon multiPolygon = 6;
        Specified by:
        hasMultiPolygon in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the multiPolygon field is set.
      • hasGeometryCollection

        public boolean hasGeometryCollection()
        .net.iakovlev.timeshape.proto.GeometryCollection geometryCollection = 7;
        Specified by:
        hasGeometryCollection in interface Geojson.GeometryOrBuilder
        Returns:
        Whether the geometryCollection field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Geojson.Geometry parseFrom​(java.nio.ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(java.nio.ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Geojson.Geometry parseFrom​(java.io.InputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Geojson.Geometry parseFrom​(java.io.InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Geojson.Geometry parseDelimitedFrom​(java.io.InputStream input)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Geojson.Geometry parseDelimitedFrom​(java.io.InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Geojson.Geometry parseFrom​(com.google.protobuf.CodedInputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Geojson.Geometry parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Geojson.Geometry.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Geojson.Geometry.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Geojson.Geometry.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Geojson.Geometry> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Geojson.Geometry getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder