F
- The Geometry child typeS
- The Style of Geometry childpublic abstract class Geometry<F extends Geometry,S extends FeatureStyle> extends Feature<F>
Created by Nexusgeographics on 22/03/2017 12:24. Copyright (c) 2017 Nexusgeographics All rights reserved.
Constructor and Description |
---|
Geometry(android.content.Context context,
java.lang.String name,
S style)
Instantiates a new Geometry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
S |
getStyle()
Gets style.
|
int |
hashCode() |
F |
setStyle(S style)
Sets style.
|
java.lang.String |
toString() |
compareTo, getContext, getId, getInfo, getName, isCreated, remove, setInfo
addObserver, removeObserver
public Geometry(@NonNull android.content.Context context, @NonNull java.lang.String name, @NonNull S style)
context
- the contextname
- the feature namestyle
- the style