public class LambertConformalLoader extends BasicProjectionLoader implements ProjectionLoader
BasicProjectionLoader
Modifier and Type | Field and Description |
---|---|
protected double |
centralMeridian |
static java.lang.String |
CentralMeridianProperty |
protected double |
falseEasting |
static java.lang.String |
FalseEastingProperty |
protected double |
falseNorthing |
static java.lang.String |
FalseNorthingProperty |
protected double |
referenceLatitude |
static java.lang.String |
ReferenceLatitudeProperty |
protected double |
standardParallel1 |
protected double |
standardParallel2 |
static java.lang.String |
StandardParallelOneProperty |
static java.lang.String |
StandardParallelTwoProperty |
description, DescriptionProperty, prettyName, PrettyNameProperty, projClass
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Constructor and Description |
---|
LambertConformalLoader() |
Modifier and Type | Method and Description |
---|---|
Projection |
create(java.util.Properties props)
Create the projection with the given parameters.
|
java.util.Properties |
getProperties(java.util.Properties props)
PropertyConsumer method, to fill in a Properties object, reflecting the
current values of the OMComponent.
|
java.util.Properties |
getPropertyInfo(java.util.Properties props)
Method to fill in a Properties object with values reflecting the
properties able to be set on this PropertyConsumer.
|
void |
setProperties(java.lang.String prefix,
java.util.Properties props)
Sets the properties for the OMComponent.
|
convertToLLP, getDescription, getPrettyName, getProjectionClass, setDescription, setPrettyName
getPropertyPrefix, setProperties, setPropertyPrefix
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, isIsolated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, setIsolated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getPrettyName, getProjectionClass
public static final java.lang.String CentralMeridianProperty
public static final java.lang.String StandardParallelOneProperty
public static final java.lang.String StandardParallelTwoProperty
public static final java.lang.String ReferenceLatitudeProperty
public static final java.lang.String FalseEastingProperty
public static final java.lang.String FalseNorthingProperty
protected double centralMeridian
protected double standardParallel1
protected double standardParallel2
protected double referenceLatitude
protected double falseEasting
protected double falseNorthing
public Projection create(java.util.Properties props) throws ProjectionException
create
in interface ProjectionLoader
create
in class BasicProjectionLoader
exception
- if a parameter is missing or invalid.ProjectionException
public void setProperties(java.lang.String prefix, java.util.Properties props)
OMComponent
setProperties
in interface PropertyConsumer
setProperties
in class BasicProjectionLoader
prefix
- the token to prefix the property namesprops
- the Properties
objectpublic java.util.Properties getProperties(java.util.Properties props)
OMComponent
getProperties
in interface PropertyConsumer
getProperties
in class BasicProjectionLoader
props
- a Properties object to load the PropertyConsumer properties
into. If props equals null, then a new Properties object should be
created.public java.util.Properties getPropertyInfo(java.util.Properties props)
OMComponent
getPropertyInfo
in interface PropertyConsumer
getPropertyInfo
in class BasicProjectionLoader
props
- a Properties object to load the PropertyConsumer properties
into. If getList equals null, then a new Properties object should
be created.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details